laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39826?usp=email )
Change subject: obs: gerrit_binpkgs: set --allow-unknown-package ......................................................................
obs: gerrit_binpkgs: set --allow-unknown-package
The gerrit_binpkgs.sh script can be used to quickly test building of debian packages in a container even for packages that we don't have in the OBS osmocom repositories. For example I'm currently using it to test-build kamailio packages. Use the --allow-unknown-package argument so build_srcpkg.py doesn't complain if this gets called with a package that isn't a known Osmocom package.
Change-Id: I79e89c0d7a73f8b2262fd10a0f7a118aa8351635 --- M scripts/obs/gerrit_binpkgs.sh 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
diff --git a/scripts/obs/gerrit_binpkgs.sh b/scripts/obs/gerrit_binpkgs.sh index 443c33f..f199844 100755 --- a/scripts/obs/gerrit_binpkgs.sh +++ b/scripts/obs/gerrit_binpkgs.sh @@ -37,6 +37,7 @@
echo ":: Building the source package" "$SCRIPTS_OBS_DIR"/build_srcpkg.py \ + --allow-unknown-package \ --docker \ --feed master \ --git-skip-fetch \