[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: force update database for testing purpose

Holger Levsen holger at layer-acht.org
Fri Nov 24 00:52:19 UTC 2017


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 ebb8fe6d92170b5716d2b3bd184481c5f35e85d1
Author: anthraxx <levente at leventepolyak.net>
Date:   Fri Nov 24 01:51:01 2017 +0100

    reproducible Arch Linux: force update database for testing purpose
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_archlinux_pkg.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index c2e4e32..6915efa 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -167,7 +167,7 @@ first_build() {
 	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- cat /etc/makepkg.conf 2>&1 | tee -a $LOG
 	echo "============================================================================="
 	# update before pulling new dependencies
-	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- sudo pacman -Syu --noconfirm 2>&1 | tee -a $LOG
+	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- sudo pacman -Syyu --noconfirm 2>&1 | tee -a $LOG
 	# log installed packages and used mirrors
 	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- grep '^Server' /etc/pacman.d/mirrorlist 2>&1 | tee -a $LOG
 	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- pacman -Q 2>&1 | tee -a $LOG
@@ -247,7 +247,7 @@ second_build() {
 	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- cat /etc/makepkg.conf 2>&1 | tee -a $LOG
 	echo "============================================================================="
 	# update before pulling new dependencies
-	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- sudo pacman -Syu --noconfirm 2>&1 | tee -a $LOG
+	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- sudo pacman -Syyu --noconfirm 2>&1 | tee -a $LOG
 	# log installed packages and used mirrors
 	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- grep '^Server' /etc/pacman.d/mirrorlist 2>&1 | tee -a $LOG
 	schroot --run-session -c $SESSION --directory "$BUILDDIR" -- pacman -Q 2>&1 | tee -a $LOG

-- 
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