[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible archlinux: fix typo
Holger Levsen
holger at moszumanska.debian.org
Sat Jan 9 17:02:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 42f7400e4306b7301eccc8bd149a9e1c3a2c286b
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jan 9 18:01:31 2016 +0100
reproducible archlinux: fix typo
---
bin/reproducible_setup_archlinux_schroot.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 7db0e61..54207f0 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -32,7 +32,7 @@ bootstrap() {
echo "$(date -u) - downloading Arch Linux bootstrap.tar.gz."
curl -O $BOOTSTRAP_BASE/$BOOTSTRAP_TAR_GZ
tar xzf archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz -C $SCHROOT_BASE
- mv $SCHROOT_BASE/root.x86_$SCHROOT_BASE/$TARGET
+ mv $SCHROOT_BASE/root.x86 $SCHROOT_BASE/$TARGET
rm archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz -rf
# write the schroot config
echo "$(date -u ) - writing schroot configuration for $TARGET."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list