summaryrefslogtreecommitdiff
path: root/ybd
Commit message (Expand)AuthorAgeFilesLines
* Use 'gigabytes' instead of magic numberps-kbas-cull-v2Paul Sherwood2017-08-291-1/+2
* Add cull functionality to kbas: keep 5GB free by defaultPaul Sherwood2017-08-291-0/+21
* Save trees file after cullingBen Brown2017-08-251-1/+2
* Bump artifact version for ref/sha checkout fixesBen Brown2017-08-171-1/+2
* Explicitly pass 'sha' to _checkout() if it existsBen Brown2017-08-171-1/+1
* Sanitise definition ref/sha when initally inserting into the dictionaryBen Brown2017-08-171-9/+10
* Support vendor tag for rpm generationBen Brown2017-08-011-0/+4
* Add support for 'Conflicts' and 'Obsoletes' fieldsbenbrown/obsoletes-conflictsBen Brown2017-07-311-12/+11
* Support epoch field in definitionsBen Brown2017-07-311-0/+6
* Only strip .morph extension from targetBen Brown2017-07-261-1/+1
* Expand metafile macros when copying into metadirBen Brown2017-07-211-2/+4
* Extract metafiles into the metadirBen Brown2017-07-191-1/+15
* Set default value for out and err if values are unset by subprocessBen Brown2017-07-191-0/+1
* Add helper method to create a directory with 'exist_ok' optional argBen Brown2017-07-193-17/+12
* Add get_transport_info helper method for normalizing repo urls, names and lan...lc/get_transport_infoDaniel Firth2017-07-121-11/+21
* Use correct version from packagejonathan/rpm-export-version-release-packageBen Brown2017-07-101-1/+1
* Move newline to before descriptionBen Brown2017-07-101-1/+1
* Remove invalid early check for version and release fieldsBen Brown2017-07-101-6/+0
* Use top-level fields if package-level isn't presentBen Brown2017-07-101-4/+8
* rpm: Write version and release on a per-package basisJonathan Maw2017-07-101-4/+16
* 'sandbox' is a key in systemBen Brown2017-07-071-2/+2
* Skip rpmbuild if morph just packages prebuilt rpmsBen Brown2017-07-071-0/+6
* Allow prebuilt rpms to be specified in rpm-metadataBen Brown2017-07-071-6/+33
* Add logs after copying to deployment areaBen Brown2017-07-071-0/+1
* Fix 'pacakge' typoBen Brown2017-07-071-1/+1
* Treat missing kind as 'chunk'Ben Brown2017-07-071-3/+4
* Always treat URL value as a strbenbrown/fixupsBen Brown2017-06-301-1/+1
* Fix rpm generation from chunksBen Brown2017-06-201-1/+6
* Pass assembly.compose to install_dependenciesbenbrown/rpm-strata-chunksBen Brown2017-06-141-1/+1
* Allow generating rpms from chunks/strataBen Brown2017-06-132-1/+3
* Use install_contents from assemblyBen Brown2017-06-131-31/+2
* Add parameter to install_* methods to handle uncached componentBen Brown2017-06-131-10/+19
* Support dynamically generated %files lists (metafiles)Ben Brown2017-06-121-2/+7
* Fix ref comparison when re-using .trees filebenbrown/fix-treesBen Brown2017-05-301-2/+3
* Fallback check for treefile in definitionsps-treefile-in-definitionsPaul Sherwood2017-05-261-1/+4
* Add header for repo changesBen Brown2017-05-261-0/+1
* Improve how differences are displayedBen Brown2017-05-261-7/+25
* Only log when we check historyBen Brown2017-05-261-1/+1
* Remove unused importBen Brown2017-05-261-1/+1
* Fix order of refs in release-cmdBen Brown2017-05-261-1/+1
* Fix example release-cmdBen Brown2017-05-261-1/+1
* Switch old_defs to Pots() class for comparisonBen Brown2017-05-261-2/+2
* Remove now unnecessary config commandsBen Brown2017-05-261-4/+0
* Rework explore to not use `git stash`Ben Brown2017-05-262-10/+8
* Add tempdir() contextmanagerBen Brown2017-05-261-0/+11
* Move return outside of for loopBen Brown2017-05-261-1/+1
* Add logging of successful caching of rpmsBen Brown2017-05-261-0/+4
* Don't catch KeyboardInterruptbenbrown/note-fixesBen Brown2017-05-221-1/+1
* Use empty dict instead of try/except on NoneBen Brown2017-05-221-5/+2
* Only check `git log` if refs are differentBen Brown2017-05-221-8/+9