Re: [sabayon] Sabayon 2.19.1 - Problems compressing and applying - and - some confs not saved



On Thu, 2007-08-09 at 21:08 -0300, Igor Morgado wrote:

> 3. Skipping these problems (problem 1 avoided adding the file
> inside .zip, problem 2 without any solution right now). I have started
> a new session to teste new sabayon-apply. It works fine with the HUGE
> created file (2MB). 

How embarrassing... I think I found the problem.
sabayon/lib/config.py.in was missing a stupid comma. This is
why .fontconfig and .beagle were not getting ignored --- part of the
"huge profiles" problem is due to .fontconfig's caches getting included
in the profile.

Could you please update your copy of Sabayon from SVN and see if it
fixes the problem?

Alternatively, you can use the attached patch.

[I haven't found the problem with duplicated files yet; that's next on
my list.]

  Federico
commit b16b215922372d87221d39a03540fe5e8e588eff
Author: federico <federico 8b9f5b79-e825-0410-8eac-f7d894c94d18>
Date:   Thu Sep 13 19:52:38 2007 +0000

    Add missing comma in directories to ignore
    
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/sabayon/trunk 857 8b9f5b79-e825-0410-8eac-f7d894c94d18

diff --git a/ChangeLog b/ChangeLog
index 4bab837..41bd514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-13  Federico Mena Quintero  <federico novell com>
+
+	* lib/config.py.in (DIRECTORIES_TO_IGNORE): Argh!  Add a missing
+	comma in the list of strings; this is why .fontconfig and .beagle
+	were not getting ignored.
+
 2007-08-23  Federico Mena Quintero  <federico novell com>
 
 	Fix http://bugzilla.gnome.org/show_bug.cgi?id=461110 - some
diff --git a/lib/config.py.in b/lib/config.py.in
index ba34c6f..65fd85a 100755
--- a/lib/config.py.in
+++ b/lib/config.py.in
@@ -115,7 +115,7 @@ DIRECTORIES_TO_IGNORE = [
     ".profile_cache",
     ".thumbnails",
     ".wapi",
-    ".fontconfig"
+    ".fontconfig",
     ".beagle"
 ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]