summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rebar-deps env to port compiler SharedEnvJeremie Lasalle Ratelle2013-05-061-1/+2
| | | | | REBAR_DEPS_DIR is often needed when a nif needs to be linked with a raw dependency.
* Merge pull request #83 from rebar/travisci-fixesDave Smith2013-04-232-4/+16
|\ | | | | Travisci fixes
| * Adding R16B to travis buildDave Smith2013-04-231-0/+1
| |
| * Additional travisci fixesDave Smith2013-04-231-4/+15
|/
* Adding user/email on created repos for travis CIDave Smith2013-04-221-0/+2
|
* Further investigation into travis CI issuesDave Smith2013-04-221-3/+12
|
* Add author to fix issue when compiling on travisDave Smith2013-04-221-1/+1
|
* Enable verbose output from retestDave Smith2013-04-221-1/+1
|
* Merge pull request #80 from tuncer/nodetool-no_compileDave Smith2013-04-211-2/+0
|\ | | | | Do not compile nodetool escript
| * Do not compile nodetool escriptTuncer Ayaz2013-04-121-2/+0
|/ | | | This removes the dependency on lib/compiler in an OTP release.
* Merge pull request #81 from massemanet/patch-1Dave Smith2013-04-121-0/+2
|\ | | | | More error logging
| * More error loggingmats cronqvist2013-04-121-0/+2
|/ | | rebar throws away some error messages, e.g. the ones generated if the yecc compiler is broken.
* Merge pull request #43 from tuncer/reltool-mod_condDave Smith2013-04-101-1/+0
|\ | | | | simplenode.reltool.config: use default sys-level mod_cond setting
| * simplenode.reltool.config: use default sys-level mod_cond settingTuncer Ayaz2013-04-061-1/+0
| | | | | | | | | | | | As discussed here http://erlang.org/pipermail/erlang-questions/2012-December/071135.html change the reltool spec to use the default sys-level mod_cond setting.
* | Merge pull request #66 from tuncer/dialyzer-no_nativeDave Smith2013-04-101-1/+1
|\ \ | |/ |/| Makefile: call Dialyzer with -nn flag
| * Makefile: call Dialyzer with -nn flagTuncer Ayaz2013-03-041-1/+1
|/ | | | | This speeds up 'make dialyzer' for the common case of Erlang/OTP built without --enable-native-libs.
* Add travis target to make it easier to reproduce failures locallyDave Smith2013-03-042-1/+3
|
* Merge pull request #68 from nevar/fix_unicode_promtDave Smith2013-03-041-1/+1
|\ | | | | Fix unicode
| * Fix handling of Unicode characters in env varsSlava Yurin2013-02-181-1/+1
| |
* | Fix missing call to cwd_predirsDave Smith2013-03-021-2/+2
| |
* | Remove hg from integration tests; git is defacto standard at this pointDave Smith2013-03-026-11/+11
| |
* | Merge pull request #38 from tuncer/fix-sub_dir-associationDave Smith2013-03-021-24/+24
|\ \ | | | | | | rebar_core: fix sub dir association
| * | rebar_core: fix broken indentationTuncer Ayaz2013-02-261-6/+6
| | |
| * | rebar_core: remove useless return after ?ABORT callTuncer Ayaz2013-02-261-2/+1
| | |
| * | rebar_core: document pre-dirs associationTuncer Ayaz2013-02-261-16/+17
| | |
* | | Merge pull request #69 from tuncer/repo-urlDave Smith2013-03-022-4/+4
|\ \ \ | | | | | | | | Update rebar repo urls
| * | | Update rebar repo urlsTuncer Ayaz2013-03-022-4/+4
| |/ /
* | | Remove unnecessary barDave Smith2013-03-021-1/+1
| | |
* | | Merge pull request #55 from jaredmorrow/jem-simplenode-multi-platformDave Smith2013-03-024-43/+156
|\ \ \ | |/ / |/| | Change simplenode template files to work on more platforms
| * | Change simplenode template files to work on more platformsJared Morrow2013-01-174-43/+156
| |/ | | | | | | | | | | | | | | | | | | | | | | When developing Riak, we have found bugs and other issues due to the number of platforms we support. Here is an overview of the changes: - Fix command-line syntax for commands to work on *BSD / Sun - Add chkconfig and getpid to nodetool - Replace platform specific 'kill' commands with a nodetool getpid method - Fix RUNNER_USER settings to work on *BSD
* | Merge pull request #59 from Vagabond/adt-read-lists-from-filesDave Smith2013-02-261-7/+17
|\ \ | | | | | | Support reading mustache 'lists' from files
| * | Support reading mustache 'lists' from filesAndrew Thompson2013-01-301-7/+17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add support for reading mustache 'lists' from files, so you can use the list section functionality when templating things. An example of the list syntax is as follows: {package_commands, {list, [[{name, "riak"}], [{name, "riak-admin"}], [{name, "search-cmd"}]]}}. Then you can, for each of the list elements, render some text: {{#package_commands}} chmod +x bin/{{name}} {{/package_commands}}
* | Merge pull request #22 from tuncer/helpDave Smith2013-02-2627-33/+570
|\ \ | |/ |/| Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg
| * Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-3127-33/+570
|/ | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message
* Merge branch 'saleyn-erlydtl'Dave Smith2012-12-171-1/+1
|\
| * Fix default DTL compilation when no erlydtl_opts are providedserge2012-11-151-1/+1
| |
* | Merge pull request #48 from tuncer/286Dave Smith2012-12-171-1/+0
|\ \ | | | | | | Fix basho/rebar/issues/286
| * | Fix basho/rebar/issues/286Tuncer Ayaz2012-12-171-1/+0
|/ /
* | Merge pull request #26 from l4u/patch-1Dave Smith2012-12-021-3/+3
|\ \ | | | | | | Support environment vars with unicode characters
| * | Support environment vars with unicode charactersJosé Valim2012-11-221-3/+3
| |/ | | | | | | | | | | | | The results returned by os:getenv() may contain unicode characters. That said, we need to explicitly allow unicode when splitting the environment information, otherwise badarg will be raised causing all rebar commands to fail until the environment variable is removed.
* | Merge pull request #34 from shkumagai/feature/zsh-completion-add-optionsDave Smith2012-12-021-0/+3
|\ \ | | | | | | Add missing variables
| * | Add missing variablesShoji KUMAGAI2012-12-031-0/+3
| | | | | | | | | | | | - add overlay_vars=, target_dir=, and tests= with short description
* | | Merge pull request #33 from tuncer/bash-completionDave Smith2012-12-011-8/+51
|\ \ \ | |/ / |/| | bash-completion: add missing options and variables
| * | bash-completion: add missing options and variablesTuncer Ayaz2012-12-011-8/+51
|/ / | | | | | | | | - add missing short and long options - add tests=, target_dir=, overlay_vars=
* | Merge pull request #32 from shkumagai/feature/zsh-completion-dump_specDave Smith2012-11-301-0/+1
|\ \ | | | | | | zsh-completion: add 'dump_spec' back again
| * | zsh-completion: add 'dump_spec' back againShoji KUMAGAI2012-12-011-0/+1
|/ /
* | Merge pull request #31 from tuncer/bash-completion-dump_specDave Smith2012-11-301-3/+3
|\ \ | | | | | | bash-completion: add dump_spec=1
| * | bash-completion: add dump_spec=1Tuncer Ayaz2012-11-301-3/+3
|/ /
* | Merge pull request #28 from tuncer/fix-escript_emu_args-sampleDave Smith2012-11-301-1/+1
|\ \ | | | | | | rebar.config.sample: fix escript_emu_args sample
| * | rebar.config.sample: fix escript_emu_args sampleTuncer Ayaz2012-11-301-1/+1
|/ /