20after4 has uploaded a new change for review.

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

Change subject: use wmf/stable branch of arcanist and libphutil
......................................................................

use wmf/stable branch of arcanist and libphutil

These need to be cloned to the correct branch.

Change-Id: Ib1c8b51468c5a406445234dd3ed883cdbdec0964
---
M modules/phabricator/manifests/arcanist.pp
1 file changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/18/293818/1

diff --git a/modules/phabricator/manifests/arcanist.pp 
b/modules/phabricator/manifests/arcanist.pp
index 236b18b..f6a8023 100644
--- a/modules/phabricator/manifests/arcanist.pp
+++ b/modules/phabricator/manifests/arcanist.pp
@@ -1,17 +1,18 @@
 # == Class: phabricator::arcanist
 #
+# Installs the phabricator client, arcanist, from git.
 # Clone the arcanist and libphutil repositories into /usr/local/share/, then
 # link /usr/local/bin/arc to the arc executable
 #
-class phabricator::arcanist() {
+class phabricator::arcanist {
     git::clone { 'phabricator/libphutil':
         directory => '/usr/local/share/libphutil',
-        branch    => 'stable',
+        branch    => 'wmf/stable',
     }
 
     git::clone { 'phabricator/arcanist':
         directory => '/usr/local/share/arcanist',
-        branch    => 'stable',
+        branch    => 'wmf/stable',
         require   => Git::Clone['phabricator/libphutil'],
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1c8b51468c5a406445234dd3ed883cdbdec0964
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: 20after4 <mmod...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to