Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 5 | -19/+56 | |
| | ||||||
* | remove example from install_deps provider, shouldn't be called manually | Tristan Sloughter | 2014-09-01 | 1 | -1/+1 | |
| | ||||||
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 5 | -65/+84 | |
| | ||||||
* | add first test | Tristan Sloughter | 2014-09-01 | 4 | -10/+43 | |
| | ||||||
* | 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 | 4 | -88/+117 | |
| | ||||||
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 14 | -2603/+97 | |
| | ||||||
* | 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 | 4 | -30/+46 | |
| | ||||||
* | 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 | 3 | -9/+8 | |
| | ||||||
* | 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 | 1 | -5/+4 | |
| | ||||||
* | rename shell provider | Tristan Sloughter | 2014-08-24 | 1 | -1/+1 | |
| | ||||||
* | improved dep handling and add package list task | Tristan Sloughter | 2014-08-24 | 9 | -296/+399 | |
| | ||||||
* | 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 | 2 | -32/+32 | |
| | ||||||
* | allow new project dir for template | Tristan Sloughter | 2014-08-23 | 2 | -10/+16 | |
| | ||||||
* | add back templating | Tristan Sloughter | 2014-08-23 | 4 | -61/+323 | |
| | ||||||
* | 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 | 15 | -803/+299 | |
| | ||||||
* | only build unbuilt deps | Tristan Sloughter | 2014-08-18 | 6 | -83/+113 | |
| | ||||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 22 | -567/+443 | |
| | ||||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 10 | -170/+88 | |
| | ||||||
* | 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 | 6 | -46/+25 | |
| | ||||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 32 | -4205/+1390 | |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | |||||
* | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | Tuncer Ayaz | 2014-07-25 | 7 | -15/+21 | |
| | | | | | | | | | 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. | |||||
* | Remove experimental label from 'eunit tests=' | Tuncer Ayaz | 2014-07-18 | 1 | -1/+1 | |
| | ||||||
* | Follow-up typo fixes for #327 | Tuncer Ayaz | 2014-07-17 | 1 | -4/+4 | |
| | ||||||
* | rebar_utils:otp_release/0: handle vsn like x.y.z** | Tuncer Ayaz | 2014-07-17 | 1 | -2/+20 | |
| | | | | | | | | | As mentioned in the OTP documentation, licensed customers may use patched OTP installations where the otp_patch_apply tool adds a '**' suffix as a flag saying the system consists of application versions from multiple OTP versions. When we get such a version string, we drop the suffix, as we cannot obtain relevant information from it as far as tooling is concerned. | |||||
* | Adapt arch string to versioning scheme changes (>= 17.x) | Tuncer Ayaz | 2014-07-17 | 1 | -1/+22 | |
| | ||||||
* | Fix minor whitespace and comment issues in rebar_utils | Tuncer Ayaz | 2014-07-17 | 1 | -15/+27 | |
| | ||||||
* | Merge branch 'minor-fixes' of https://github.com/tuncer/rebar into ↵ | Fred Hebert | 2014-07-15 | 2 | -6/+6 | |
|\ | | | | | | | tuncer-minor-fixes | |||||
| * | Use correct types for OTP >=17.x | Tuncer Ayaz | 2014-06-29 | 2 | -3/+3 | |
| | | ||||||
| * | Fix a few minor formatting inconsistencies | Tuncer Ayaz | 2014-06-29 | 2 | -4/+4 | |
| | | | | | | | | | | * fix overlong lines * where appropriate use %% instead of % | |||||
* | | Merge pull request #316 from talentdeficit/rebar_shell_314 | Fred Hebert | 2014-07-15 | 1 | -4/+26 | |
|\ \ | | | | | | | fix for #314 (rebar shell somehow blocks using io:format in gen_server handle_call) | |||||
| * | | update group leaders when restarting user process | alisdair sullivan | 2014-07-07 | 1 | -4/+26 | |
| |/ | | | | | | | | | | | | | | | | | | | | | ensure any processes with a reference to an old user process as their group leader are updated to use the new user process. this introduces a slight delay at startup as the system must wait for the new processes to be registered. there is a max wait period of three seconds (before the shell command gives up and throws a timeout error) fixes #314 ("rebar shell" somehow blocks using io:format in gen_server handle_call) |