[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible arch: also build packages which haven't been built in a week
Holger Levsen
holger at moszumanska.debian.org
Sun Oct 18 15:40:44 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 1025c16780f50abc1e2575d8c05abc9f2c1352b5
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 18 14:41:23 2015 +0200
reproducible arch: also build packages which haven't been built in a week
---
bin/reproducible_build_arch_pkg.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index c270c8e..d33952a 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -181,7 +181,8 @@ fi
#SRCPACKAGE=""
PACKAGES="acl archlinux-keyring attr autoconf automake b43-fwcutter bash binutils bison bridge-utils btrfs-progs bzip2 ca-certificates ca-certificates-cacert coreutils cracklib crda cronie cryptsetup curl dash db dbus dhcpcd dialog diffutils ding-libs dmraid dnssec-anchors dosfstools e2fsprogs ed efibootmgr efivar elfutils expat fakeroot file filesystem findutils flex gawk gcc gdbm gettext glib2 glibc gmp gnupg gnutls gpgme gpm grep groff grub gssproxy gzip hdparm hwids iana-etc ifenslav [...]
for PKG in $PACKAGES ; do
- if [ ! -d $BASE/archlinux/$PKG ] ; then
+ # build package if it has never build or at least a week ago
+ if [ ! -d $BASE/archlinux/$PKG ] || [ ! -z $(find $BASE/archlinux/ -name $PKG -mtime +6) ] ; then
SRCPACKAGE=$PKG
echo "Building $PKG now..."
break
--
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