https://bugzilla.novell.com/show_bug.cgi?id=233122#c25 --- Comment #25 from Marcus Meissner <meissner@novell.com> 2007-09-21 00:57:51 MST --- regarding peters comment #c21 ... - debuginfo packages on the buildservice must be enabled by hand , right? while autobuild generates them automatically. that makes your figures skewed. - size of updates debuginfos (of all patches) I did: cd /mounts/mirror/SuSE/ftp.suse.com/pub/suse/update/10.2/repodata grep PATCHINFO patch-*|sed -e 's/.*="//;s/".*//;' | \ while read md5 ; do find /work/built/patchinfo/$md5/|grep 10.2-|grep debuginfo|xargs stat -c "%s" ; done |\ perl -e 'while (<>) { /(\d*)/;$foo += $1; } print "$foo\n";' 10.2: 15.030.159.614 (15GB) 10.1: 26.495.952.911 (26GB) 10.0: 3.913.865.787 ( 3GB) (with auto obsolete) We do not auto obsolete in 10.1 and 10.2, which causes the way larger sizes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.