diff --git a/Changelog b/Changelog index 214f10d7..fd63d067 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Wed Mar 12 2008 Jesse Keating +- Lower the CD size to 650; need to investigate pkgordering soon + * Tue Mar 11 2008 Jesse Keating - netinst.iso was renamed to boot.iso. We want to link it to the iso dir, but keep the netinst.iso name for now. diff --git a/src/pypungi/config.py b/src/pypungi/config.py index 6d2c90b1..997f1e25 100644 --- a/src/pypungi/config.py +++ b/src/pypungi/config.py @@ -41,5 +41,5 @@ class Config(SafeConfigParser): self.set('default', 'destdir', os.getcwd()) self.set('default', 'bugurl', 'http://bugzilla.redhat.com') self.set('default', 'discs', '1') - self.set('default', 'cdsize', '670.0') + self.set('default', 'cdsize', '650.0')