# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/snapshot_target.py:
+ Add a patch from Robin Johnson <robbat2@gentoo.org> from bug #207860 to
+ exclude digest-* files from the snapshot.
+
08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/amd64.py,
arch/x86.py, modules/generic_stage_target.py:
Fixing a minor display issue when we write out make.conf, adding HOSTUSE for
if not os.path.exists(mytmp):
os.makedirs(mytmp)
- cmd("rsync -a --delete --exclude /packages/ --exclude /distfiles/ --exclude /local/ --exclude CVS/ --exclude .svn "+\
+ cmd("rsync -a --delete --exclude /packages/ --exclude /distfiles/ --exclude /local/ --exclude CVS/ --exclude .svn --filter=H_**/files/digest-* "+\
self.settings["portdir"]+"/ "+mytmp+"/portage/","Snapshot failure",env=self.env)
print "Compressing Portage snapshot tarball..."