summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test release notesjjardon/release-notesJavier Jardón2017-05-181-0/+12
* Merge branch 'staging/jonathan/rpm-caching' into 'master' devcurmudgeon2017-05-175-36/+220
|\
| * Make rpms use a local and remote artifact cachestaging/jonathan/rpm-cachingJonathan Maw2017-05-171-25/+197
| * sandbox: Make it possible to hide the logging of which command was runJonathan Maw2017-05-172-4/+4
| * Allow rpm uploads without having to tarBen Brown2017-05-171-2/+8
| * Bump artifact version for rpm-metadataBen Brown2017-05-171-1/+2
| * Add 'rpm-metadata' in cache-keyBen Brown2017-05-171-0/+4
| * Save 'artifact-version' for reuseBen Brown2017-05-171-4/+5
|/
* Merge branch 'staging/jonathan/rpm-export-parallel' into 'master' devcurmudgeon2017-05-121-1/+2
|\
| * Do not parallelize rpm assemblystaging/jonathan/rpm-export-parallelJonathan Maw2017-05-121-1/+2
|/
* Merge branch 'tristan/rpm-export-rebase' into 'master' devcurmudgeon2017-05-125-20/+452
|\
| * Class failure to generate a spec as failure if rpm-metadata is definedtristan/rpm-export-rebaseBen Brown2017-05-111-2/+4
| * Use spec's release field, plus sha when generating rpmsJonathan Maw2017-05-111-1/+6
| * rpm: use 'version' metadata field instead of timeJonathan Maw2017-05-112-15/+10
| * rpm: Fix undefined 'result' when generating rpms with a whitelistJonathan Maw2017-05-111-0/+1
| * Do not return failure if we don't package non-chunksBen Brown2017-05-111-1/+1
| * rpm: Add Requires metadataJonathan Maw2017-05-111-0/+6
| * rpm: Make macro expansion skip shelling out if no %Jonathan Maw2017-05-111-0/+3
| * rpm: Fix provides not being set for main package sometimesJonathan Maw2017-05-111-3/+4
| * Re-raise SystemExit from sandboxBen Brown2017-05-111-2/+2
| * Exit with an error if we failed to generate all rpmsBen Brown2017-05-111-2/+8
| * Yield a tuple containing the callback result from foreach_def()Ben Brown2017-05-111-5/+12
| * Return result from package_one_rpmBen Brown2017-05-111-0/+3
| * Return same tuple on failure in run_sandboxedBen Brown2017-05-111-1/+1
| * Ensure success variable is set to exit resultBen Brown2017-05-111-2/+2
| * Fix expand_macro so it returns correct outputBen Brown2017-05-111-1/+5
| * Fix run_sandbox call so stdout and stderr are returnedBen Brown2017-05-111-12/+14
| * Strip whitespace from `rpm --eval` process outputBen Brown2017-05-111-1/+1
| * Add missing whitespace in expand_macro commandBen Brown2017-05-111-1/+2
| * Fix check for writing %package headingsBen Brown2017-05-111-1/+1
| * rpm: Handle packages without a "files" sectionJonathan Maw2017-05-111-2/+2
| * Revert "If definition contains sha:, it always overrides ref:"Ben Brown2017-05-112-6/+0
| * rpm: Check package name against expanded namesJonathan Maw2017-05-111-3/+19
| * sandbox: make run_sandboxed output stdout and stderrJonathan Maw2017-05-111-3/+3
| * rpm: use prefix field when spec files use %{prefix}Jonathan Maw2017-05-111-0/+1
| * rpm: Fix Provides lines being absorbed into descriptionsJonathan Maw2017-05-111-17/+18
| * rpm: Add Provides: information when generating rpmsJonathan Maw2017-05-111-0/+5
| * rpm: specify cpu in rpmbuildJonathan Maw2017-05-111-0/+1
| * ybd/rpm.py: Fix problem in deployment:Tristan Van Berkom2017-05-111-1/+1
| * rpm.py: Support "defines" list in rpm-metadataTristan Van Berkom2017-05-111-1/+22
| * ybd.conf: Documenting the generate-rpms setting to include the new list formatTristan Van Berkom2017-05-111-0/+4
| * __main__.py: Interpret the generate-rpms setting differently.Tristan Van Berkom2017-05-111-3/+11
| * rpm.py: Support a whitelist of chunks for which to generate rpmsTristan Van Berkom2017-05-111-7/+13
| * sandbox.py: pep8Tristan Van Berkom2017-05-111-2/+4
| * rpm.py: pep8Tristan Van Berkom2017-05-111-3/+5
| * rpm.py: Support dictionary variant for rpm-metadataTristan Van Berkom2017-05-111-1/+13
| * If definition contains sha:, it always overrides ref:Paul Sherwood2017-05-112-0/+6
| * rpm.py: Keep trying to build rpms, even if one of them fails.Tristan Van Berkom2017-05-111-5/+11
| * sandbox.py: Only optionally abort on failures from run_sandbox()Tristan Van Berkom2017-05-111-2/+6
| * Fix rpmbuild failing when unexpected files existJonathan Maw2017-05-111-0/+1