This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/18601 )
Change subject: docker_images_require: scope of i: local
......................................................................
docker_images_require: scope of i: local
Prepare to call docker_images_require from itself, make i a local
variable.
Change-Id: I228f54f3e7431dba9e8d2a5fab0ecba3d0e6d76b
---
M jenkins-common.sh
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
osmith: Verified
diff --git a/jenkins-common.sh b/jenkins-common.sh
index 9fd3857..01f23d0 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -3,6 +3,7 @@
}
docker_images_require() {
+ local i
local from_line
local pull_arg
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/18601
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I228f54f3e7431dba9e8d2a5fab0ecba3d0e6d76b
Gerrit-Change-Number: 18601
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200530/8103a581/attachment.htm>