Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/181894
Change subject: Fix copy-paste error
......................................................................
Fix copy-paste error
Wikia commits no longer worked.
Change-Id: I914970a5a2b11af13d6adc8e36ab586c3e4b8ee5
---
M bin/repocommit
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/translatewiki
refs/changes/94/181894/1
diff --git a/bin/repocommit b/bin/repocommit
index c3d54c8..e1e9929 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -201,6 +201,10 @@
svn commit --message "$COMMITMSG"
cd ..
+elif [ "$PROJECT" = "wikia" ]
+then
+ gitCommit "$PROJECT" dev
+
elif [ "$PROJECT" = "wikiblame" ]
then
cd $PROJECT
@@ -208,10 +212,6 @@
svn propset -q svn:eol-style native *.php
svn commit --message "$COMMITMSG"
cd ..
-
-elif [ "$PROJECT" = "wikiblame" ]
-then
- gitCommit "$PROJECT" dev
else
echo "`basename $0`: Unknown project"
--
To view, visit https://gerrit.wikimedia.org/r/181894
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I914970a5a2b11af13d6adc8e36ab586c3e4b8ee5
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