summaryrefslogtreecommitdiff
path: root/scripts/licensecheck.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts/licensecheck.py: Fall back to `git clone` if morph isn't availableEdward Cragg2016-04-211-2/+25
| | | | | | | | | | | | | This is a quick fix to allow the script to be run without dependence on morph. As discussed on IRC, since it isn't a simple problem finding a way to safely allow access to caches from different build tools, such a solution hasn't been attempted. When falling back to `git clone`, this change prevents the script from using an existing cache, generating its own instead by cloning from the Baserock cache server, which takes longer. Also add automatic creation of REPOS_DIR if it doesn't exist. Change-Id: Id4b0977a2cae90068b6c2e2fd0c62470287bdfcb
* Add small python library for common(ish) code in scripts/Ben Brown2016-03-041-14/+5
| | | | Change-Id: I74ab24ecdcda1c358a2c187f89685bdd8f949c55
* Update licensecheck.py and strip-gplv3.configurePedro Alvarez2016-03-011-1/+3
| | | | Change-Id: I3149413c2126194c538105d26b93fde9a8298ed0
* licensecheck.py: Update remote before checking outPedro Alvarez2016-02-231-0/+3
| | | | Change-Id: I348df2dda3df3e6d85b6b601163972ca5085ae19
* Add python script to check licenses of a given systemPedro Alvarez2016-02-201-0/+182
This python script will replace the previous one (scripts/licensecheck.sh) to make it work without `morph edit`. The main purpose of this script is to check licenses of the GENIVI Baseline systems, so it will ignore GPLv3 chunks given that they are stripped from these systems. https://storyboard.baserock.org/#!/story/71 Change-Id: I0c6d33163a0ace003e4b34da6a058bb88306f8a7