FREEBSD-upgrade revision 207842
1167802Sjkim$FreeBSD: head/contrib/xz/FREEBSD-upgrade 207842 2010-05-10 06:59:50Z mm $
2167802Sjkim
3167802Sjkimxz
4167802Sjkim
5167802SjkimThe source code is pulled with git:
6167802Sjkim
7217365Sjkim	git clone git://ctrl.tukaani.org/xz.git xz
8245582Sjkim
9167802SjkimChangeLog is generated with:
10167802Sjkim	
11217365Sjkim	git log > ChangeLog
12217365Sjkim
13217365SjkimFor the import files and directories were pruned by:
14217365Sjkim	
15217365Sjkimsh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
16217365Sjkim
17217365SjkimYou may check if there are any new files that we don't need.
18217365Sjkim
19217365SjkimThe instructions for importing new release and merging to HEAD can be found
20217365Sjkimat FreeBSD wiki:
21217365Sjkim
22217365Sjkim	http://wiki.freebsd.org/SubversionPrimer/VendorImports
23217365Sjkim
24217365SjkimTo make local changes to xz, simply patch and commit to the trunk
25167802Sjkimbranch (aka HEAD).  Never make local changes on the vendor branch.
26217365Sjkim
27217365Sjkimmm@FreeBSD.org
28217365Sjkim10-May-2010
29167802Sjkim