Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/260029

Change subject: new_wmf_service should create new branch from origin/production
......................................................................

new_wmf_service should create new branch from origin/production

Change-Id: Iceb8bb68cbcae987125a6b80d363ca94b8db6268
---
M utils/new_wmf_service.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/260029/1

diff --git a/utils/new_wmf_service.py b/utils/new_wmf_service.py
index 073bc5f..e50635f 100755
--- a/utils/new_wmf_service.py
+++ b/utils/new_wmf_service.py
@@ -412,7 +412,7 @@
     # Keep cwd
     cwd = os.getcwd()
     os.chdir('..')
-    Git.create_branch(s.service_name, 'production')
+    Git.create_branch(s.service_name, 'origin/production')
     Git.change_branch(s.service_name)
 
     if not s.create_puppet_module():

-- 
To view, visit https://gerrit.wikimedia.org/r/260029
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iceb8bb68cbcae987125a6b80d363ca94b8db6268
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to