summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 15:09:17 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 15:09:17 +0200
commitbba050e1350d039858bae549862805804b8101e7 (patch)
treed7363c274891dbf66d55517268d0af43a270ed28 /bin/reproducible_build.sh
parent2d0d856dfab4b2225d8bc3f3b5416dea339f9eb1 (diff)
downloadjenkins.debian.net-bba050e1350d039858bae549862805804b8101e7.tar.xz
reproducible Debian: remove obsolete comment
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh6
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"