Merlijn van Deen has uploaded a new change for review.

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


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

Update gitmodules

- externals/httplib2 now refers to our local mirror, with our patches
- externals/httplib2 and scripts/i18n now use relative URL, to make
  Gerrit automatically update them
- 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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/24/81124/1

diff --git a/.gitmodules b/.gitmodules
index f862971..e5f529b 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 = ../../pywikibot/i18n.git
+       branch = master
+
 [submodule "externals/httplib2"]
        path = externals/httplib2
-       url = https://github.com/iserko/httplib2.git
+       url = ../../pywikibot/externals/httplib2.git
+       branch = master
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: newchange
Gerrit-Change-Id: If5d04cbcaa45bc4a5619c1424629b214d3933a25
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>

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

Reply via email to