diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup.sh | 4 | ||||
-rwxr-xr-x | bin/reproducible_stats.sh | 5 |
2 files changed, 1 insertions, 8 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index 6376efec..25570c7f 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -19,7 +19,3 @@ sudo pbuilder --create --basetgz /var/cache/pbuilder/base-reproducible.tgz --dis sudo pbuilder --execute --save-after-exec --basetgz /var/cache/pbuilder/base-reproducible.tgz -- ${TMPFILE} rm ${TMPFILE} -# the alternative would be to make the job definition more complicated: collecting logs for all jobs but this one and _stats... -mkdir -p results/_success -touch results/dummy.log -touch results/_success/dummy.log diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index aabe7c1c..cf49e125 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -32,7 +32,4 @@ echo echo "$COUNT_UGLY packages failed to build from source: ${UGLY}" echo "$COUNT_SOURCELESS packages doesn't exist in sid and need investigation: $SOURCELESS" -# the alternative would be to make the job definition more complicated: collecting logs for all jobs but this one and _setup... -mkdir -p results/_success -touch results/dummy.log -touch results/_success/dummy.log +echo "<html><body><p>Hello world</p></body></html>" > inde.html |