From ff990ff3b31094cb9fecd1947d6ce37a8339718a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 15:27:17 +0200 Subject: reproducible: remove epoch when creating links to logfiles --- bin/reproducible_stats.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 204f3454..4b07c816 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -40,6 +40,8 @@ htmlecho "

$COUNT_TOTAL packages attempted to build so far, out of $AMOUNT in htmlecho "

$COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly: " for PKG in $BAD ; do VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"") + # remove epoch + VERSION=$(echo $VERSION | cut -d ":" -f2) htmlecho "$PKG " done htmlecho "

" -- cgit v1.2.3-70-g09d2