diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-06 17:44:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-06 17:44:09 +0200 |
commit | a7eef218cb30b7780f211fe545c46847408cbac5 (patch) | |
tree | 1060f9e4baa6ba31241bc9be876808400f008751 /bin | |
parent | fc1c2031dbdbeb00f37366d56906c0df0fad29b5 (diff) | |
download | jenkins.debian.net-a7eef218cb30b7780f211fe545c46847408cbac5.tar.xz |
reproducible stats: cleanup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 257e56b5..c054b2f5 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -124,6 +124,7 @@ link_packages() { echo "Starting to write statistics index page." echo +rm -f index.html write_index "<!DOCTYPE html><html><head>" write_index "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />" write_index "<link href=\"static/style.css\" type=\"text/css\" rel=\"stylesheet\" /></head>" @@ -160,3 +161,4 @@ echo # job output cp index.html /var/lib/jenkins/userContent/reproducible.html +rm index.html |