Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bootstrap: avoid trying to run 'debug' command | Tuncer Ayaz | 2013-12-17 | 1 | -1/+2 | |
| | | | | | | | | | If you invoke 'make debug', then bootstrap executes rebar:main/1 with the extra argument "debug" and rebar treats that as a command. There is no such command. Without this patch you will see the following on bootstrap: Command 'debug' not understood or not applicable | |||||
* | bootstrap: fix and enhance VCS_INFO handling | Tuncer Ayaz | 2012-08-13 | 1 | -5/+13 | |
| | | | | | * re-compile rebar.erl instead of rebar_core to define VCS_INFO * append "-dirty" if vcs indicates unclean repo status | |||||
* | Extend escriptize and reuse in bootstrap | Tuncer Ayaz | 2012-06-14 | 1 | -81/+3 | |
| | ||||||
* | Fix escript creation as suggested by Siri Hansen | Tuncer Ayaz | 2012-06-14 | 1 | -12/+56 | |
| | ||||||
* | Print full git revision in version string | Tuncer Ayaz | 2012-06-11 | 1 | -1/+1 | |
| | ||||||
* | Move to major.minor.patch release version; add OTP build version | Dave Smith | 2012-06-04 | 1 | -1/+5 | |
| | | | | version info | |||||
* | Remove generation of ps1 script (no longer needed) | Mike Lazar | 2012-04-03 | 1 | -10/+1 | |
| | ||||||
* | Fix typos in generated cmd script in bootstrap | Mike Lazar | 2012-02-16 | 1 | -1/+1 | |
| | | | | Fixes basho/rebar#188 | |||||
* | bootstrap: do not ignore write_file return value | Tuncer Ayaz | 2011-12-25 | 1 | -3/+5 | |
| | ||||||
* | bootstrap: generate windows scripts | Matt Campbell | 2011-12-25 | 1 | -1/+20 | |
| | ||||||
* | Reformat bootstrap | Tuncer Ayaz | 2011-08-16 | 1 | -13/+20 | |
| | ||||||
* | Document use of -noshell -noinput in emu_opts | Scott Lystig Fritchie | 2011-08-16 | 1 | -1/+3 | |
| | ||||||
* | Remove trailing whitespace | Tuncer Ayaz | 2011-08-08 | 1 | -3/+3 | |
| | ||||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 | |
| | ||||||
* | Fix code clarity in bootstrap | Tuncer Ayaz | 2011-01-13 | 1 | -6/+4 | |
| | ||||||
* | Add debug flag to make it easier to get a debug version of rebar | Dave Smith | 2010-10-07 | 1 | -0/+9 | |
| | ||||||
* | add bat scripts for bootstrap and rebat (windows doesn't understand ↵ | Juhani Rankimies | 2010-08-02 | 1 | -6/+18 | |
| | | | | shebang), make bootstrap work on windows | |||||
* | Add '%%! -noshell -noinput' to rebar escript | Scott Fritchie | 2010-08-10 | 1 | -1/+1 | |
| | ||||||
* | Add support for embedding git version; make sure to always rebuild ↵ | Dave Smith | 2010-07-28 | 1 | -3/+15 | |
| | | | | rebar_core so that the VCS_INFO constant gets updated | |||||
* | Add support for embedding VCS info into the version data | Dave Smith | 2010-06-22 | 1 | -1/+5 | |
| | ||||||
* | Removing debug_info from bootstrap; caused the rebar executable to be way ↵ | Dave Smith | 2010-04-14 | 1 | -1/+0 | |
| | | | | bigger than we wanted | |||||
* | Add helper makefile; update bootstrap to always build w/ debug_info | Dave Smith | 2010-04-09 | 1 | -0/+1 | |
| | ||||||
* | Add missing mode setting in Emacs file variables | Tuncer Ayaz | 2010-02-25 | 1 | -1/+1 | |
| | ||||||
* | Add emacs and vim file local variables | Tuncer Ayaz | 2010-02-11 | 1 | -2/+2 | |
| | ||||||
* | Add vim line; courtesy of rtilder | Dave Smith | 2010-02-10 | 1 | -0/+1 | |
| | ||||||
* | Rework how the escript is built so that we can inclue templates | Dave Smith | 2010-01-08 | 1 | -7/+15 | |
| | ||||||
* | Updating bootstrap to embed the build time into a macro that we can pull via ↵ | Dave Smith | 2009-12-07 | 1 | -2/+18 | |
| | | | | "version" command | |||||
* | Add a nice message | Dave Smith | 2009-12-04 | 1 | -1/+7 | |
| | ||||||
* | Refactor rebar to build a self-contained script | Dave Smith | 2009-12-04 | 1 | -0/+53 | |