Commit 2c8c210c authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Archlinux: proxy works fine now (since previous commit), disable debug mode again

parent be8fc3f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -313,7 +313,6 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
* compare the just built pkg.tar.xz with the one available on the arch mirrors. *then* one can truely say "X% of the Arch Linux packages are reproducible and could bit by bit be reproduced in the real world."
* maintenance job:
** check for archlinux schroot sessions which should not be there and delete them. complain if that fails.
* _build.sh: use the proxy for installing depends

* use db - see https://tests.reproducible-builds.org/reproducibledb.html
** scheduler.sh:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#                2017 kpcyrd <git@rxv.cc>
# released under the GPLv=2

DEBUG=true
DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"