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