Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 19 | -315/+102 | |
| | ||||||
* | forgot the rebar3 module | Tristan Sloughter | 2014-09-16 | 2 | -0/+393 | |
| | ||||||
* | rename escript to rebar3 | Tristan Sloughter | 2014-09-16 | 3 | -393/+2 | |
| | ||||||
* | fix lib to not start mod | Tristan Sloughter | 2014-09-16 | 3 | -3/+14 | |
| | ||||||
* | update release run and variables in templates | Tristan Sloughter | 2014-09-16 | 3 | -1/+2 | |
| | ||||||
* | update templating | Tristan Sloughter | 2014-09-16 | 63 | -1960/+107 | |
| | ||||||
* | tmp | Tristan Sloughter | 2014-09-11 | 3 | -3/+5 | |
| | ||||||
* | update works, but still needs to cause update of deps | Tristan Sloughter | 2014-09-03 | 1 | -13/+8 | |
| | ||||||
* | fix bug compiling app with no .app.src | Tristan Sloughter | 2014-09-02 | 1 | -5/+5 | |
| | ||||||
* | fix fetch and build | Tristan Sloughter | 2014-09-02 | 2 | -10/+17 | |
| | ||||||
* | modify rebar lock output | Tristan Sloughter | 2014-09-02 | 2 | -13/+26 | |
| | ||||||
* | don't include project apps in deps | Tristan Sloughter | 2014-09-02 | 1 | -4/+3 | |
| | ||||||
* | move locking to a provider | Tristan Sloughter | 2014-09-02 | 6 | -20/+58 | |
| | ||||||
* | remove example from install_deps provider, shouldn't be called manually | Tristan Sloughter | 2014-09-01 | 1 | -1/+1 | |
| | ||||||
* | change name of suite | Tristan Sloughter | 2014-09-01 | 1 | -1/+1 | |
| | ||||||
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 6 | -66/+85 | |
| | ||||||
* | add first test | Tristan Sloughter | 2014-09-01 | 6 | -11/+159 | |
| | ||||||
* | replace deps list with ordset | Tristan Sloughter | 2014-08-31 | 2 | -12/+15 | |
| | ||||||
* | refactor install_deps again and rename app_builder to compile | Tristan Sloughter | 2014-08-31 | 5 | -90/+119 | |
| | ||||||
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 144 | -5898/+106 | |
| | ||||||
* | wip: reworking deps fetching/sorting | Tristan Sloughter | 2014-08-29 | 4 | -135/+115 | |
| | ||||||
* | quick and dirty fix for proper dep compilatoin order | Tristan Sloughter | 2014-08-28 | 5 | -30/+48 | |
| | ||||||
* | restrict packages to those that work on users system | Tristan Sloughter | 2014-08-28 | 1 | -1/+14 | |
| | ||||||
* | use locks if exists | Tristan Sloughter | 2014-08-28 | 5 | -39/+49 | |
| | ||||||
* | wip: write lock file | Tristan Sloughter | 2014-08-27 | 2 | -37/+36 | |
| | ||||||
* | build app file after modules | Tristan Sloughter | 2014-08-27 | 1 | -1/+1 | |
| | ||||||
* | update package index url and README list of tasks | Tristan Sloughter | 2014-08-27 | 4 | -11/+16 | |
| | ||||||
* | fix up tarball extraction path and parse goal constraints | Tristan Sloughter | 2014-08-25 | 3 | -10/+25 | |
| | ||||||
* | use INFO instead of CONSOLE in templater | Tristan Sloughter | 2014-08-24 | 1 | -3/+3 | |
| | ||||||
* | add some templates | Tristan Sloughter | 2014-08-24 | 27 | -22/+584 | |
| | ||||||
* | rename shell provider | Tristan Sloughter | 2014-08-24 | 2 | -3/+3 | |
| | ||||||
* | improved dep handling and add package list task | Tristan Sloughter | 2014-08-24 | 10 | -296/+404 | |
| | ||||||
* | use dict for deps | Tristan Sloughter | 2014-08-23 | 1 | -90/+115 | |
| | ||||||
* | fix fetch name log | Tristan Sloughter | 2014-08-23 | 1 | -1/+1 | |
| | ||||||
* | fix state of rebar for building deps | Tristan Sloughter | 2014-08-23 | 1 | -2/+8 | |
| | ||||||
* | simplify dep download and building | Tristan Sloughter | 2014-08-23 | 5 | -32/+25 | |
| | ||||||
* | rename deps provider | Tristan Sloughter | 2014-08-23 | 3 | -34/+34 | |
| | ||||||
* | allow new project dir for template | Tristan Sloughter | 2014-08-23 | 2 | -10/+16 | |
| | ||||||
* | add back templating | Tristan Sloughter | 2014-08-23 | 5 | -61/+326 | |
| | ||||||
* | switched package index to dict | Tristan Sloughter | 2014-08-23 | 3 | -15/+12 | |
| | ||||||
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 18 | -809/+303 | |
| | ||||||
* | only build unbuilt deps | Tristan Sloughter | 2014-08-18 | 7 | -83/+114 | |
| | ||||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 24 | -567/+451 | |
| | ||||||
* | update readme | Tristan Sloughter | 2014-08-17 | 1 | -1/+4 | |
| | ||||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 13 | -171/+92 | |
| | ||||||
* | move back to single command with arguments for comamnd after it | Tristan Sloughter | 2014-08-16 | 8 | -18/+16 | |
| | ||||||
* | replace logging with ec_cmd_log from erlware_commons | Tristan Sloughter | 2014-08-16 | 8 | -48/+30 | |
| | ||||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 41 | -4272/+1511 | |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | |||||
* | Merge pull request #299 from tuncer/rok-resource-forks | Tristan Sloughter | 2014-07-25 | 9 | -16/+28 | |
|\ | | | | | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | |||||
| * | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | Tuncer Ayaz | 2014-07-25 | 9 | -16/+28 | |
|/ | | | | | | | | | If you happen to fetch a zip archive of the git repo and try to build from that, you may, for example, ask erlc to build src/._rebar.erl. ._* are OS X resource forks and not real .erl files. This may also happen with network filesystems on OS X. To fix that, limit the files compiled by rebar to include only those which start with a letter or a digit. |