Skip to content

Commit

Permalink
MooTools Edge tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Jan 9, 2014
1 parent 9d6d9cf commit 84cbe86
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 166 deletions.
11 changes: 7 additions & 4 deletions install
@@ -1,12 +1,15 @@
#!/bin/bash
curl -O -k https://raw.github.com/pypa/virtualenv/master/virtualenv.py;
python virtualenv.py env;
curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.1.tar.gz;
tar xvfz virtualenv-1.9.1.tar.gz;
cd virtualenv-1.9.1;
python virtualenv.py ../env;
cd ..;
env/bin/easy_install crepo;
rm virtualenv.*;
ln -s applications/go/go;
rm -rf virtualenv*;
cd applications;
../env/bin/crepo sync;
cd ../lib;
../env/bin/crepo sync;
cd ..;
ln -s applications/go/go;
./go install;
1 change: 0 additions & 1 deletion lib/clientcide.2.2.1.hash

This file was deleted.

1 change: 0 additions & 1 deletion lib/core.1.2.5.hash

This file was deleted.

1 change: 0 additions & 1 deletion lib/core.1.4.5.hash

This file was deleted.

1 change: 0 additions & 1 deletion lib/core1.4.4.hash

This file was deleted.

78 changes: 10 additions & 68 deletions lib/manifest.json
@@ -1,85 +1,27 @@
{
"default-remote":"anutron",
"default-remote":"origin",
"remotes": {
"anutron": {
"fetch": "git://github.com/anutron/%(name)s.git"
},
"mootools": {
"fetch": "git://github.com/mootools/%(name)s.git"
},
"origin": {
"fetch": "git@github.com:anutron/%(name)s.git",
"push": "git@github.com:anutron/%(name)s.git"
"fetch": "git@github.com:mootools-edge/%(name)s.git",
"push": "git@github.com:mootools-edge/%(name)s.git"
}
},
"projects": {
"core.1.2.5": {
"dir":"core.1.2.5",
"remote-project-name": "mootools-core",
"track-indirect": "core.1.2.5.hash",
"remotes": ["mootools", "anutron", "origin"]
},
"core.1.4.5": {
"dir":"core.1.4.5",
"core-edge": {
"dir":"core-edge",
"remote-project-name": "mootools-core",
"track-indirect": "core.1.4.5.hash",
"remotes": ["mootools", "anutron", "origin"]
},

"more.1.2.5.1": {
"dir":"more.1.2.5.1",
"remote-project-name": "mootools-more",
"track-indirect": "more.1.2.5.1.hash",
"remotes": ["mootools", "anutron", "origin"]
},
"more.1.4.0.1": {
"dir":"more.1.4.0.1",
"remote-project-name": "mootools-more",
"track-indirect": "more.1.4.0.1.hash",
"remotes": ["mootools", "anutron", "origin"]
},

"clientcide.2.2.1": {
"dir": "clientcide.2.2.1",
"remote-project-name": "clientcide",
"track-indirect": "clientcide.2.2.1.hash",
"remotes": ["anutron", "origin"]
},
"clientcide": {
"dir": "clientcide",
"track-branch": "release",
"from-remote": "anutron",
"remotes": ["anutron", "origin"]
},

"behavior": {
"track-branch": "release",
"from-remote": "anutron",
"remotes": ["anutron", "origin"]
},
"more-behaviors": {
"track-branch": "release",
"from-remote": "anutron",
"remotes": ["anutron", "origin"]
},

"mootools-bootstrap": {
"dir": "bootstrap",
"track-branch": "release",
"from-remote": "anutron",
"remotes": ["anutron", "origin"]
},
"mootools-demos": {
"dir":"fiddles",
"track-branch": "master",
"from-remote": "mootools",
"remotes": ["mootools", "anutron", "origin"]
"remotes": ["mootools", "origin"]
},
"mootools-core-specs": {
"dir":"core-specs",
"more-edge": {
"dir":"more-edge",
"remote-project-name": "mootools-more",
"track-branch": "master",
"from-remote": "mootools",
"remotes": ["mootools", "anutron", "origin"]
"remotes": ["mootools", "origin"]
}
}
}
1 change: 0 additions & 1 deletion lib/more.1.2.5.1.hash

This file was deleted.

1 change: 0 additions & 1 deletion lib/more.1.4.0.1.hash

This file was deleted.

113 changes: 25 additions & 88 deletions settings.py
Expand Up @@ -3,112 +3,49 @@
DOC_ROOT = dirname(__file__)
ROOT = abspath(join(DOC_ROOT, '../../'))

TITLE_PREFIX = 'Clientcide Development'
TITLE_PREFIX = 'MooTools Development'

# Set to true to re-load all JS every time. (slowish)
DEPENDER_DEBUG = True

DEFAULT_VERSION = "Clientcide 3.1.0"
DEFAULT_VERSION = "MooTools Edge"


PROJECTS = {
"Clientcide 2.2.1": {
"clientcide": {
"package": "lib/clientcide.2.2.1/package.yml",
"docs": "lib/clientcide.2.2.1/Docs",
"build": True
},
"Core": {
"package": "lib/core.1.2.5/package.yml",
"build": True
},
"More": {
"package": "lib/more.1.2.5.1/package.yml",
"build": True
}
},
"Clientcide 3.1.0": {
"MooTools Edge": {
"Core": {
"package": "lib/core.1.4.5/package.yml",
"build": True
},
"More": {
"package": "lib/more.1.4.0.1/package.yml",
"demos": {
"path": "lib/more.1.4.0.1/Tests/Interactive",
"exclude": True
},
"specs": ["lib/more.1.4.0.1/Tests/Specs/package.yml"],
"build": True
},
"Clientcide": {
"package": "lib/clientcide/package.yml",
"docs": "lib/clientcide/Docs",
"demos": {
"path": "lib/clientcide/Tests/Interactive"
},
"specs": ["lib/clientcide/Tests/Specs/package.yml"],
"build": True
},
"Behavior": {
"package": "lib/behavior/package.yml",
"docs": "lib/behavior/Docs",
"specs": ["lib/behavior/Tests/Specs/package.yml"],
"build": True
},
"More-Behaviors": {
"package": "lib/more-behaviors/package.yml",
"docs": "lib/more-behaviors/Docs",
"demos": {
"path": "lib/more-behaviors/Tests/Interactive"
},
"specs": ["lib/more-behaviors/Tests/Specs/package.yml"],
"build": True
}
},
"MooTools Bootstrap": {
"Core": {
"package": "lib/core.1.4.5/package.yml",
"build": True
"package": "lib/core-edge/package.yml",
"build": True,
"docs": "lib/core-edge/",
"specs": ["lib/core-edge/Specs/1.2/package.yml",
"lib/core-edge/Specs/1.3base/package.yml",
"lib/core-edge/Specs/1.3client/package.yml",
"lib/core-edge/Specs/1.4base/package.yml",
"lib/core-edge/Specs/1.4client/package.yml",
"lib/core-edge/Specs/1.5base/package.yml",
"lib/core-edge/Specs/1.5client/package.yml"]
},
"More": {
"package": "lib/more.1.4.0.1/package.yml",
"build": True
},
"Clientcide": {
"package": "lib/clientcide/package.yml",
"build": True
},
"Behavior": {
"package": "lib/behavior/package.yml",
"specs": ["lib/behavior/Tests/Specs/package.yml"],
"build": True
},
"More-Behaviors": {
"package": "lib/more-behaviors/package.yml",
"build": True
},
"Bootstrap": {
"package": "lib/bootstrap/package.yml",
"package": "lib/more-edge/package.yml",
"build": True,
"demos": {
"path": "lib/bootstrap/Tests/Interactive"
"path": "lib/more-edge/Tests/Interactive"
},
"specs": ["lib/bootstrap/Tests/Specs/package.yml"],
"docs": "lib/bootstrap/"
"specs": ["lib/more-edge/Tests/Specs/package.yml"],
"docs": "lib/more-edge/"
}
}
}

GENERIC_ASSETS = {
'Assets.js.test.js': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/Assets.js.test.js")),
'Assets.css.test.css': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/Assets.css.test.css")),
'mootools.png': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/mootools.png")),
'cow.png': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/cow.png")),
'notExisting.png': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/notExisting.png")),
'iDontExist.png': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/iDontExist.png")),
'iDontExistEither.png': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/iDontExistEither.png")),
'jsonp.js': abspath(join(ROOT, "lib/more.1.4.0.1/Tests/Specs/assets/jsonp.js")),
'Assets.js.test.js': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/Assets.js.test.js")),
'Assets.css.test.css': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/Assets.css.test.css")),
'mootools.png': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/mootools.png")),
'cow.png': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/cow.png")),
'notExisting.png': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/notExisting.png")),
'iDontExist.png': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/iDontExist.png")),
'iDontExistEither.png': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/iDontExistEither.png")),
'jsonp.js': abspath(join(ROOT, "lib/more-edge/Tests/Specs/assets/jsonp.js")),
}

#############################################################################
Expand Down

0 comments on commit 84cbe86

Please sign in to comment.