[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible alpine: pass git options into schroot
Holger Levsen
gitlab at salsa.debian.org
Fri Jun 7 16:26:19 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
44a9116a by kpcyrd at 2019-06-07T15:26:04Z
reproducible alpine: pass git options into schroot
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_setup_alpine_schroot.sh
Changes:
=====================================
bin/reproducible_setup_alpine_schroot.sh
=====================================
@@ -117,11 +117,11 @@ $USERCMD abuild-keygen -a -n
# Disable SSL verification for future builds
if [ "$HOSTNAME" = "osuosl-build170-amd64" ] ; then
- export GIT_SSL_NO_VERIFY=1
+ GIT_OPTIONS='GIT_SSL_NO_VERIFY=1'
fi
echo "$(date -u) - cloning aports repo"
-$USERCMD git clone https://git.alpinelinux.org/aports.git /var/lib/jenkins/aports
+$USERCMD sh -c "$GIT_OPTIONS git clone https://git.alpinelinux.org/aports.git /var/lib/jenkins/aports"
echo "============================================================================="
echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/44a9116a5e48ca6d07539cfd72ec9687a221c87d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/44a9116a5e48ca6d07539cfd72ec9687a221c87d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190607/e8147cb8/attachment.html>
More information about the Qa-jenkins-scm
mailing list