[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: spell the project
Holger Levsen
holger at moszumanska.debian.org
Tue Jan 26 21:54:08 UTC 2016
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 3c5b15ec26a95e9c16beb5cc850692934a7fe687
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jan 26 22:35:51 2016 +0100
reproducible Arch Linux: spell the project
---
bin/reproducible_common.sh | 2 +-
bin/reproducible_html_packages.py | 2 +-
bin/reproducible_maintenance.sh | 8 ++++----
logparse/reproducible.rules | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d0b4d6a..ba31f14 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -55,7 +55,7 @@ BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME KERNEL1 KERNEL2" # these also ne
# existing usertags in the Debian BTS
USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale"
-# common settings for testing Archlinux
+# common settings for testing Arch Linux
ARCHLINUX_BUILD_NODE=profitbricks-build3-amd64
ARCHLINUX_REPOS="core extra multilib community"
ARCHLINUX_PKGS=/srv/reproducible-results/.archlinux_pkgs
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 151fcd9..fc59f3e 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -50,7 +50,7 @@ ${suites_links}
Reproducible Debian - <a href="https://wiki.debian.org/ReproducibleBuilds">Wiki</a><br />
Reproducible-builds.org - <a href="https://Reproducible-builds.org/docs/">HowTo</a><br />
<a href="https://Reproducible-builds.org">Reproducible-builds.org</a><br />
- Reproducible <a href="https://tests.reproducible-builds.org/archlinux/">Archlinux</a> /
+ Reproducible <a href="https://tests.reproducible-builds.org/archlinux/">Arch Linux</a> /
<a href="https://tests.reproducible-builds.org/coreboot/">coreboot</a> /
<a href="https://tests.reproducible-builds.org/fedora/">Fedora</a> /
<a href="https://tests.reproducible-builds.org/freebsd/">FreeBSD</a> /
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index acf0055..d7350e0 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -99,17 +99,17 @@ for s in $SUITES ; do
done
set -e
-# for Archlinux
+# for Arch Linux
set +e
if [ "$HOSTNAME" = "${ARCHLINUX_BUILD_NODE}" ] ; then
- echo "$(date -u) - updating Archlinux schroot now."
+ echo "$(date -u) - updating Arch Linux schroot now."
schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u root -- pacman -Syu --noconfirm
RESULT=$?
if [ $RESULT -eq 1 ] ; then
- echo "Warning: failed to update Archlinux schroot."
+ echo "Warning: failed to update Arch Linux schroot."
DIRTY=true
else
- echo "$(date -u) - updating Archlinux schroot done."
+ echo "$(date -u) - updating Arch Linux schroot done."
fi
fi
set -e
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index 56c3473..7b5f491 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -14,7 +14,7 @@ warning /Warning: cannot update html pages for.+/
warning /Warning: too much difference for .+, aborting. Please investigate and update manually./
warning /Warning: couldn't delete old files from.+/
warning /Warning: failed to update the .+ schroot./
-warning /Warning: failed to update Archlinux schroot./
+warning /Warning: failed to update Arch Linux schroot./
warning /Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled.+/
warning /W: The repository .+ is not signed./
warning /W: There is no public key available for the following key IDs:.+/
--
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