| Commit message (Expand) | Author | Age | Files | Lines |
* | Tag to 3.1.0 | Fred Hebert | 2016-04-04 | 1 | -1/+1 |
* | Skip update and compilation if possible. | Gleb Peregud | 2016-01-03 | 1 | -12/+28 |
* | just delete erlware_commons rebar.config.script, it isn't needed for rebar3 | Tristan Sloughter | 2015-11-23 | 1 | -0/+7 |
* | certifi must be compiled during initial bootstrap | Benoit Chesneau | 2015-09-18 | 1 | -1/+2 |
* | add comment for global apply_profiles and log message for bad bootstrap lock ... | Tristan Sloughter | 2015-07-11 | 1 | -0/+1 |
* | fix for empty rebar.lock during bootstrap | Tristan Sloughter | 2015-07-11 | 1 | -2/+11 |
* | Renamed functions. | CarlosEDP | 2015-07-03 | 1 | -5/+5 |
* | Added rebar profile to httpc initialization and calls. | CarlosEDP | 2015-07-03 | 1 | -3/+5 |
* | Fix for cases with no proxy configured. | CarlosEDP | 2015-07-03 | 1 | -1/+1 |
* | Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_p... | CarlosEDP | 2015-07-03 | 1 | -37/+22 |
* | Added support for proxy on rebar3 based on environment variables. | CarlosEDP | 2015-07-03 | 1 | -2/+0 |
* | Added support to http and https proxies on bootstrap. Variables are read from... | CarlosEDP | 2015-07-03 | 1 | -0/+42 |
* | add relup provider and update relx | Tristan Sloughter | 2015-06-26 | 1 | -0/+1 |
* | use application:start(crypto) instead of crypto:start() | Tristan Sloughter | 2015-06-21 | 1 | -4/+1 |
* | use packages for deps and add dialyze profile | Tristan Sloughter | 2015-06-21 | 1 | -19/+34 |
* | use bbmustache package | Tristan Sloughter | 2015-06-21 | 1 | -0/+1 |
* | fix failure on missing OTP_VERSION file #403 | Tristan Sloughter | 2015-05-09 | 1 | -21/+24 |
* | don't use rebar_dir function in bootstrap | Tristan Sloughter | 2015-05-07 | 1 | -1/+10 |
* | fix bootstrap on windows, fallback to copy if symlinking fails | derwinlu | 2015-05-07 | 1 | -1/+95 |
* | remove use of erlydtl in rebar | Tristan Sloughter | 2015-04-29 | 1 | -5/+4 |
* | support for 18.0+ | Tristan Sloughter | 2015-04-23 | 1 | -4/+54 |
* | print and halt on compile error | Tristan Sloughter | 2015-04-23 | 1 | -2/+44 |
* | R15 support, replace unsetenv with putenv empty string | Tristan Sloughter | 2015-04-22 | 1 | -1/+1 |
* | fix tracking of all profiles dep paths | Tristan Sloughter | 2015-04-22 | 1 | -2/+1 |
* | real bootstrapping | Tristan Sloughter | 2015-04-22 | 4 | -68/+129 |
* | remove unneeded portions of bootstrap script | Tristan Sloughter | 2014-11-23 | 1 | -90/+1 |
* | switch ct provider to use external provider behavior | Tristan Sloughter | 2014-11-03 | 1 | -1/+1 |
* | update bootstrap final messae | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
* | fix travis test | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
* | replace logging with ec_cmd_log from erlware_commons | Tristan Sloughter | 2014-08-16 | 1 | -2/+4 |
* | large refactoring | Tristan Sloughter | 2014-08-16 | 3 | -0/+4 |
* | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | Tuncer Ayaz | 2014-07-25 | 1 | -1/+3 |
* | Merge branch 'minor-fixes' of https://github.com/tuncer/rebar into tuncer-min... | Fred Hebert | 2014-07-15 | 1 | -4/+5 |
|\ |
|
| * | Fix typo s/of/on/ | Tuncer Ayaz | 2014-07-13 | 1 | -1/+1 |
| * | Fix a few minor formatting inconsistencies | Tuncer Ayaz | 2014-06-29 | 1 | -4/+5 |
* | | fix indentation issues | Luis Rascão | 2014-06-26 | 1 | -6/+6 |
* | | bootstrap now accepts --help usage flag | Luis Rascao | 2014-06-12 | 1 | -0/+13 |
|/ |
|
* | Add namespaced_types to bootstrap script. | Matwey V. Kornilov | 2014-06-08 | 1 | -0/+16 |
* | bootstrap: avoid trying to run 'debug' command | Tuncer Ayaz | 2013-12-17 | 1 | -1/+2 |
* | bootstrap: fix and enhance VCS_INFO handling | Tuncer Ayaz | 2012-08-13 | 1 | -5/+13 |
* | 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 |
* | 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 |
* | 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 |