public
Description: This repository tags the corresponding commits of Mover, MuiKit and the Labs tools allowing easy, correct building of Mover.app.
Homepage: http://infinite-labs.net/mover/
Clone URL: git://github.com/millenomi/mover-packaging.git
name age message
file .gitmodules Wed May 27 03:01:12 -0700 2009 More fixes. [millenomi]
file Edge Mon Aug 10 06:58:26 -0700 2009 Numerous fixes to the behavior of Edge and Prep... [millenomi]
submodule Mover - 474afe1 Fri Jul 17 05:49:27 -0700 2009 Moved up to Mover 2.0. [millenomi]
submodule MuiKit - 4dcf5bf Fri Jul 17 05:49:27 -0700 2009 Moved up to Mover 2.0. [millenomi]
file Prepare Wed Aug 19 23:40:49 -0700 2009 Added support for Variants/Open. [millenomi]
file README.mdown Sun May 31 07:06:25 -0700 2009 Added a short README. [millenomi]
submodule Tools - e3698b4 Fri Jul 17 05:49:27 -0700 2009 Moved up to Mover 2.0. [millenomi]
README.mdown

The Mover packaging repository.

This repository keeps track of Mover releases by referencing Mover and its dependencies through Git submodules. This is an experimental replacement for the DownloadDependencies script in the Mover repository, but it looks like it works well enough.

Projects must be set up to reference each other before they can be used. The scripts in this repository do just that. If you want to clone the release you've checked out this repository for, use:

sh Prepare

and it will check out the submodules and set 'em up correctly. If you instead want to have the 'edge' version of Mover with all the extra untested goodness, use instead:

sh Edge

which will do the same (and will call Prepare internally), but will pull the latest revisions in the master branch for all repos. Git powa!