jenkins-bot has submitted this change and it was merged.

Change subject: Update gitmodules
......................................................................


Update gitmodules

- externals/httplib2 now refers to our local mirror, with our patches
- externals/httplib2 and scripts/i18n now use the same URL format as
  https://github.com/wikimedia/mediawiki-extensions/blob/master/.gitmodules
  to make Gerrit automatically update them. Hopefully.
- externals/httplib2 and scripts/i18n have been updated to last master
  revision

Change-Id: If5d04cbcaa45bc4a5619c1424629b214d3933a25
---
M .gitmodules
M externals/httplib2
M scripts/i18n
3 files changed, 6 insertions(+), 3 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.gitmodules b/.gitmodules
index f862971..c8596ea 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,9 @@
 [submodule "i18n"]
-    path = scripts/i18n
-    url = https://gerrit.wikimedia.org/r/p/pywikibot/i18n.git
+       path = scripts/i18n
+       url = https://gerrit.wikimedia.org/r/p/pywikibot/i18n.git
+       branch = .
+
 [submodule "externals/httplib2"]
        path = externals/httplib2
-       url = https://github.com/iserko/httplib2.git
+       url = https://gerrit.wikimedia.org/r/p/pywikibot/externals/httplib2.git
+       branch = .
diff --git a/externals/httplib2 b/externals/httplib2
index 989028e..552e08f 160000
--- a/externals/httplib2
+++ b/externals/httplib2
-Subproject commit 989028e51d283d04b46884b666d2ccde6452304f
+Subproject commit 552e08fc711fadfc2d4bdca0d4c2863cd81e4ec6
diff --git a/scripts/i18n b/scripts/i18n
index 27a2b51..9199b7d 160000
--- a/scripts/i18n
+++ b/scripts/i18n
-Subproject commit 27a2b5108cd80bdecd0e126acd7727be80c1fc3a
+Subproject commit 9199b7d0d5b5cc987c9089972d401e9ccba0f99a

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If5d04cbcaa45bc4a5619c1424629b214d3933a25
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: DrTrigon <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to