]> cygwin.com Git - cygwin-apps/setup.git/commit - libsolv.cc
Handle 'Source:' lines in setup.ini
authorJon Turney <jon.turney@dronecode.org.uk>
Fri, 26 May 2017 13:30:40 +0000 (14:30 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Sun, 28 Jan 2018 15:10:44 +0000 (15:10 +0000)
commitc59b92e8ecd213ad8c8adda9272f841b3d6547be
treeb1af14ec4c090301372a2e6dd0bcac16ca7b9b17
parent9a7507eb2ee52cdddd977b754e1d94c8a1fd1e06
Handle 'Source:' lines in setup.ini

This is somewhat awkward:

Storing the source package by Id rather than by name is looking a bit like a
premature optimization, but being to able to refer to source packages by Id
is very handy.

If the src pkg isn't seen until after the pkg, we don't know what it's Id
will be.  So we have to go back and fixup the Ids after we've seen all
packages.
IniDBBuilderPackage.cc
ini.cc
libsolv.cc
libsolv.h
package_db.cc
package_db.h
This page took 0.038239 seconds and 5 git commands to generate.