aboutsummaryrefslogtreecommitdiff
path: root/cbc/meta.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow multiple urlsJoseph Hunkeler2016-02-111-1/+1
|
* Fix switch case interolating as comment stringJoe Hunkeler2015-10-021-1/+1
|
* * 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.
* Fix line endings, again.Joseph Hunkeler2015-07-141-163/+163
|
* Add ~/.cbcrc config merge. Remove old comments. Remove TemporaryDirectory ↵Joseph Hunkeler2015-07-071-12/+8
| | | | module.
* Add shell enviroment to Environment. Add copy_patches.Joseph Hunkeler2015-07-061-3/+15
|
* Getting closer to the real dealJoseph Hunkeler2015-06-291-7/+19
|
* * Big ole fixes.Joseph Hunkeler2015-06-261-1/+1
| | | | | | * 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.
* * Incorporate script generation. *Replace manual requirements conversion ↵Joseph Hunkeler2015-06-251-4/+15
| | | | with an automatic method.
* Implement list converstion on requirements section, requirements are REQUIREDJoseph Hunkeler2015-06-241-3/+36
|
* Permission changesJoseph Hunkeler2015-06-231-0/+0
|
* Replace conda_write_meta with "compile" for better output controlJoseph Hunkeler2015-06-231-3/+7
|
* Refactored and split apart exceptionsJoseph Hunkeler2015-06-231-92/+94
|
* Minor cleanups and error handlingJoseph Hunkeler2015-06-221-13/+25
|
* Refactored and added Environment moduleJoseph Hunkeler2015-06-221-31/+64
|
* Can convert ini to yamlJoseph Hunkeler2015-06-221-0/+48