[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible archlinux: remove -rf for regular file
Mattia Rizzolo
mattia at debian.org
Thu Nov 2 15:52:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 221c1da2dce88b20b600bacb1c3875855c318f34
Author: kpcyrd <git at rxv.cc>
Date: Thu Nov 2 16:45:35 2017 +0100
reproducible archlinux: remove -rf for regular file
---
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 5b74db1..194efda 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -43,7 +43,7 @@ bootstrap() {
mv $SCHROOT_BASE/root.x86_64 $SCHROOT_BASE/$TARGET
rm -rf --one-file-system "$SCHROOT_BASE/$TARGET.old"
- rm archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz -rf
+ rm archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz
fi
# write the schroot config
--
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