jenkins-bot has submitted this change and it was merged.

Change subject: Fix read-write cloning for iHRIS
......................................................................


Fix read-write cloning for iHRIS

Change-Id: I398074319ac1a3f94c76b2ffd7295f9680bdba3d
---
M REPOCONF.siebrand
M bin/repocreate
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/REPOCONF.siebrand b/REPOCONF.siebrand
index 7c18e15..d477898 100644
--- a/REPOCONF.siebrand
+++ b/REPOCONF.siebrand
@@ -16,7 +16,7 @@
 
REPO_FUDFORUM=svn+ssh://[email protected]/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=ssh://[email protected]/git/fuel.git
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
-REPO_IHRIS_BRANCH="4.1-dev"
+REPO_IHRIS_BRANCH="4.1"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify"
 [email protected]:Krinkle/intuition.git
 [email protected]:wikimedia/jquery.uls.git
diff --git a/bin/repocreate b/bin/repocreate
index 027c9b5..a3316b2 100755
--- a/bin/repocreate
+++ b/bin/repocreate
@@ -96,7 +96,7 @@
                do
                        if [ "$REPO_RW" = "yes" ]
                        then
-                               bzr checkout lp:${MODULE} ${MODULE}
+                               bzr checkout lp:${MODULE}/${REPO_IHRIS_BRANCH} 
${MODULE}
                        else
                                bzr branch 
${REPO_IHRIS}/${MODULE}/${REPO_IHRIS_BRANCH}/ ${MODULE}
                        fi

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I398074319ac1a3f94c76b2ffd7295f9680bdba3d
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to