diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-06 17:06:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-06 17:06:37 +0200 |
commit | 4a6506925efa94b5ea8ea792dd7f3c81c8399aba (patch) | |
tree | 80918c399a289daf0aed39f6a72e4b7fbae9c6e0 | |
parent | 3cb85c8fcf78f4c0c6f02fac6137c6b5a29946cc (diff) | |
download | jenkins.debian.net-4a6506925efa94b5ea8ea792dd7f3c81c8399aba.tar.xz |
ew loev tpyos
-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 6598b8e9..c8cb9898 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -62,7 +62,7 @@ EOF init_navi_frame() { NAVI="/var/lib/jenkins/userContent/rb-pkg/$1_navigation.html" echo "<!DOCTYPE html><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />" > $NAVI - echo "<link href=\"../static/style.css\" type=\"text/css\" rel=\"stylesheet\" /></head>" + echo "<link href=\"../static/style.css\" type=\"text/css\" rel=\"stylesheet\" /></head>" >> $NAVI echo "<body><p><font size=+1>$1</font> " >> $NAVI RESULT=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT build_date,version FROM source_packages WHERE name = \"$PKG\"") BUILD_DATE=$(echo $RESULT|cut -d "|" -f1) |