We live on git repositories. If you need commit access, it will be over ssh and you ll need to ask kiorky for an account.
Bug tracking system is hosted on our Trac
We also have a gitweb.
We host the eggs on Pypi package index
If you want to be bleeding edge and not have a 3 years old debianised minitage. You can give a try to the egg in development mode. Be aware that you must know what you are doing there !
If you need to, fire your virtualenv
source $prefix/bin/activateGet the sources
mkdir -p ~/repos/minitage cd ~/repos/minitage git clone http://git.minitage.org/git/minitage/eggs/minitage.recipe/ git clone http://git.minitage.org/git/minitage/eggs/minitage.core/ git clone http://git.minitage.org/git/minitage/eggs/minitage.paste/ git clone http://git.minitage.org/git/minitage/eggs/buildout.minitagificatorInstall/Reinstall minitage in develop mode
source $prefix/bin/activate cd ~/repos/minitage/minitage.core python setup.py develop cd ~/repos/minitage/minitage.recipe python setup.py develop cd ~/repos/minitage/minitage.paste python setup.py develop cd ~/repos/minitage/buildout.minitagificator python setup.py developSync its packages (all its minilays in minitage vocabulary).
This will initiate also all the minitage directories for the first run.
source $prefix/bin/activate minimerge -s