aboutsummaryrefslogtreecommitdiff
path: root/rambo
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionJoseph Hunkeler2018-08-081-1/+1
|
* Do not count on verify attributeJoseph Hunkeler2018-08-081-3/+2
|
* Short circuit rendering data against invalid payloadJoseph Hunkeler2018-08-081-7/+20
|
* Explicitly use a default python version if one is not specified.Matt Rendina2018-05-042-23/+18
| | | | | Remove redundant manifest filtering method. Wording changes.
* Fix return valueMatt Rendina2018-05-041-3/+6
|
* Add filter-nonpy flag; cleanup; minor refactor of culled -dev recipeMatt Rendina2018-05-033-84/+136
| | | | handling; enable culling when only --filter-nonpy specified.
* Speed optimization of recipe rendering (#8)Matt Rendina2018-01-103-22/+155
| | | * Subsume rendering speed optimization behavior under the --culled flag.
* Quck test; disable output_yaml call1.0.0b3Matt Rendina2017-09-191-1/+1
| | | ...to address error that occurs during rendering of recipes with empty build: and run: requirements fields.
* Output rendered recipe and display canonical build nameMatt Rendina2017-09-191-1/+7
|
* Pass manifest channel URL as config value to render callMatt Rendina2017-09-181-4/+9
|
* Force old build string behavior under conda-build 3.x for now; bump versionMatt Rendina2017-09-152-6/+12
|
* Remove lineMatt Rendina2017-09-061-1/+0
|
* Take numpy version from cmd line argument, not manifestMatt Rendina2017-09-062-5/+12
|
* Correctly handle platform-arch stringMatt Rendina2017-08-032-11/+17
|
* conda-build API compat.; platform default behaviorMatt Rendina2017-07-272-14/+46
| | | | | * Accommodate both conda-build 2.x and 3.x APIs. * Default platform used if not specified as argument
* Version bumpMatt Rendina2017-07-081-1/+1
|
* Skip directive; better platform specMatt Rendina2017-07-072-8/+13
|
* Revert "Skip directive; platform selection"Matt Rendina2017-07-072-13/+8
|
* Skip directive removes from build list; conda platform now set by argumentMatt Rendina2017-07-072-8/+13
|
* File rename and associated reference changesMatt Rendina2017-06-063-8/+8
|
* PEP8 and other minor adjustmentsMatt Rendina2017-06-063-12/+11
|
* Add print function supportMatt Rendina2017-05-241-0/+1
|
* Restore stateMatt Rendina2017-05-241-95/+0
|
* mergeMatt Rendina2017-05-241-0/+95
|\
| * Turning into a packageMatt Rendina2017-05-233-0/+494
|
* Bludgenoning into shape for desired package behaviorMatt Rendina2017-05-243-0/+104
|
* Trimmed down to work better in a package; fixed attribute error when running ↵Matt Rendina2017-05-241-0/+383
without providing channel information.