laforge submitted this change.
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(-)
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 \
To view, visit change 39826. To unsubscribe, or for help writing mail filters, visit settings.