summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused riemann functionality - depends were breaking pipelinesjjardon/tristan/rpm-exportPaul Sherwood2017-03-015-29/+1
* rpm.py: Support "defines" list in rpm-metadataTristan Van Berkom2017-02-281-1/+22
* ybd.conf: Documenting the generate-rpms setting to include the new list formatTristan Van Berkom2017-02-281-0/+4
* __main__.py: Interpret the generate-rpms setting differently.Tristan Van Berkom2017-02-281-3/+11
* rpm.py: Support a whitelist of chunks for which to generate rpmsTristan Van Berkom2017-02-281-7/+13
* sandbox.py: pep8Tristan Van Berkom2017-02-281-2/+4
* rpm.py: pep8Tristan Van Berkom2017-02-281-3/+5
* pots.py: pep8Tristan Van Berkom2017-02-281-1/+2
* __main__.py: Pep8Tristan Van Berkom2017-02-281-1/+2
* rpm.py: Support dictionary variant for rpm-metadataTristan Van Berkom2017-02-281-1/+13
* Store the original 'ref' and restore it before savingTristan Van Berkom2017-02-213-6/+20
* If definition contains sha:, it always overrides ref:Paul Sherwood2017-02-213-1/+10
* utils.py: Warning when source file listed in artifact does not existTristan Van Berkom2017-02-191-0/+9
* utils.py: Ensure realpath exists for staged broken symlinks.Tristan Van Berkom2017-02-191-9/+42
* rpm.py: Keep trying to build rpms, even if one of them fails.Tristan Van Berkom2017-02-181-5/+11
* sandbox.py: Only optionally abort on failures from run_sandbox()Tristan Van Berkom2017-02-181-2/+6
* Fix rpmbuild failing when unexpected files existJonathan Maw2017-02-181-0/+1
* Added -m/--mode command line argument.Tristan Van Berkom2017-02-183-15/+27
* splitting.py: Print a warning if stratum does not have contentsTristan Van Berkom2017-02-181-1/+4
* utils.py: Dont stomp on non-empty directories with symlinksTristan Van Berkom2017-02-181-4/+15
* Encode the expanded repo url in the saved target yamlTristan Van Berkom2017-02-171-2/+5
* requirements.freeze.txt: Require protobuf==3.0.0Javier Jardón2017-02-171-0/+1
* Properly handle empty files: sections in rpm-metadataJonathan Maw2017-02-151-0/+4
* Rework rpmdb initializationJonathan Maw2017-02-141-3/+6
* Use an rpm-metadata field to get most rpm dataJonathan Maw2017-02-142-80/+55
* Fail early in RPM generation if rpm or rpmbuild is missingJonathan Maw2017-02-071-1/+5
* Add %post and %postun to rpmsJonathan Maw2017-02-071-4/+21
* Allow rpm-post-{,un}install as fields in definitionsJonathan Maw2017-02-071-0/+2
* Make rpm spec's version and release hold useful infoJonathan Maw2017-02-072-9/+20
* Make ybd+rpm generate rpms for every system in a clusterJonathan Maw2017-02-072-7/+10
* Put the RPM db in the deployment area, tooJonathan Maw2017-02-071-0/+7
* Fix rpm generation behaving differently if the destination dir already existsJonathan Maw2017-02-071-1/+9
* Make generated RPMs not clobber output for diffrerent targetsJonathan Maw2017-02-071-1/+3
* Make RPM generation dependent on configJonathan Maw2017-02-072-1/+5
* Make sandbox.install optionally take a destdirJonathan Maw2017-02-071-5/+11
* Invoke package_rpms when buildingJonathan Maw2017-02-071-0/+3
* Update tristan's code to pass pep8Jonathan Maw2017-02-071-77/+90
* Copy rpm.py from tristan's ybd-rpm implementatoinJonathan Maw2017-02-071-0/+244
* Merge branch 'ps-manifest-improvements' into 'master' Javier Jardón2017-02-078-19/+55
|\
| * Build from single .yml file if that's what is providedPaul Sherwood2017-02-074-5/+16
| * Prune definitions to what we need for build/deployPaul Sherwood2017-02-072-2/+11
| * Add track-branches: conf option, to use unpetrify-refPaul Sherwood2017-02-075-11/+23
| * If git user is not configured, we need to set itPaul Sherwood2017-02-071-1/+5
| * s/release-command/release-cmd/ and don't crash out if it's absentPaul Sherwood2017-02-072-3/+3
|/
* Merge branch 'ps-artifact-version-7' into 'master' Javier Jardón2017-02-051-1/+3
|\
| * Fix #249 Update to artifact-version: 7, max-jobs is now in cache-keyPaul Sherwood2017-02-051-1/+3
|/
* Merge branch 'jjardon/fix_typo' into 'master' devcurmudgeon2017-02-051-1/+2
|\
| * nstall_dependencies.sh: fix typojjardon/fix_typoJavier Jardón2017-02-021-1/+1
| * install_dependencies.sh: Add shebangJavier Jardón2017-02-011-0/+1
|/
* Merge branch 'jjardon/change_docker_image' into 'master' Javier Jardón2017-01-311-1/+1
|\