[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible arch: delete source package before providing build results for rsyncing
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 16 16:54:04 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 af1289bd02da7d85e566d30cc0a9748b20bcfe86
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 16 18:52:02 2015 +0200
reproducible arch: delete source package before providing build results for rsyncing
---
bin/reproducible_build_arch_pkg.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index f93bfce..4ecef3d 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -144,6 +144,8 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
else
second_build
fi
+ # delete source package before providing build results for rsyncing
+ rm /tmp/$SRCPACKAGE-$(basename/$SRCPACKAGE -r
mv -v /tmp/$SRCPACKAGE-$(basename $TMPDIR) $TMPDIR/b$MODE/archlinux/
echo "$(date -u) - build #$MODE for $SRCPACKAGE on $HOSTNAME done."
exit 0
--
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