[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible: build: \n here is meant as a newline, so echo -e
Holger Levsen
holger at moszumanska.debian.org
Tue Nov 17 23:39:10 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 c72b624c167a27d826f2cf7d1a1ff37b0d0558a9
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Tue Nov 17 19:20:39 2015 +0000
reproducible: build: \n here is meant as a newline, so echo -e
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c6ae6c0..a376035 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -103,7 +103,7 @@ update_db_and_html() {
if [ "${OLD_STATUS}" = "reproducible" ] && [ "$STATUS" != "depwait" ] && \
( [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ) ; then
MESSAGE="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}"
- echo "\n$MESSAGE" | tee -a ${RBUILDLOG}
+ echo -e "\n$MESSAGE" | tee -a ${RBUILDLOG}
irc_message "$MESSAGE"
# disable ("regular") irc notification unless it's due to diffoscope problems
if [ ! -z "$NOTIFY" ] && [ "$NOTIFY" != "diffoscope" ] ; then
--
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