summaryrefslogtreecommitdiff
path: root/baserockimport/package.py
Commit message (Collapse)AuthorAgeFilesLines
* Add build system detectionRichard Ipsum2015-10-171-0/+52
| | | | Change-Id: Iaa1572cf3d5fd7baf96d2084f7194953bede634c
* Add an ignore_version_field option to PackageRichard Ipsum2015-08-251-3/+8
| | | | | | | If we're using an external tool to resolve dependencies then we may be want to ignore the version field. Change-Id: Ic41f5b5ac080a5e9a0b4e1b0607464faabb1ec94
* Simplify accessors in packageRichard Ipsum2015-08-241-15/+15
| | | | Change-Id: I38dc72c2348883abea56bd58a3195df4dc197c8a
* Make to_chunk stage optionalRichard Ipsum2015-08-241-2/+6
| | | | | | | | | Most CPAN distributions can be installed with a standard set of commands so we don't want to generate chunk morphs for each chunk. This also fixes stratum build dependency generation Change-Id: Ica51721b9b3809f91b8016c959202694d4bc6ea7
* Fix potential issue where two packages of different kinds share a nameSam Thursfield2014-12-011-2/+4
| | | | | | | This isn't a perfect fix. If this situation occurs the tool will generate an invalid stratum and the user will need to rename one of the chunks. But this is a better than what would have happened before: one of the chunks would have been silently ignored.
* Reorganise, tidy and document code of main applicationSam Thursfield2014-10-211-0/+68