summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 23:02:54 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit9eeab1ac408dca887aba4e26a9598999d97124e7 (patch)
tree64521cce9eb3e609d4d104b8dc2fa787b202e5e7
parent557ee9882ec919767064d01c900918ab224ba891 (diff)
downloadlorries-9eeab1ac408dca887aba4e26a9598999d97124e7.tar.gz
Update mirroring of Python xstatic, xstatic.jquery{,_ui} packages
XStatic and its packages of jQuery and jQuery-ui moved from Bitbucket to GitHub. Since they switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete.
-rw-r--r--open-source-lorries/xstatic-packages.lorry14
-rw-r--r--open-source-lorries/xstatic.lorry7
2 files changed, 18 insertions, 3 deletions
diff --git a/open-source-lorries/xstatic-packages.lorry b/open-source-lorries/xstatic-packages.lorry
index 48f55f5..f8196fe 100644
--- a/open-source-lorries/xstatic-packages.lorry
+++ b/open-source-lorries/xstatic-packages.lorry
@@ -65,7 +65,12 @@
},
"xstatic-packages/xstatic-jquery": {
"type": "hg",
- "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery"
+ "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery",
+ "description": "Obsolete (use xstatic-packages/xstatic-jquery-git)"
+ },
+ "xstatic-packages/xstatic-jquery-git": {
+ "type": "git",
+ "url": "https://github.com/xstatic-py/xstatic-jquery.git"
},
"xstatic-packages/xstatic-jquery-bootstrap-wizard": {
"type": "git",
@@ -85,7 +90,12 @@
},
"xstatic-packages/xstatic-jquery-ui": {
"type": "hg",
- "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery_ui"
+ "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery_ui",
+ "description": "Obsolete (use xstatic-packages/xstatic-jquery-ui-git)"
+ },
+ "xstatic-packages/xstatic-jquery-ui-git": {
+ "type": "git",
+ "url": "https://github.com/xstatic-py/xstatic-jquery_ui.git"
},
"xstatic-packages/xstatic-jsencrypt": {
"type": "git",
diff --git a/open-source-lorries/xstatic.lorry b/open-source-lorries/xstatic.lorry
index 0e63150..6d923e5 100644
--- a/open-source-lorries/xstatic.lorry
+++ b/open-source-lorries/xstatic.lorry
@@ -1,6 +1,11 @@
{
"xstatic": {
"type": "hg",
- "url": "https://bitbucket.org/thomaswaldmann/xstatic"
+ "url": "https://bitbucket.org/thomaswaldmann/xstatic",
+ "description": "Obsolete (use xstatic-git)"
+ },
+ "xstatic-git": {
+ "type": "git",
+ "url": "https://github.com/xstatic-py/xstatic.git"
}
}