Skip to content

Commit

Permalink
[deploy] use 2.3 branch in 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 28, 2011
1 parent 26baec8 commit e3c2a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# git settings
set :scm, :git
set :repository, "git://gitorious.org/opensuse/build-service.git"
set :branch, "master"
set :branch, "2.3"
set :deploy_via, :remote_cache
set :git_enable_submodules, 1
set :git_subdir, '/src/api'
Expand Down
2 changes: 1 addition & 1 deletion src/webui/config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# git settings
set :scm, :git
set :repository, "git://gitorious.org/opensuse/build-service.git"
set :branch, "master"
set :branch, "2.3"
set :deploy_via, :remote_cache
set :git_enable_submodules, 1
set :git_subdir, '/src/webui'
Expand Down

0 comments on commit e3c2a1e

Please sign in to comment.