aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #30 from rendinam/numpy_matrix0.2.2Matt Rendina2017-09-069-120/+126
|\ | | | | Numpy 'matrix build' support; channel access in test stage
| * CleanupMatt Rendina2017-09-061-2/+0
| |
| * Add numpy version argument to rambo callMatt Rendina2017-09-061-0/+1
| |
| * Add publication_root path to job suite descriptionMatt Rendina2017-09-061-1/+2
| |
| * Remove numpy referencesMatt Rendina2017-09-065-10/+5
| |
| * Add channel specification to test stage argumentsMatt Rendina2017-09-061-7/+11
| |
| * Add numpy parameter to job suite generation 'matrix'Matt Rendina2017-09-053-103/+110
| |
* | Merge pull request #29 from rendinam/master0.2.1Matt Rendina2017-08-294-3/+32
|\| | | | | Properly support master branch tags
| * Propagate tag value to downstream scripts.Matt Rendina2017-08-292-0/+2
| |
| * Remove typo lineMatt Rendina2017-08-291-1/+2
| |
| * Better separation of branch and tag string sourcesMatt Rendina2017-08-291-3/+4
| |
| * Merge pull request #1 from rendinam/tag_testMatt Rendina2017-08-293-3/+28
|/| | | | | Tag test
| * Propagate branch and tag informationMatt Rendina2017-08-293-3/+24
| |
| * Use entire tag ref spec stringMatt Rendina2017-08-291-2/+6
|/
* Merge pull request #28 from rendinam/batch_update0.2.0Matt Rendina2017-08-282-98/+112
|\ | | | | Batch update
| * Typo fixMatt Rendina2017-08-281-1/+1
| |
| * Cleanup and add suite descriptionMatt Rendina2017-08-281-12/+15
| |
| * Remove varMatt Rendina2017-08-281-1/+1
| |
| * Remove old varMatt Rendina2017-08-282-6/+1
| |
| * Scope testMatt Rendina2017-08-281-3/+5
| |
| * Scope adjustMatt Rendina2017-08-281-1/+3
| |
| * Create multiple job suites.Matt Rendina2017-08-281-93/+96
| |
| * Split list properlyMatt Rendina2017-08-281-1/+1
| |
| * Test labels listMatt Rendina2017-08-252-0/+9
|/
* Update dev-test.yamlMatt Rendina2017-08-231-6/+7
|
* Merge pull request #27 from rendinam/rsync_ignoreMatt Rendina2017-08-181-1/+2
|\ | | | | Ignore existing files when rsyncing packages
| * Ignore existing files when rsyncing packagesMatt Rendina2017-08-181-1/+2
|/
* Merge pull request #26 from rendinam/lib_cacheMatt Rendina2017-08-181-2/+13
|\ | | | | Use site cache for yaml library
| * Use site cache for yaml libraryMatt Rendina2017-08-181-2/+13
|/
* Merge pull request #25 from rendinam/add_manifestMatt Rendina2017-08-171-0/+24
|\ | | | | Add ETC third party manifest
| * Add ETC third party manifestMatt Rendina2017-08-171-0/+24
|/
* Merge pull request #24 from rendinam/param_consolidateMatt Rendina2017-08-1611-48/+44
|\ | | | | Param consolidate
| * Adjust manifestsMatt Rendina2017-08-165-39/+19
| |
| * Update manifest fieldsMatt Rendina2017-08-161-0/+6
| |
| * Remove paramMatt Rendina2017-08-161-1/+0
| |
| * Pull publication root from manifest instead of paramsMatt Rendina2017-08-165-9/+20
|/
* Merge pull request #23 from rendinam/comb_test0.1.0Matt Rendina2017-08-111-8/+14
|\ | | | | Generalize for python versions
| * Remove sleep delay scale factorMatt Rendina2017-08-101-1/+1
| |
| * Generalize miniconda installer selectionMatt Rendina2017-08-101-5/+7
| |
| * Better publication status outputMatt Rendina2017-08-101-1/+2
| |
| * cleanupMatt Rendina2017-08-101-1/+3
| |
| * Redirect stderr to stdout so it can be captured when running py2 version of ↵Matt Rendina2017-08-101-1/+1
| | | | | | | | conda-build
| * Trim stdout of conda-build version callMatt Rendina2017-08-101-1/+1
| |
| * Check on version string captureMatt Rendina2017-08-101-0/+1
|/
* Merge pull request #22 from rendinam/artifactsMatt Rendina2017-08-095-9/+77
|\ | | | | Publish packages
| * Change type of return code comparison valueMatt Rendina2017-08-091-1/+1
| |
| * Status diagnostic and reduced test manifestMatt Rendina2017-08-092-8/+9
| |
| * Capture return codeMatt Rendina2017-08-091-2/+3
| |
| * Path fix and diagnostic outputMatt Rendina2017-08-091-1/+2
| |
| * Merge branch 'artifacts' of https://github.com/rendinam/build_control into ↵Matt Rendina2017-08-092-2/+25
| |\ | | | | | | | | | artifacts