osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/26/39826/1
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
https://gerrit.osmocom.org/c/osmo-ci/+/39826?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I79e89c0d7a73f8b2262fd10a0f7a118aa8351635
Gerrit-Change-Number: 39826
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>