[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible arch: fixup c+p error
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 16 15:02:23 UTC 2015
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 f19c6ee0a7d9e55e8228b596babe3c7a45dd99d0
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 16 17:00:40 2015 +0200
reproducible arch: fixup c+p error
---
bin/reproducible_build_arch_pkg.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 8ee5901..fe3f3cb 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -32,8 +32,8 @@ first_build() {
echo "============================================================================="
set -x
schroot --begin-session --session-name=$SRCPACKAGE -c jenkins-reproducible-arch
- schroot --run-session -c $SRCPACKAGE --directory /tmp -- cp -r /var/abs/core/$PKG /tmp
- schroot --run-session -c $SRCPACKAGE --directory /tmp/$PKG -- makepkg --skippgpcheck
+ schroot --run-session -c $SRCPACKAGE --directory /tmp -- cp -r /var/abs/core/$SRCPACKAGE /tmp
+ schroot --run-session -c $SRCPACKAGE --directory /tmp/$SRCPACKAGE -- makepkg --skippgpcheck
schroot --end-session -c $SRCPACKAGE
if ! "$DEBUG" ; then set +x ; fi
}
@@ -46,8 +46,8 @@ second_build() {
echo "============================================================================="
set -x
schroot --begin-session --session-name=$SRCPACKAGE -c jenkins-reproducible-arch
- schroot --run-session -c $SRCPACKAGE --directory /tmp -- cp -r /var/abs/core/$PKG /tmp
- schroot --run-session -c $SRCPACKAGE --directory /tmp/$PKG -- makepkg --skippgpcheck
+ schroot --run-session -c $SRCPACKAGE --directory /tmp -- cp -r /var/abs/core/$SRCPACKAGE /tmp
+ schroot --run-session -c $SRCPACKAGE --directory /tmp/$SRCPACKAGE -- makepkg --skippgpcheck
schroot --end-session -c $SRCPACKAGE
if ! "$DEBUG" ; then set +x ; fi
}
--
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