[apparmor] git mirror of apparmor user space repo
John Johansen
john.johansen at canonical.com
Tue Jun 7 21:12:22 UTC 2011
There is now a git mirror of the apparmor user space tools on kernel.org
you can grab the main development head doing
git clone git://git.kernel.org/pub/scm/linux/security/apparmor/apparmor-bzr-mirror.git
and once you have a tree release branches can be checked from within your cloned repository choosing the desired revision and doing something like
git checkout --track origin/v2.6 -b v2.6
There are still a few issues with the mirror that I need to work out (like missing tags), and the syncing to bzr tree is not yet automated. The automation is planned and will be done at the commit level so that each new commit into the bzr repo will trigger a sync.
At this time there are no plans to move over to using git as the main revision control system for userspace tool development, but hopefully this will help make those familiar with git feel more at home.
If you encounter any problems with the mirror please let us known.
More information about the AppArmor
mailing list