summaryrefslogtreecommitdiff
path: root/vendor/getinfo
Commit message (Collapse)AuthorAgeFilesLines
* Always pass a directory to find before an optionJulian Andres Klode2016-08-261-1/+1
| | | | | | | On BSD systems, we cannot simply use find -name or stuff, we always have to pass a directory name first. Gbp-Dch: ignore
* vendor/getinfo: Accept --vendor VENDOR optionJulian Andres Klode2016-08-101-4/+9
| | | | | | | | This can be used to query a field for a specific vendor. It also speeds up things a lot if we can cache the current vendor in cmake and pass it to further getinfo invocations. Gbp-Dch: ignore
* vendor/getinfo: Teach it about sourceslist-list-formatJulian Andres Klode2016-08-061-1/+1
| | | | | | | This makes it easier to write a generic subsitution tool for handling substitutions in apt-key.in and sources.list.in Gbp-Dch: ignore
* vendor/getinfo: Provide command to determine vendor to useJulian Andres Klode2016-08-061-1/+39
| | | | | | | | | Introduce the 'current' command to eventually replace the current symbolic link. The current command does roughly the same as the makefile, the code has just been cleaned up a bit to work better as a shell function. Gbp-Dch: ignore
* evaluate sourceslist-list-format entity in vendors sources.listDavid Kalnischkies2016-01-141-1/+1
| | | | | | | | Parsing XML entity files in shell isn't exactly nice and causing the substitution with a while-read loop isn't either, but it seems to be good enough for the moment without changing too much. Thanks: Niels Thykier for reporting on IRC
* change debian related entities to a more explicit nameDavid Kalnischkies2016-01-141-4/+1
| | | | Git-Dch: Ignore
* autogenerate makefile for vendor systemDavid Kalnischkies2014-03-131-8/+12
| | | | | | It can be useful to have a whole makefile available for vendor setup, but by providing a basic one we can deal with the simple cases more easily (and changes to the system are presumably easier).
* add apt-vendor information for tangluJon Severinsson2014-02-221-0/+3
|
* vendor/steamos/*:Michael Vogt2013-12-211-1/+1
| | | | | * vendor/steamos/*: - add steamos support
* vendor/getinfo:Michael Vogt2013-12-211-1/+1
| | | | | * vendor/getinfo: - fix ubuntu-codename
* generate apt-key script with vendor info about keysDavid Kalnischkies2013-12-011-1/+1
| | | | | | | The apt-key script uses quiet a few keyring files for operation which are specific to the distribution it is build on and is hence one of the most patched parts – even if it is not that often used anymore now that a fragment directory for trusted.gpg exists.
* use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies2013-11-301-0/+36
Adds a small helper to extract the small information bits we store in apt-vendor.ent and uses it in debian/rules to set apt:keyring as a substvar for debian/control populated with the &keyring-package; info