Siebrand has uploaded a new change for review.

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


Change subject: Handle wikia-quick for repocommit
......................................................................

Handle wikia-quick for repocommit

Change-Id: I08ccefac5d0660a0b54f83c707f86678916e8354
---
M bin/repocommit
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/25/75125/1

diff --git a/bin/repocommit b/bin/repocommit
index a4fef59..722d93b 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -54,6 +54,11 @@
 for i in $GITCOMMITNOCHECKPROJECTS; do
        if [ "$i" = "$PROJECT" ]
        then
+               if [ "$PROJECT" = "wikia-quick" ]
+               then
+                       PROJECT="wikia"
+               fi
+
                gitcommitNoCheck "$PROJECT"
                exit 0
        fi

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I08ccefac5d0660a0b54f83c707f86678916e8354
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to