aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2014-05-27 14:43:44 +0200
committerMichel Etienne2014-05-27 14:43:44 +0200
commita376a33fc9a7bea0e7a818e75daa3bcb86d7ebeb (patch)
treef8ad2d0609d4bc9f7ced0e3da1769d3fc716230c
parent21b05c1fd97c4b204dce4bc9268823604db3eabc (diff)
downloadchouette-core-a376a33fc9a7bea0e7a818e75daa3bcb86d7ebeb.tar.bz2
deploy Version 2.4.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--config/deploy/production.rb2
-rw-r--r--config/deploy/staging.rb2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f1a54c73..ff655665e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Version 2.4.0 (en recette)
+# Version 2.4.0 (27/05/14)
* Corrections d'anomalies
* L'Import GTFS n'importe pas les fichiers avec marqueurs BOM (Mantis 21260)
* L'Import GTFS n'accepte pas des routes sans colonne agencyId (Mantis 22665)
@@ -15,6 +15,7 @@
* L'export n'accepte plus une liste de réseaux (Mantis 26438)
* L'insertion d'un arrêt dans une séquence perturbe les courses existantes (Mantis 23800)
* Import Neptune : erreur de sauvegarde si le mode de transport est manquant (Mantis 26702)
+ * Edition Calendrier : problème de saisie des dates sous Chrome (Mantis 26746)
# Version 2.3.0 (18/04/14)
* Migration technique de chouette (Java)
diff --git a/config/deploy/production.rb b/config/deploy/production.rb
index d342580f4..872dfbf1a 100644
--- a/config/deploy/production.rb
+++ b/config/deploy/production.rb
@@ -1,2 +1,2 @@
server "chouette.cityway.fr", :app, :web, :db, :primary => true
-set :branch, "V2_1_0"
+set :branch, "V2_4"
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
index a4519644b..3a288164b 100644
--- a/config/deploy/staging.rb
+++ b/config/deploy/staging.rb
@@ -3,4 +3,4 @@ set :deploy_via, :copy
set :copy_cache, true
set :copy_via, :scp
set :copy_exclude, ".git/*"
-set :branch, "V2_3_0"
+set :branch, "V2_4"