diff options
author | Valerie R Young <spectranaut@riseup.net> | 2017-01-10 11:26:23 -0500 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-10 17:28:51 +0100 |
commit | 39a37e4ae77a10d63a2a46047d053e43f60a2769 (patch) | |
tree | 00ef785c03f43b89d4a58c74316a035c7de99485 /bin/reproducible_maintenance.sh | |
parent | 9c21780079df414523fb4b107e2dfbd9ab7b27db (diff) | |
download | jenkins.debian.net-39a37e4ae77a10d63a2a46047d053e43f60a2769.tar.xz |
reproducible Debian: remove schema directory
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-x | bin/reproducible_maintenance.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index d742db62..eeaba7cf 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -47,8 +47,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then ln -s -f "$BACKUPFILE.xz" $BASE/reproducible.sql.xz # recreate documentation of database - mkdir -p $BASE/schema - SCHEMAFILE="$BASE/schema/reproducibledb.html" + SCHEMAFILE="$BASE/reproducibledb.html" postgresql_autodoc -d $PGDATABASE -t html -f "$SCHEMAFILE" fi fi |