summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2017-01-10 11:26:23 -0500
committerHolger Levsen <holger@layer-acht.org>2017-01-10 17:28:51 +0100
commit39a37e4ae77a10d63a2a46047d053e43f60a2769 (patch)
tree00ef785c03f43b89d4a58c74316a035c7de99485 /bin/reproducible_maintenance.sh
parent9c21780079df414523fb4b107e2dfbd9ab7b27db (diff)
downloadjenkins.debian.net-39a37e4ae77a10d63a2a46047d053e43f60a2769.tar.xz
reproducible Debian: remove schema directory
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh3
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