GNOME Bugzilla – Bug 172114
tarball size element is mandatory though docs say otherwise
Last modified: 2005-04-04 12:32:45 UTC
Version details: HEAD Distribution/Version: JDS3 View jhbuild/doc/jhbuild.xml Line 1361 states that the 'size' and 'md5sum' attributes are optional. In jhbuild/modtypes/tarball.py line 223 the code references codenode.getAttribute('size') without a "if childnode.hasAttribute('size'):" check like it does for md5sum. Obviously including a size is a good thing.
Change will also need to be reflected in http://www.gnome.org/~jamesh/jhbuild.html#moduleset-syntax-defs
2005-04-04 James Henstridge <james@jamesh.id.au> * jhbuild/modtypes/tarball.py (parse_tarball): size attribute of <source> element is optional. Fixes bug #172114.