|
@@ -1,13 +1,8 @@
|
|
|
{
|
|
{
|
|
|
|
|
+ "default-remote":"origin",
|
|
|
"remotes": {
|
|
"remotes": {
|
|
|
"origin": {
|
|
"origin": {
|
|
|
"fetch": "git://github.com/cloudera/%(name)s.git"
|
|
"fetch": "git://github.com/cloudera/%(name)s.git"
|
|
|
- },
|
|
|
|
|
- "anutron": {
|
|
|
|
|
- "fetch": "git://github.com/anutron/%(name)s.git"
|
|
|
|
|
- },
|
|
|
|
|
- "mootools": {
|
|
|
|
|
- "fetch": "git://github.com/mootools/%(name)s.git"
|
|
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"projects": {
|
|
"projects": {
|
|
@@ -26,20 +21,14 @@
|
|
|
"track-indirect": "clientcide.hash"
|
|
"track-indirect": "clientcide.hash"
|
|
|
},
|
|
},
|
|
|
"behavior": {
|
|
"behavior": {
|
|
|
- "track-indirect": "behavior.hash",
|
|
|
|
|
- "from-remote": "origin",
|
|
|
|
|
- "remotes": ["origin"]
|
|
|
|
|
|
|
+ "track-indirect": "behavior.hash"
|
|
|
},
|
|
},
|
|
|
"more-behaviors": {
|
|
"more-behaviors": {
|
|
|
- "track-indirect": "more-behaviors.hash",
|
|
|
|
|
- "from-remote": "anutron",
|
|
|
|
|
- "remotes": ["anutron"]
|
|
|
|
|
|
|
+ "track-indirect": "more-behaviors.hash"
|
|
|
},
|
|
},
|
|
|
"mootools-color": {
|
|
"mootools-color": {
|
|
|
"dir": "color",
|
|
"dir": "color",
|
|
|
- "track-indirect": "color.hash",
|
|
|
|
|
- "from-remote": "anutron",
|
|
|
|
|
- "remotes": ["anutron"]
|
|
|
|
|
|
|
+ "track-indirect": "color.hash"
|
|
|
},
|
|
},
|
|
|
"mootools-touch": {
|
|
"mootools-touch": {
|
|
|
"dir": "touch",
|
|
"dir": "touch",
|
|
@@ -47,14 +36,13 @@
|
|
|
},
|
|
},
|
|
|
"art-widgets": {
|
|
"art-widgets": {
|
|
|
"dir": "widgets",
|
|
"dir": "widgets",
|
|
|
- "track-indirect": "widgets.hash",
|
|
|
|
|
- "from-remote": "origin",
|
|
|
|
|
- "remotes": ["origin"]
|
|
|
|
|
|
|
+ "track-indirect": "widgets.hash"
|
|
|
|
|
+ },
|
|
|
|
|
+ "jframe": {
|
|
|
|
|
+ "track-indirect": "jframe.hash"
|
|
|
},
|
|
},
|
|
|
"slick": {
|
|
"slick": {
|
|
|
- "track-indirect": "slick.hash",
|
|
|
|
|
- "from-remote": "anutron",
|
|
|
|
|
- "remotes": ["anutron"]
|
|
|
|
|
|
|
+ "track-indirect": "slick.hash"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|