FREEBSD-upgrade revision 243055
1$FreeBSD: head/contrib/atf/FREEBSD-upgrade 243055 2012-11-15 04:51:37Z marcel $
2
3atf
4
5The source code is hosted on GoogleCode as a subcomponent of the Kyua project:
6
7	http://code.google.com/p/kyua/downloads/list
8
9For the contrib directory, the sources were initially prepared like so:
10
11	./configure --prefix=/ --exec-prefix=/usr --datarootdir=/usr/share
12
13For the contrib directory, files and directories were pruned by:
14
15sh -c 'for F in `cat FREEBSD-Xlist`; do rm -rf ./$F ; done'
16
17You may check if there are any new files that we don't need.
18
19The instructions for importing new release and merging to HEAD can be found
20at FreeBSD wiki:
21
22	http://wiki.freebsd.org/SubversionPrimer/VendorImports
23
24To make local changes to atf, simply patch and commit to the trunk
25branch (aka HEAD).  Never make local changes on the vendor branch.
26
27gcooper@FreeBSD.org
285-August-2012
29