summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 21:32:00 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 21:32:00 +0200
commit4eb55879708f2b0057cf50bb2f413af48c0fcdbe (patch)
tree3f9206a654511f23dc48a706a4ed8d4bd2b5887c /bin/reproducible_stats.sh
parent47ba974ca394a7351bbbc3f7797b3019506228b9 (diff)
downloadjenkins.debian.net-4eb55879708f2b0057cf50bb2f413af48c0fcdbe.tar.xz
reproducible: fixup: fix navi and include build date in frames
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 60c1ec2f..7a38be7e 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -63,7 +63,7 @@ init_navi_frame() {
echo "<!DOCTYPE html><html><body><p>" > $NAVI
echo "<font size=+1>$1</font>: " >> $NAVI
BUILD_DATE=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT build_date FROM source_packages WHERE name = \"$PKG\"")
- echo "<font size=-1>($BUILD_DATE)</font> "
+ echo "<font size=-1>($BUILD_DATE)</font> " >> $NAVI
}
append2navi_frame() {