diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-27 15:09:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-27 15:09:17 +0200 |
commit | bba050e1350d039858bae549862805804b8101e7 (patch) | |
tree | d7363c274891dbf66d55517268d0af43a270ed28 | |
parent | 2d0d856dfab4b2225d8bc3f3b5416dea339f9eb1 (diff) | |
download | jenkins.debian.net-bba050e1350d039858bae549862805804b8101e7.tar.xz |
reproducible Debian: remove obsolete comment
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 38ae2bd8..127fe720 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -125,12 +125,8 @@ cleanup_all() { update_db_and_html() { # - # as we still experience problems with locked database, in this function - # each sqlite command is run as: command || command, thus doubling the chance - # each will succeed... (no further comment… it was probably not designed to - # accessed by 40 jobs…) - # # save everything as status of this package in the db + # STATUS="$@" if [ -z "$VERSION" ] ; then VERSION="None" |