]> git.donarmstrong.com Git - wannabuild.git/commitdiff
No reason to lock the database anymore.
authorKurt Roeckx <kurt@roeckx.be>
Sun, 6 Sep 2009 19:10:14 +0000 (19:10 +0000)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 6 Sep 2009 19:10:14 +0000 (19:10 +0000)
trigger.daily

index 2d4380621918f65aed3f80e4aca71c870354af6f..1ee7824dd44ba487915e26d93d1cbab5fad5a4cc 100755 (executable)
@@ -170,8 +170,6 @@ umask 002
 ALL_ARCHES=$(echo $ARCHS_oldstable $ARCHS_stable $ARCHS_testing $ARCHS_unstable \
             | tr ' ' '\n' | sort -u)
 for a in $ALL_ARCHES ; do
-       wanna-build --create-maintenance-lock --database=$a/build-db
-
        for d in $DISTS ; do
                dist=`echo $d | sed s/-.*$//`
                case "$dist" in
@@ -211,7 +209,6 @@ for a in $ALL_ARCHES ; do
        if [ "$DAY" = "0" ]; then
                savelog -p -c 128 /srv/wanna-build/db/$a/transactions.log
        fi
-       wanna-build --remove-maintenance-lock --database=$a/build-db
 done
 umask 022
 for d in $DISTS; do