[Qa-jenkins-scm] [jenkins.debian.net] 02/05: reproducible arch: enable simple scheduler, with hardcoded list of all core packages (WIP)
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 16 19:53:45 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 a51740b04893dad003bf9401a6ff7ced5a96dfa2
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 16 21:41:19 2015 +0200
reproducible arch: enable simple scheduler, with hardcoded list of all core packages (WIP)
---
bin/reproducible_build_arch_pkg.sh | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 0909e72..315cddd 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -160,20 +160,20 @@ fi
#PACKAGES="$(schroot --run-session -c $SESSION --directory /var/abs/core -- ls -1|sort -R|xargs echo)"
#schroot --end-session -c $SESSION
#SRCPACKAGE=""
-#for PKG in $PACKAGES ; do
-# if [ ! -f $BASE/archlinux/$PKG.html ] ; then
-# SRCPACKAGE=$PKG
-# echo "Would build $PKG now but let's continue testing with sudo…"
- SRCPACKAGE="sudo"
-# break
-# fi
-#done
-#if [ -z $SRCPACKAGE ] ; then
-# echo "No package found to be build, sleeping 30m."
-# sleep 30m
-# exec /srv/jenkins/bin/abort.sh
-# exit 0
-#fi
+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 [ ! -f $BASE/archlinux/$PKG.html ] ; then
+ SRCPACKAGE=$PKG
+ echo "Building $PKG now..."
+ break
+ fi
+done
+if [ -z $SRCPACKAGE ] ; then
+ echo "No package found to be build, sleeping 30m."
+ sleep 30m
+ exec /srv/jenkins/bin/abort.sh
+ exit 0
+fi
# build package twice
build_rebuild
# run diffoscope on the results
--
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