]> git.decadent.org.uk Git - dak.git/commitdiff
Unfortunately DSA doesnt give us all rights anymore for no good reason to do a sane...
authorJoerg Jaspert <joerg@debian.org>
Sat, 3 Jul 2010 18:28:21 +0000 (20:28 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 3 Jul 2010 18:28:21 +0000 (20:28 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index aea863d28ffb2756d09d2f97964cb324a36ce725..efee75094852a41bcb2b34f65b669ffdf1f27811 100644 (file)
@@ -46,9 +46,9 @@ function pgdump_post() {
     cd $base/backup
     POSTDUMP=$(date +%Y.%m.%d-%H:%M:%S)
     pg_dump projectb > $base/backup/dump_$POSTDUMP
-    pg_dumpall --globals-only > $base/backup/dumpall_$POSTDUMP
+    #pg_dumpall --globals-only > $base/backup/dumpall_$POSTDUMP
     ln -sf $base/backup/dump_$POSTDUMP current
-    ln -sf $base/backup/dumpall_$POSTDUMP currentall
+    #ln -sf $base/backup/dumpall_$POSTDUMP currentall
 }
 
 # Load the dak-dev projectb