When setting default cdsize, value must be string.
This commit is contained in:
parent
c8e8f436b5
commit
a300431630
@ -1,6 +1,7 @@
|
|||||||
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Handle the cdsize variable correctly
|
- Handle the cdsize variable correctly
|
||||||
- More fixes for cached download stuff
|
- More fixes for cached download stuff
|
||||||
|
- Fix default CD size storing
|
||||||
|
|
||||||
* Thu May 24 2007 Jesse Keating <jkeating@redhat.com>
|
* Thu May 24 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Use a package checksum to verify cached download
|
- Use a package checksum to verify cached download
|
||||||
|
2
pungi
2
pungi
@ -28,7 +28,7 @@ def main():
|
|||||||
sourcedir = "source"
|
sourcedir = "source"
|
||||||
debugdir = "debug"
|
debugdir = "debug"
|
||||||
isodir = "iso"
|
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"
|
relnotefilere = "eula.txt fedora.css GPL README-BURNING-ISOS-en_US.txt RELEASE-NOTES-en_US.html ^RPM-GPG"
|
||||||
relnotedirre = "images stylesheet-images"
|
relnotedirre = "images stylesheet-images"
|
||||||
relnotepkgs = "fedora-release fedora-release-notes"
|
relnotepkgs = "fedora-release fedora-release-notes"
|
||||||
|
Loading…
Reference in New Issue
Block a user