Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/87683
Change subject: Simplify osm commands ...................................................................... Simplify osm commands Change-Id: I0062f0eb338d251804b1797eaea8c7d220969cce --- M bin/repocommit 1 file changed, 2 insertions(+), 10 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/translatewiki refs/changes/83/87683/1 diff --git a/bin/repocommit b/bin/repocommit index 98bd923..07d6610 100755 --- a/bin/repocommit +++ b/bin/repocommit @@ -185,16 +185,8 @@ elif [ "$PROJECT" = "osm" ] then - cd $PROJECT - git add . - git commit -m "$COMMITMSG" - git push ssh://[email protected]/var/lib/git/rails.git - cd .. - cd potlatch2 - git add . - git commit -m "$COMMITMSG" - git push - cd .. + gitcommitNoCheck $PROJECT + gitcommitNoCheck potlatch2 elif [ "$PROJECT" = "wikiblame" ] then -- To view, visit https://gerrit.wikimedia.org/r/87683 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0062f0eb338d251804b1797eaea8c7d220969cce 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
