summaryrefslogtreecommitdiffstats
path: root/scripts/find_packages.py
Commit message (Collapse)AuthorAgeFilesLines
* find_dependencies.py: rename from find_packages.py.Patrick Vacek2018-06-281-207/+0
| | | | | More generic, hopefully a bit clearer. The input must be a recipe, but recipes depend on packages.
* find_packages.py: Hide some i586-specific virtual packages.Patrick Vacek2018-06-281-0/+2
|
* find_packages.py: Do not write anything if recipe is not found.Patrick Vacek2018-06-281-25/+30
|
* find_packages.py: Substantial rewrite based on OSS team feedback.Patrick Vacek2018-06-281-49/+130
| | | | | | | | * Only one recipe is investigated at a time. * Output is hopefully closer to the desired format. * Renamed the output file. * Skip some basic native and virtual (cross-compilation) build tools so that the output is not monstrously large.
* find_packages.py: input package names to search.Patrick Vacek2018-06-271-20/+14
| | | | | Use find_aktualizr_dependencies.sh to get the previous output for aktualizr-related projects.
* find_packages.py: Ignore packages in ASSUME_PROVIDED.Patrick Vacek2018-05-301-3/+6
| | | | | There will not be recipes for those packages, so don't go looking for them. We don't need them, anyway.
* find_packages.py: Fix python style issues.Patrick Vacek2018-05-281-9/+7
|
* find_packages.py: Add explanatory comment about list appending.Patrick Vacek2018-05-281-0/+3
|
* find_packages.py: Fix repo name parsing logic.Patrick Vacek2018-05-281-5/+20
| | | | Also expand/explain TODOs.
* find_packages.py: Get full path for patches and other local files.Patrick Vacek2018-05-281-4/+11
| | | | | It might be even better to get the path relative to the root of the repo the files live in, but this is at least a step in the right direction.
* find_packages.py: Check for a few unlisted aktualizr dependencies.Patrick Vacek2018-05-281-1/+9
| | | | | | | Not all possible dependencies are specified in DEPENDS, since we don't build with everything enabled by default, so search for additional potential dependencies explicitly. Also add a comment about the things that we do not have visibility into from this process.
* find_packages.py: Catch empty info and return early.Patrick Vacek2018-05-281-1/+5
| | | | Master branch returns empty instead of throwing an exception.
* find_packages.py: Initial version.Patrick Vacek2018-05-281-0/+87
Finds aktualizr package information for OSS Review Toolkit.