summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
}