FREEBSD-upgrade revision 243055
1243055Smarcel$FreeBSD: head/contrib/atf/FREEBSD-upgrade 243055 2012-11-15 04:51:37Z marcel $
2243055Smarcel
3243055Smarcelatf
4243055Smarcel
5243055SmarcelThe source code is hosted on GoogleCode as a subcomponent of the Kyua project:
6243055Smarcel
7243055Smarcel	http://code.google.com/p/kyua/downloads/list
8243055Smarcel
9243055SmarcelFor the contrib directory, the sources were initially prepared like so:
10243055Smarcel
11243055Smarcel	./configure --prefix=/ --exec-prefix=/usr --datarootdir=/usr/share
12243055Smarcel
13243055SmarcelFor the contrib directory, files and directories were pruned by:
14243055Smarcel
15243055Smarcelsh -c 'for F in `cat FREEBSD-Xlist`; do rm -rf ./$F ; done'
16243055Smarcel
17243055SmarcelYou may check if there are any new files that we don't need.
18243055Smarcel
19243055SmarcelThe instructions for importing new release and merging to HEAD can be found
20243055Smarcelat FreeBSD wiki:
21243055Smarcel
22243055Smarcel	http://wiki.freebsd.org/SubversionPrimer/VendorImports
23243055Smarcel
24243055SmarcelTo make local changes to atf, simply patch and commit to the trunk
25243055Smarcelbranch (aka HEAD).  Never make local changes on the vendor branch.
26243055Smarcel
27243055Smarcelgcooper@FreeBSD.org
28243055Smarcel5-August-2012
29