diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:32:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:32:00 +0200 |
commit | 4eb55879708f2b0057cf50bb2f413af48c0fcdbe (patch) | |
tree | 3f9206a654511f23dc48a706a4ed8d4bd2b5887c | |
parent | 47ba974ca394a7351bbbc3f7797b3019506228b9 (diff) | |
download | jenkins.debian.net-4eb55879708f2b0057cf50bb2f413af48c0fcdbe.tar.xz |
reproducible: fixup: fix navi and include build date in frames
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
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() { |