summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add debugging to find out when the files vanishjonathan/test-NGI-Intel-Config-filesJonathan Maw2017-03-171-0/+27
* rpm: Fix Provides lines being absorbed into descriptionsJonathan Maw2017-03-151-17/+18
* rpm: Add Provides: information when generating rpmsJonathan Maw2017-03-151-0/+5
* rpm: specify cpu in rpmbuildJonathan Maw2017-03-151-0/+1
* ybd/rpm.py: Fix problem in deployment:Tristan Van Berkom2017-03-151-1/+1
* rpm.py: Support "defines" list in rpm-metadataTristan Van Berkom2017-03-151-1/+22
* ybd.conf: Documenting the generate-rpms setting to include the new list formatTristan Van Berkom2017-03-151-0/+4
* __main__.py: Interpret the generate-rpms setting differently.Tristan Van Berkom2017-03-151-3/+11
* rpm.py: Support a whitelist of chunks for which to generate rpmsTristan Van Berkom2017-03-151-7/+13
* sandbox.py: pep8Tristan Van Berkom2017-03-151-2/+4
* rpm.py: pep8Tristan Van Berkom2017-03-151-3/+5
* rpm.py: Support dictionary variant for rpm-metadataTristan Van Berkom2017-03-151-1/+13
* If definition contains sha:, it always overrides ref:Paul Sherwood2017-03-152-0/+6
* rpm.py: Keep trying to build rpms, even if one of them fails.Tristan Van Berkom2017-03-151-5/+11
* sandbox.py: Only optionally abort on failures from run_sandbox()Tristan Van Berkom2017-03-151-2/+6
* Fix rpmbuild failing when unexpected files existJonathan Maw2017-03-151-0/+1
* Properly handle empty files: sections in rpm-metadataJonathan Maw2017-03-151-0/+4
* Rework rpmdb initializationJonathan Maw2017-03-151-3/+6
* Use an rpm-metadata field to get most rpm dataJonathan Maw2017-03-152-80/+55
* Fail early in RPM generation if rpm or rpmbuild is missingJonathan Maw2017-03-151-1/+5
* Add %post and %postun to rpmsJonathan Maw2017-03-151-4/+21
* Allow rpm-post-{,un}install as fields in definitionsJonathan Maw2017-03-151-0/+2
* Make rpm spec's version and release hold useful infoJonathan Maw2017-03-152-9/+20
* Make ybd+rpm generate rpms for every system in a clusterJonathan Maw2017-03-152-7/+10
* Put the RPM db in the deployment area, tooJonathan Maw2017-03-151-0/+7
* Fix rpm generation behaving differently if the destination dir already existsJonathan Maw2017-03-151-1/+9
* Make generated RPMs not clobber output for diffrerent targetsJonathan Maw2017-03-151-1/+3
* Make RPM generation dependent on configJonathan Maw2017-03-152-1/+5
* Make sandbox.install optionally take a destdirJonathan Maw2017-03-151-5/+11
* Invoke package_rpms when buildingJonathan Maw2017-03-151-0/+3
* Update tristan's code to pass pep8Jonathan Maw2017-03-151-77/+90
* Copy rpm.py from tristan's ybd-rpm implementatoinJonathan Maw2017-03-151-0/+244
* Merge branch 'tristan/clean-output' into 'master' devcurmudgeon2017-03-122-12/+97
|\
| * pots.py: Use morph_dump() when outputting the exported <target>.ymltristan/clean-outputTristan Van Berkom2017-03-121-12/+2
| * Added MorphDumper for clean and consistent YAML output.Tristan Van Berkom2017-03-121-0/+95
|/
* Merge branch 'ps-fix-concourse-instructions' into 'master' Javier Jardón2017-03-071-3/+5
|\
| * Fix concourse instructionsps-fix-concourse-instructionsPaul Sherwood2017-03-071-3/+5
|/
* Merge branch 'benbrown/kbas-plus' into 'master' Javier Jardón2017-03-071-1/+1
|\
| * Add '+' to the list of accepted characters in kbas artifactsbenbrown/kbas-plusBen Brown2017-03-061-1/+1
|/
* Merge branch 'jjardon/remove_non_suppported_distro' into 'master' Javier Jardón2017-03-051-26/+3
|\
| * .gitlab-ci.yml: Centos is failing as well; disable for nowjjardon/remove_non_suppported_distroJavier Jardón2017-03-041-9/+0
| * .gitlab-ci.yml: Be sure we run without kbas in the distros we supportJavier Jardón2017-03-041-4/+5
| * .gitlab-ci.yml: Remove non supported distrosJavier Jardón2017-03-041-16/+1
|/
* Merge branch 'benbrown/lfs' into 'master' devcurmudgeon2017-03-035-1/+73
|\
| * Add Git LFS snippet to READMEbenbrown/lfsBen Brown2017-03-011-0/+7
| * Bump artifact-version, for LFS supportBen Brown2017-03-011-1/+2
| * Add support for Git LFS repositoriesBen Brown2017-03-013-0/+64
|/
* Merge branch 'ps-remove-riemann' into 'master' Javier Jardón2017-03-015-29/+1
|\
| * Remove unused riemann functionality - depends were breaking pipelinesps-remove-riemannPaul Sherwood2017-03-015-29/+1
|/
* Merge branch 'tristan-build-sha-if-exists' into 'master' devcurmudgeon2017-02-214-2/+25
|\