diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-06 17:09:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-18 17:20:09 +0200 |
commit | 97e0cc9037d455531e1f6df52e97048aa52055b9 (patch) | |
tree | d5e640038638f46ec7fbb14109d27ab913f0813f /bin | |
parent | 419c82e85b33cc36f0b480ccd967b4a1eddb7df9 (diff) | |
download | jenkins.debian.net-97e0cc9037d455531e1f6df52e97048aa52055b9.tar.xz |
reproducible: build: refactor: better string for successfully reproducibly packages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 9825614e..72b143a6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -149,7 +149,7 @@ handle_reproducible() { figlet ${SRCPACKAGE} echo | tee -a ${RBUILDLOG} echo "$DBDVERSION found no differences in the changes files, and a .buildinfo file also exists." | tee -a ${RBUILDLOG} - echo "${SRCPACKAGE} built successfully and reproducibly." | tee -a ${RBUILDLOG} + echo "${SRCPACKAGE} from $SUITE built successfully and reproducibly on ${ARCH}." | tee -a ${RBUILDLOG} calculate_build_duration update_db_and_html "reproducible" else |