Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix R13B03 build (Reported-by: Sergey Nartimov) | Tuncer Ayaz | 2012-07-28 | 1 | -2/+2 |
| | |||||
* | Fix trivial comment typo | Tuncer Ayaz | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | Remove shared state | Tuncer Ayaz | 2012-07-13 | 1 | -6/+7 |
| | |||||
* | Change escriptize archive permissions to a+x | Fred Hebert | 2012-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | By default, executables in paths such as /bin and /usr/local/bin have the mode saying they can be executed by all. The current version of escriptize only sets u+x, which creates problems when copied directly in repositories and requiring other programs to interact with them. This change makes rebar follow the standard of linuxes and unixes by setting the permission flag to a+x, allowing users, the group and others to execute it. | ||||
* | Use [{File,Bin}, ...] in escriptize zip:create | Tuncer Ayaz | 2012-06-17 | 1 | -55/+36 |
| | |||||
* | Add missing escriptize comments | Tuncer Ayaz | 2012-06-17 | 1 | -1/+2 |
| | |||||
* | Remove debug log | Tuncer Ayaz | 2012-06-15 | 1 | -1/+0 |
| | |||||
* | Simplify temp dir creation | Tuncer Ayaz | 2012-06-14 | 1 | -20/+7 |
| | |||||
* | Extend escriptize and reuse in bootstrap | Tuncer Ayaz | 2012-06-14 | 1 | -11/+14 |
| | |||||
* | Sync rebar_escripter with bootstrap escript | Tuncer Ayaz | 2012-06-14 | 1 | -25/+64 |
| | |||||
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -2/+2 |
| | |||||
* | Add options for escript shebang, command, emu_args | Mathias Meyer | 2011-06-14 | 1 | -1/+5 |
| | | | | | | | Allows customizing the arguments handed over to the Erlang VM, e.g. to set a name or a cookie, e.g. by setting escript_emu_args to: %%! -name rebar -setcookie rebar | ||||
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -5/+10 |
| | |||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Use file:change_mode/2 instead of invoking chmod | Juhani Rankimies | 2011-01-06 | 1 | -1/+3 |
| | |||||
* | Match ok result of filelib:ensure_dir/1 | Tuncer Ayaz | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | Add support for overriding the default name/location of the escript; add ↵ | Dave Smith | 2010-10-19 | 1 | -5/+18 |
| | | | | | | | support for cleaning generated script file --HG-- extra : rebase_source : 466f440dcb699e031c5c520d28ee7731b60c535a | ||||
* | Adding support for embedding other apps via escript_incl_apps | Dave Smith | 2010-08-29 | 1 | -3/+35 |
| | | | | | --HG-- extra : rebase_source : 9eccc596d8fe55b2e0fe3ff2c9c0a9f9a8c92e11 | ||||
* | Refactoring app file access to be via rebar_app_utils in prep for supporting ↵ | Dave Smith | 2010-04-28 | 1 | -1/+1 |
| | | | | .app.src | ||||
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | |||||
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Silence warnings, courtesy of Tuncer Ayaz | Dave Smith | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Adding rudimentary escript generator | Dave Smith | 2009-12-22 | 1 | -0/+63 |