From f1e3abea4079e50b95c189fc00e06b119f24c165 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 21 Mar 2011 09:43:58 +0100 Subject: [PATCH] remove pgdakdev Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 8 -------- config/debian/dinstall.functions | 19 ------------------- 2 files changed, 27 deletions(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 6f7cf0d8..17064a19 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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" diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index dbbf30a8..5f822104 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" -- 2.39.2