aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/scripts
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-10-11 20:56:01 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-10-11 20:56:01 +0200
commit91416fb9a66519b0d0b51f97a5e2999548b2a2cb (patch)
tree60b65e60063489151f62fe3f144567fea4e8e15b /rhodecode/tests/scripts
parente9be8379b486337690fe02f064b9472f415f8035 (diff)
Implemented proposed changes from pull request #77
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests/scripts')
-rwxr-xr-xrhodecode/tests/scripts/create_rc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/tests/scripts/create_rc.sh b/rhodecode/tests/scripts/create_rc.sh
index 72cb9a4e..2b062b5c 100755
--- a/rhodecode/tests/scripts/create_rc.sh
+++ b/rhodecode/tests/scripts/create_rc.sh
@@ -1,6 +1,6 @@
psql -U postgres -h localhost -c 'drop database if exists rhodecode;'
psql -U postgres -h localhost -c 'create database rhodecode;'
-paster setup-rhodecode rc.ini -q --user=marcink --password=qweqwe --email=marcin@python-blog.com --repos=/home/marcink/repos
+paster setup-rhodecode rc.ini --force-yes --user=marcink --password=qweqwe --email=marcin@python-blog.com --repos=/home/marcink/repos
API_KEY=`psql -R " " -A -U postgres -h localhost -c "select api_key from users where admin=TRUE" -d rhodecode | awk '{print $2}'`
echo "run those after running server"
paster serve rc.ini --pid-file=rc.pid --daemon