[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] remove pgdakdev



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.dinstall      |    8 --------
 config/debian/dinstall.functions |   19 -------------------
 2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 6f7cf0d..17064a1 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -479,14 +479,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"
     ARGS=""
diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index dbbf30a..5f82210 100644
--- a/config/debian/dinstall.functions
+++ b/config/debian/dinstall.functions
@@ -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"
-- 
1.7.2.5


Reply to: