aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Different file creation approachMatt Rendina2017-08-031-5/+7
| |
| * Sort environment dumpsMatt Rendina2017-08-032-2/+2
| |
| * Put vars in correct scopeMatt Rendina2017-08-031-2/+2
| |
| * File create testMatt Rendina2017-08-031-4/+19
| |
| * Typo fixMatt Rendina2017-08-031-1/+1
| |
| * Inject env var for use downstreamMatt Rendina2017-08-031-0/+2
| |
| * New stage and value passingMatt Rendina2017-08-031-0/+4
| |
| * Merge branch 'master' of https://github.com/rendinam/build_controlMatt Rendina2017-08-030-0/+0
|/|
| * Update test.yamlMatt Rendina2017-08-031-5/+7
| |
* | Merge pull request #21 from rendinam/skip_testMatt Rendina2017-08-032-23/+27
|\ \ | |/ |/| Skip test stage if build stage fails
| * Update test.yamlMatt Rendina2017-08-031-5/+7
| |
| * Skip test stageMatt Rendina2017-08-031-18/+20
|/
* Merge pull request #20 from rendinam/patch_on_versionMatt Rendina2017-07-261-7/+12
|\ | | | | Patch based on conda-build version
| * Better outputMatt Rendina2017-07-261-1/+1
| |
| * Better outputMatt Rendina2017-07-261-2/+2
| |
| * Typo fixMatt Rendina2017-07-261-3/+3
| |
| * Only patch conda-build 2.x for bugfix now in conda-build 3.xMatt Rendina2017-07-261-7/+12
|/
* Merge pull request #19 from rendinam/update_listMatt Rendina2017-07-101-4/+7
|\ | | | | Update dev manifest
| * Update dev manifestMatt Rendina2017-07-101-4/+7
|/
* Merge pull request #18 from rendinam/stat_ratchetMatt Rendina2017-06-302-8/+11
|\ | | | | Improved granularity and ratcheting of status values from build jobs
| * Improved granularity and ratcheting of status values from build jobsMatt Rendina2017-06-302-8/+11
|/
* Trim for faster testingMatt Rendina2017-06-281-6/+0
|
* Add ginga for testingMatt Rendina2017-06-281-0/+1
|
* Trimming downMatt Rendina2017-06-281-12/+0
|
* Larger test manifestMatt Rendina2017-06-281-0/+31
|
* Update numpy version 1.11 -> 1.13Matt Rendina2017-06-271-1/+1
|
* Merge pull request #17 from rendinam/pyversion_fixMatt Rendina2017-06-271-3/+3
|\ | | | | Pyversion fix
| * Consolidate conda version adjustment and package installation to one operationMatt Rendina2017-06-271-2/+2
| |
| * Force conda to selected version of pythonMatt Rendina2017-06-271-2/+2
|/
* For testing mosviz under latest conda componentsMatt Rendina2017-06-261-8/+6
|
* Merge pull request #16 from rendinam/prop_repoMatt Rendina2017-06-134-0/+17
|\ | | | | Propagate repo and branch names to all job logs
| * Propagate repo and branch names to all job logsMatt Rendina2017-06-134-0/+17
|/
* Merge pull request #15 from rendinam/repospecMatt Rendina2017-06-083-11/+47
|\ | | | | Simplify control repo and branch specification
| * Simplify control repo and branch specificationMatt Rendina2017-06-083-11/+47
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to get source repo and branch Attempt to get source repo and branch Attempt to get source repo and branch Attempt to get source repo and branch Attempt to get source repo and branch Attempt to get source repo and branch Attempt to get source repo and branch Got source repo and branch Got source repo and branch Getting branch into correct type Test passing repo info to subordinate script Test passing repo info to subordinate script Trying to get values passed... Value passing testing... Value passing testing... Value passing testing... Value access from jobDSL testing Value access from jobDSL testing Test parameter override Test parameter override Test parameter pass via file Test parameter pass via file Test parameter simplification Minor formatting and whitespace cleanup Cleanup
* Merge pull request #14 from rendinam/status_propMatt Rendina2017-06-072-0/+23
|\ | | | | Build status propagation to dispatch job
| * Setup for build status propagation to dispatch jobMatt Rendina2017-06-072-0/+23
|/
* Merge pull request #13 from rendinam/deps_w_cullingMatt Rendina2017-06-074-3/+24
|\ | | | | Propagate additional vars to builder
| * Add missing --channel flagMatt Rendina2017-06-071-1/+1
| |
| * Add parameters to package_builder jobsMatt Rendina2017-06-071-0/+6
| |
| * Testing channel use for culled manifestsMatt Rendina2017-06-063-3/+18
|/
* Merge pull request #12 from rendinam/tool_instMatt Rendina2017-06-063-8/+20
|\ | | | | Support tool installation change
| * Fix typoMatt Rendina2017-05-231-1/+1
| |
| * Change working dir for installationMatt Rendina2017-05-231-1/+3
| |
| * Adjust sequencingMatt Rendina2017-05-231-2/+3
| |
| * Add env var changes from other branchMatt Rendina2017-05-232-5/+13
| |
| * Test tool installationMatt Rendina2017-05-231-1/+2
| |
| * Update README.mdMatt Rendina2017-05-021-1/+1
|/
* Merge pull request #11 from rendinam/better_loggingMatt Rendina2017-04-264-90/+132
|\ | | | | Improve the log output detail and clarity
| * Improve the log output detail and clarityMatt Rendina2017-04-264-90/+132
|/
* Merge pull request #10 from rendinam/flags_and_patchingMatt Rendina2017-04-249-18/+63
|\ | | | | Flags and patching update, misc manifest and parameter updates