Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failing on build_id | Joe Hunkeler | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | Allow multiple urls | Joseph Hunkeler | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Be more concise1.3.3 | Joseph Hunkeler | 2016-01-08 | 1 | -3/+2 |
| | |||||
* | Merge branch 'master' of bitbucket.org:jhunkeler/cbc | Joe Hunkeler | 2015-10-02 | 1 | -12/+12 |
|\ | |||||
| * | Force configrc parsing only if it exists... why is this so hard to remember ↵ | Joseph Hunkeler | 2015-09-30 | 1 | -10/+11 |
| | | | | | | | | to do? | ||||
| * | Fix very stupid configrc bug. | Joseph Hunkeler | 2015-09-04 | 1 | -2/+1 |
| | | |||||
* | | Fix pointing to wrong variable | Joe Hunkeler | 2015-10-02 | 1 | -1/+1 |
| | | |||||
* | | Fix switch case interolating as comment string | Joe Hunkeler | 2015-10-02 | 1 | -1/+1 |
|/ | |||||
* | Add python version picker | Joseph Hunkeler | 2015-08-11 | 1 | -1/+14 |
| | |||||
* | Fix missing main()1.1 | Joseph Hunkeler | 2015-08-05 | 1 | -1/+5 |
| | |||||
* | Implement cbc_cgi defaults | Joseph Hunkeler | 2015-08-05 | 1 | -12/+26 |
| | |||||
* | Initial commit of cli/recipe.py | Joseph Hunkeler | 2015-08-05 | 2 | -0/+163 |
| | |||||
* | Maybe improved process handling a bit | Joseph Hunkeler | 2015-07-23 | 3 | -22/+50 |
| | |||||
* | Implement versioning schema | Joseph Hunkeler | 2015-07-23 | 2 | -0/+114 |
| | |||||
* | Initial commit of cbc_remote_purge | Joseph Hunkeler | 2015-07-23 | 1 | -0/+73 |
| | |||||
* | Restructuring and setuptools integration1.0 | Joseph Hunkeler | 2015-07-17 | 7 | -8/+221 |
| | |||||
* | * Clean up Server class | Joseph Hunkeler | 2015-07-16 | 1 | -4/+2 |
| | |||||
* | * Remove unused aslist_crony and aslist functions. * Only print failed scrub ↵ | Joseph Hunkeler | 2015-07-16 | 1 | -44/+16 |
| | | | | attempt instead of dying. * Replace ConfigParser with CBCConfigParser. | ||||
* | * Replace ConfigParser with CBCConfigParser | Joseph Hunkeler | 2015-07-16 | 1 | -4/+7 |
| | | | | * Raise IncompleteEnv on bad path in ~/.cbcrc | ||||
* | Add parsing module | Joseph Hunkeler | 2015-07-16 | 1 | -0/+1 |
| | |||||
* | * Add run_process Popen wrapper for real-time output display and string ↵ | Joseph Hunkeler | 2015-07-16 | 1 | -39/+61 |
| | | | | | | | | processing callback * Add combine_args as a catch all for joining argments * Replace manual subprocess calls with run_process in conda_install, conda_reinstall, conda_build * Improve conda_search by parsing conda's own json output provided by "conda search --json [package]" | ||||
* | Initial commit; moved CBCConfigParser to its own module | Joseph Hunkeler | 2015-07-16 | 1 | -0/+10 |
| | |||||
* | Fix line endings, again. | Joseph Hunkeler | 2015-07-14 | 5 | -263/+263 |
| | |||||
* | Fix EOF newlines | Joseph Hunkeler | 2015-07-07 | 4 | -4/+4 |
| | |||||
* | Fix conda_search... I think. | Joseph Hunkeler | 2015-07-07 | 1 | -7/+12 |
| | |||||
* | Add ~/.cbcrc config merge. Remove old comments. Remove TemporaryDirectory ↵ | Joseph Hunkeler | 2015-07-07 | 1 | -12/+8 |
| | | | | module. | ||||
* | Add ~/.cbcrc configuration file | Joseph Hunkeler | 2015-07-07 | 1 | -8/+15 |
| | |||||
* | Add shell enviroment to Environment. Add copy_patches. | Joseph Hunkeler | 2015-07-06 | 1 | -3/+15 |
| | |||||
* | Getting closer to the real deal | Joseph Hunkeler | 2015-06-29 | 3 | -10/+60 |
| | |||||
* | * Big ole fixes. | Joseph Hunkeler | 2015-06-26 | 4 | -10/+29 |
| | | | | | | * No more inline webserver, get your own, or run cbc/server.py manually. * Will refuse to rebuild packages if build number matches the installed version of the same package * Introduced cbc.utils, because cbcbuild was getting ugly. | ||||
* | Initial commit of utils.py | Joseph Hunkeler | 2015-06-26 | 1 | -0/+30 |
| | |||||
* | No metadata writeout to file in test | Joseph Hunkeler | 2015-06-25 | 1 | -3/+21 |
| | |||||
* | * Incorporate script generation. *Replace manual requirements conversion ↵ | Joseph Hunkeler | 2015-06-25 | 1 | -4/+15 |
| | | | | with an automatic method. | ||||
* | * Track initial working directory | Joseph Hunkeler | 2015-06-25 | 1 | -2/+18 |
| | | | | * Assign script locations AFTER generating a viable place to put them. | ||||
* | Implement list converstion on requirements section, requirements are REQUIRED | Joseph Hunkeler | 2015-06-24 | 1 | -3/+36 |
| | |||||
* | Permission changes | Joseph Hunkeler | 2015-06-23 | 4 | -0/+0 |
| | |||||
* | Running the file server is now optional | Joseph Hunkeler | 2015-06-23 | 1 | -3/+8 |
| | |||||
* | Remove temp directory creation... not worth it | Joseph Hunkeler | 2015-06-23 | 1 | -8/+13 |
| | |||||
* | Initial commit of server.py | Joseph Hunkeler | 2015-06-23 | 2 | -1/+19 |
| | |||||
* | Replace conda_write_meta with "compile" for better output control | Joseph Hunkeler | 2015-06-23 | 1 | -3/+7 |
| | |||||
* | Remove debug sleep statement | Joseph Hunkeler | 2015-06-23 | 1 | -1/+0 |
| | |||||
* | Initial commit of exceptions.py | Joseph Hunkeler | 2015-06-23 | 1 | -0/+5 |
| | |||||
* | Refactored and split apart exceptions | Joseph Hunkeler | 2015-06-23 | 2 | -96/+106 |
| | |||||
* | Initial commit of build.py | Joseph Hunkeler | 2015-06-23 | 2 | -1/+30 |
| | |||||
* | Minor cleanups and error handling | Joseph Hunkeler | 2015-06-22 | 1 | -13/+25 |
| | |||||
* | Refactored and added Environment module | Joseph Hunkeler | 2015-06-22 | 3 | -31/+94 |
| | |||||
* | Can convert ini to yaml | Joseph Hunkeler | 2015-06-22 | 1 | -0/+0 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2015-06-20 | 2 | -0/+48 |