summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-19 12:36:16 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-19 12:36:16 +0200
commitee45a49c57a362305431cbf004e4590b713c910e (patch)
tree6bf6e5790f34d002cf752669e1e2282082ae0585
parenta6870dd08f8f274d9a6b899f638c0c26fefaa690 (diff)
downloadgitlab-ce-ee45a49c57a362305431cbf004e4590b713c910e.tar.gz
preparing to v2.2
-rw-r--r--Procfile.production2
-rw-r--r--VERSION2
-rwxr-xr-xresque.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/Procfile.production b/Procfile.production
index 68e8556e9c0..f1126486512 100644
--- a/Procfile.production
+++ b/Procfile.production
@@ -1,2 +1,2 @@
web: bundle exec rails s -p $PORT -e production
-worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1
+worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*
diff --git a/VERSION b/VERSION
index be536cf2a58..ccbccc3dc62 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0pre
+2.2.0
diff --git a/resque.sh b/resque.sh
index 7c9850d0ec8..84a1066f087 100755
--- a/resque.sh
+++ b/resque.sh
@@ -1,2 +1,2 @@
mkdir tmp/pids
-nohup bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1
+nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1