]> git.decadent.org.uk Git - dak.git/commitdiff
remove pgdakdev
authorJoerg Jaspert <joerg@debian.org>
Mon, 21 Mar 2011 08:43:58 +0000 (09:43 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 21 Mar 2011 08:43:58 +0000 (09:43 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall
config/debian/dinstall.functions

index 6f7cf0d877b878e4cb2608ae42f096295e2d52f5..17064a19095d72c4ac59318de33cc1e4b40bb431 100755 (executable)
@@ -478,14 +478,6 @@ stage $GO &
 
 rm -f "${LOCK_BRITNEY}"
 
-GO=(
-    FUNC="pgdakdev"
-    TIME="dak-dev db"
-    ARGS=""
-    ERR="false"
-)
-stage $GO &
-
 GO=(
     FUNC="merkel3"
     TIME="merkel ddaccessible sync"
index dbbf30a8702b415701e62645e8dc43f9a86f11bf..5f8221044c2392687574aaf24216cb01c03eeaeb 100644 (file)
@@ -59,25 +59,6 @@ function pgdump_post() {
     #ln -sf $base/backup/dumpall_$POSTDUMP currentall
 }
 
-# Load the dak-dev projectb
-function pgdakdev() {
-    # Make sure to unset any possible psql variables so we don't drop the wrong
-    # f****** database by accident
-    local PGDATABASE
-    unset PGDATABASE
-    local PGHOST
-    unset PGHOST
-    local PGPORT
-    unset PGPORT
-    local PGUSER
-    unset PGUSER
-    cd $base/backup
-    echo "drop database projectb" | psql -p 5434 template1
-       #cat currentall | psql -p 5433 template1
-    createdb -p 5434 -T template1 projectb
-    fgrep -v '\connect' current | psql -p 5434 projectb
-}
-
 # Updating various files
 function updates() {
     log "Updating Bugs docu, Mirror list and mailing-lists.txt"