aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix switch case interolating as comment stringJoe Hunkeler2015-10-021-1/+1
|
* Merge branch 'master' of bitbucket.org:jhunkeler/cbcJoseph Hunkeler2015-08-111-1/+3
|\
| * Merge branch 'master' of bitbucket.org:jhunkeler/cbcJoe Hunkeler2015-08-080-0/+0
| |\
| * | Fix missing main()Joseph Hunkeler2015-08-082-2/+8
| | |
* | | Add python version pickerJoseph Hunkeler2015-08-111-1/+14
| |/ |/|
* | Fix missing main()1.1Joseph Hunkeler2015-08-051-1/+5
|/
* Implement cbc_cgi defaultsJoseph Hunkeler2015-08-051-12/+26
|
* Implement cbc_recipeJoseph Hunkeler2015-08-051-1/+2
|
* Initial commit of cli/recipe.pyJoseph Hunkeler2015-08-052-0/+163
|
* Skeleton README added.Joseph Hunkeler2015-07-231-0/+7
|
* Add BSD-3clause licenseJoseph Hunkeler2015-07-231-0/+27
|
* Conformant versioningJoseph Hunkeler2015-07-231-4/+9
|
* Maybe improved process handling a bitJoseph Hunkeler2015-07-236-127/+58
|
* Implement versioning schemaJoseph Hunkeler2015-07-232-0/+114
|
* Initial commit of cbc_remote_purgeJoseph Hunkeler2015-07-231-0/+73
|
* Restructuring and setuptools integration1.0Joseph Hunkeler2015-07-1711-37/+176
|
* Add arguments: --no-upload, --use-localJoseph Hunkeler2015-07-161-20/+35
|
* * Clean up Server classJoseph Hunkeler2015-07-161-4/+2
|
* * Remove unused aslist_crony and aslist functions. * Only print failed scrub ↵Joseph Hunkeler2015-07-161-44/+16
| | | | attempt instead of dying. * Replace ConfigParser with CBCConfigParser.
* * Replace ConfigParser with CBCConfigParserJoseph Hunkeler2015-07-161-4/+7
| | | | * Raise IncompleteEnv on bad path in ~/.cbcrc
* Add parsing moduleJoseph Hunkeler2015-07-161-0/+1
|
* * Add run_process Popen wrapper for real-time output display and string ↵Joseph Hunkeler2015-07-161-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 moduleJoseph Hunkeler2015-07-161-0/+10
|
* More line endings fixedJoseph Hunkeler2015-07-143-120/+120
|
* Fix line endings, again.Joseph Hunkeler2015-07-145-263/+263
|
* Fix EOF newlinesJoseph Hunkeler2015-07-075-5/+5
|
* Up the verbosity. Fix CBC_HOME assignment. Rely on config or environment ↵Joseph Hunkeler2015-07-071-13/+12
| | | | only, no more hard coded CBC_HOME
* Fix conda_search... I think.Joseph Hunkeler2015-07-071-7/+12
|
* Add ~/.cbcrc config merge. Remove old comments. Remove TemporaryDirectory ↵Joseph Hunkeler2015-07-071-12/+8
| | | | module.
* Add ~/.cbcrc configuration fileJoseph Hunkeler2015-07-071-8/+15
|
* Add shell enviroment to Environment. Add copy_patches.Joseph Hunkeler2015-07-062-4/+19
|
* Implement --no-build option.Joseph Hunkeler2015-07-012-4/+11
|
* Getting closer to the real dealJoseph Hunkeler2015-06-294-46/+127
|
* * Big ole fixes.Joseph Hunkeler2015-06-265-31/+49
| | | | | | * 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.pyJoseph Hunkeler2015-06-261-0/+30
|
* * Add argument parser * Add support for multiple buildsJoseph Hunkeler2015-06-251-29/+36
|
* No metadata writeout to file in testJoseph Hunkeler2015-06-252-4/+22
|
* * Incorporate script generation. *Replace manual requirements conversion ↵Joseph Hunkeler2015-06-251-4/+15
| | | | with an automatic method.
* * Track initial working directoryJoseph Hunkeler2015-06-251-2/+18
| | | | * Assign script locations AFTER generating a viable place to put them.
* Initial commit of cbcbuild.pyJoseph Hunkeler2015-06-241-0/+41
|
* Implement list converstion on requirements section, requirements are REQUIREDJoseph Hunkeler2015-06-241-3/+36
|
* Simplify test.ini, remove release keywordJoseph Hunkeler2015-06-241-18/+12
|
* Permission changesJoseph Hunkeler2015-06-235-0/+0
|
* Running the file server is now optionalJoseph Hunkeler2015-06-231-3/+8
|
* Remove temp directory creation... not worth itJoseph Hunkeler2015-06-231-8/+13
|
* Initial commit of server.pyJoseph Hunkeler2015-06-232-1/+19
|
* Replace conda_write_meta with "compile" for better output controlJoseph Hunkeler2015-06-231-3/+7
|
* Fix exceptions importJoseph Hunkeler2015-06-231-2/+1
|
* Ignore __pycache__Joseph Hunkeler2015-06-231-0/+1
|
* Remove debug sleep statementJoseph Hunkeler2015-06-231-1/+0
|