summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
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"