[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix path
Holger Levsen
holger at moszumanska.debian.org
Fri Jun 5 10:53:56 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 abcaaec26229a7873dba2d96af028aa9631b1f25
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jun 5 12:53:38 2015 +0200
reproducible: fix path
---
bin/reproducible_coreboot.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 44bee1b..1b3f0aa 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -161,7 +161,7 @@ echo "==========================================================================
echo "$(date) - Building coreboot images now - first build run."
echo "============================================================================="
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
-bash utils/abuild/abuild
+bash util/abuild/abuild
cd coreboot-builds
for i in * ; do
@@ -179,7 +179,7 @@ echo "==========================================================================
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="fr_CH.UTF-8"
export LC_ALL="fr_CH.UTF-8"
-bash utils/abuild/abuild
+bash util/abuild/abuild
export LANG="en_GB.UTF-8"
unset LC_ALL
--
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