site  contact  subhomenews

Getting Aufs3

April 02, 2012 — BarryK
Oh. Aufs2 is hosted in a git repository, with convenient links to download a tarball. However, the aufs3 git repository does not have tarball links.

Curses. My knowledge of git is extremely rudimentary. The Aufs site is extremely unhelpful:
http://aufs.sourceforge.net/

Well, I have done some research, this seems to work:

# git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git 3.0

# cd 3.0
# git checkout origin/aufs3.0


And do this somewhere else, as it will create the same directory name:

# git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git 3.0

# cd 3.0
# git checkout origin/aufs3.0

Tags: puppy