osmith submitted this change.
scripts/osmocom-packages-docker: pass OBS_SERVER
Make the variable available, as it's needed by the scripts that
osmocom-packages-docker.sh calls since
Ib271e16e93ebc58ed1ecb0ea881e1f1370e40928.
Change-Id: I8e53523b9b1ceafa45fe7b3dca2731d4e1c74959
---
M scripts/osmocom-packages-docker.sh
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/osmocom-packages-docker.sh b/scripts/osmocom-packages-docker.sh
index a541a87..0dda19a 100755
--- a/scripts/osmocom-packages-docker.sh
+++ b/scripts/osmocom-packages-docker.sh
@@ -27,6 +27,7 @@
docker run \
--rm \
-e "FEED=$FEED" \
+ -e "OBS_SERVER=$OBS_SERVER" \
-e "OSMO_OBS_CONFLICT_PKGVER=$OSMO_OBS_CONFLICT_PKGVER" \
-e "PACKAGES=$PACKAGES" \
-e "PROJ=$PROJ" \
To view, visit change 28620. To unsubscribe, or for help writing mail filters, visit settings.