aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add travis-ci graphic and fix typosHEADmasterJoe Hunkeler2016-02-251-5/+5
|
* Initial commit of travis configurationJoe Hunkeler2016-02-251-0/+26
|
* Fix failing on build_idJoe Hunkeler2016-02-251-1/+1
|
* Forgot to turn of debug ouput after conda buildJoe Hunkeler2016-02-191-0/+1
|
* Add ability to keep going on failure; Add upstream tracking to avoid ↵Joe Hunkeler2016-02-181-5/+34
| | | | rebuilding the world for small changes
* Allow multiple urlsJoseph Hunkeler2016-02-111-1/+1
|
* Be more concise1.3.3Joseph Hunkeler2016-01-081-3/+2
|
* Fix destructive operation; replaced with non-destructive operation. [long sigh]Joseph Hunkeler2015-12-151-3/+2
|
* Merge branch 'master' of bitbucket.org:jhunkeler/cbc1.3.2Joseph Hunkeler2015-12-102-7/+44
|\
| * OSX compatibility codeJoe Hunkeler2015-12-012-7/+44
| |
* | Improved output design - wrecked program designJoseph Hunkeler2015-12-101-4/+60
|/
* Fix typoJoseph Hunkeler2015-11-211-1/+1
|
* Initial commitJoseph Hunkeler2015-11-211-0/+37
|
* Send output to devnull not just stderr. Detect failed rsync.Joseph Hunkeler2015-11-201-9/+22
|
* Implement branching and branch matchingJoe Hunkeler2015-11-171-0/+77
|
* Fix argument typo1.3.1Joseph Hunkeler2015-10-071-1/+1
|
* Add more information.1.3Joseph Hunkeler2015-10-071-5/+317
|
* Add bash script inclusion1.2Joe Hunkeler2015-10-021-0/+3
|
* Initial commitJoe Hunkeler2015-10-024-0/+282
|
* Merge branch 'master' of bitbucket.org:jhunkeler/cbcJoe Hunkeler2015-10-022-16/+342
|\
| * Force configrc parsing only if it exists... why is this so hard to remember ↵Joseph Hunkeler2015-09-301-10/+11
| | | | | | | | to do?
| * Add semi-real documentationJoseph Hunkeler2015-09-301-4/+330
| |
| * Fix very stupid configrc bug.Joseph Hunkeler2015-09-041-2/+1
| |
* | Fix pointing to wrong variableJoe Hunkeler2015-10-021-1/+1
| |
* | 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
|