]> cygwin.com Git - cygwin-apps/setup.git/commit
Make package size and checksum mandatory in setup.ini
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 14 Dec 2016 00:00:02 +0000 (00:00 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Sat, 21 Jan 2017 16:20:28 +0000 (16:20 +0000)
commit5a3799dc47a3990d90c5657a9c11998a1c77ed28
tree3fc78a74cf0f591083557ce03900de3b35c52061
parent3074ce5eceb9a14ab3afd09458d12c3db701dd77
Make package size and checksum mandatory in setup.ini

The setup.ini grammar is written such that size and checksum are optional in
install: lines, and checksum is optional in source: lines.  Presumably this
had some historical use.

Change to make package size and checksum mandatory.

Future work: We keep the asymmetry between install: and source: where
buildPackageSource() sets both pathname and size, but buildPackageInstall()
only sets pathname, relying on a separate buildInstallSize() to set the size
later for the moment, as fixing that ripples through to other place.
iniparse.yy
This page took 0.031929 seconds and 5 git commands to generate.