git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1283
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ modules/snapshot_target.py:
+ Change .svn --include to an --exclude like it was supposed to be
+
07 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/mips.py,
catalyst:
Added several subarches for mips so we can dump the mips subarch profiles
if not os.path.exists(mytmp):
os.makedirs(mytmp)
- cmd("rsync -a --delete --exclude /packages/ --exclude /distfiles/ --exclude /local/ --exclude CVS/ --include .svn "+\
+ cmd("rsync -a --delete --exclude /packages/ --exclude /distfiles/ --exclude /local/ --exclude CVS/ --exclude .svn "+\
self.settings["portdir"]+"/ "+mytmp+"/portage/","Snapshot failure",env=self.env)
print "Compressing Portage snapshot tarball..."