Hashar has uploaded a new change for review. Change subject: fetch extension from Gerrit replicate ......................................................................
fetch extension from Gerrit replicate Before we had Gerrit replication setup on gallium, the extension fetching script was trying to craft its own replication. It ends up some logic failure made it create the repo but prevented it from ever updating it. This patch change the fetch-mw-ext script to get the extension from the Gerrit replicate under /var/lib/git. That would let us ensure we always snapshot the latest master version. TODO: * make sure the extension has actually been replicated * cleanup the destination before copying the archive Change-Id: I1d9a6269b64c9daaa6f5d552dde2a2b7baa6d1f2 --- M tools/fetch-mw-ext 1 file changed, 7 insertions(+), 13 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins refs/changes/44/44644/1 -- To view, visit https://gerrit.wikimedia.org/r/44644 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1d9a6269b64c9daaa6f5d552dde2a2b7baa6d1f2 Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
