Loading bin/reproducible_compare_Debian_sha1sums.sh +2 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,8 @@ for package in $packages ; do if [ -e $LOCK ] ; then echo "$(date -u) - skipping locked package $package" continue else elif [ ! "$MODE" = "results" ] ; then # MODE=results is read-only touch $LOCK fi version=$(grep-dctrl -X -P ${package} -s version -n $PACKAGES) Loading Loading
bin/reproducible_compare_Debian_sha1sums.sh +2 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,8 @@ for package in $packages ; do if [ -e $LOCK ] ; then echo "$(date -u) - skipping locked package $package" continue else elif [ ! "$MODE" = "results" ] ; then # MODE=results is read-only touch $LOCK fi version=$(grep-dctrl -X -P ${package} -s version -n $PACKAGES) Loading