When setting default cdsize, value must be string.

This commit is contained in:
Jesse Keating 2007-05-25 18:56:09 -04:00 committed by Jesse Keating
parent c8e8f436b5
commit a300431630
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
- Handle the cdsize variable correctly
- More fixes for cached download stuff
- Fix default CD size storing
* Thu May 24 2007 Jesse Keating <jkeating@redhat.com>
- Use a package checksum to verify cached download

2
pungi
View File

@ -28,7 +28,7 @@ def main():
sourcedir = "source"
debugdir = "debug"
isodir = "iso"
cdsize = 685.0
cdsize = "685.0"
relnotefilere = "eula.txt fedora.css GPL README-BURNING-ISOS-en_US.txt RELEASE-NOTES-en_US.html ^RPM-GPG"
relnotedirre = "images stylesheet-images"
relnotepkgs = "fedora-release fedora-release-notes"