[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: do not append .html twice to this file
Mattia Rizzolo
mattia at debian.org
Fri Aug 18 08:47:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 5e163c081ca5d91990ae4626faf5375a3ba63c80
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Aug 18 10:46:03 2017 +0200
reproducible: do not append .html twice to this file
postgresql_autodoc appens .html to the file name passed as option, so
done as was done until now it created a file named
reproducibledb.html.html.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/reproducible_maintenance.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 202f891..991f0a7 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2014-2017 Holger Levsen <holger at layer-acht.org>
-# © 2015 Mattia Rizzolo <mattia at mapreri.org>
+# © 2015-2017 Mattia Rizzolo <mattia at mapreri.org>
# released under the GPLv=2
DEBUG=false
@@ -47,8 +47,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
ln -s -f "$BACKUPFILE.xz" $BASE/reproducible.sql.xz
# recreate documentation of database
- SCHEMAFILE="$BASE/reproducibledb.html"
- postgresql_autodoc -d $PGDATABASE -t html -f "$SCHEMAFILE"
+ postgresql_autodoc -d $PGDATABASE -t html -f "$BASE/reproducibledb"
fi
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list