summaryrefslogtreecommitdiff
path: root/ybd
Commit message (Expand)AuthorAgeFilesLines
* Only write sub-package 'vendor' tags if explicitly setjjardon/vendor-in-all-packagesBen Brown2017-09-261-4/+2
* Add vendor tag to all non main packagesMartin Brook2017-09-261-0/+4
* Exit/warn if a component ref does not contain the shaBen Brown2017-09-071-3/+36
* Filter .trees from artifacts for cullingBen Brown2017-09-072-2/+2
* Don't reuse entry from trees if we're tracking-branchBen Brown2017-09-071-1/+2
* Split tracking-branch logic into its own methodBen Brown2017-09-071-2/+6
* Warn if unpetrify-ref is set, it is now deprecatedbenbrown/sanitise-ref-shaBen Brown2017-09-061-0/+3
* Sanitise track checkingBen Brown2017-09-042-9/+7
* Use sha in place of refBen Brown2017-09-043-4/+4
* Warn if 'ref' is not a sha1, assuming 'sha' is not providedBen Brown2017-09-011-3/+8
* Use ref and sha in manifestBen Brown2017-09-011-4/+2
* Remove magic ref/sha logicBen Brown2017-09-013-15/+1
* Return (tree, sha) pair with a single callBen Brown2017-09-011-5/+3
* Save tree entry for reuseBen Brown2017-09-011-4/+5
* Write cache-key to results file every timeBen Brown2017-09-011-1/+1
* Return early if .trees file does not existBen Brown2017-09-011-0/+2
* Remove erroneous double quotebenbrown/rpm-deploy-no-sandboxBen Brown2017-08-301-1/+1
* Stop using the sandbox to query rpm metadataBen Brown2017-08-301-28/+13
* 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