summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
|/ / /
* | | Merge pull request #29 from tuncer/makefileDave Smith2012-11-301-1/+4
|\ \ \ | | | | | | | | Makefile: fix 'clean' and add 'distclean'
| * | | Makefile: fix 'clean' and add 'distclean'Tuncer Ayaz2012-11-261-1/+4
| | | | | | | | | | | | | | | | | | | | * fix 'clean' to remove .eunit (not .test) * add 'distclean' to also remove deps/
* | | | Merge pull request #19 from shkumagai/feature/zsh-completion-refineDave Smith2012-11-301-1/+1
|\ \ \ \ | | | | | | | | | | Change zsh completion script
| * | | | Change zsh completion scriptShoji KUMAGAI2012-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Add 'escriptize' command - Remove variable 'dump_spec'
* | | | | Merge pull request #20 from tuncer/bash-completionDave Smith2012-11-301-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | | bash-completion: add generate-appups
| * | | | bash-completion: add generate-appupsTuncer Ayaz2012-11-261-4/+4
|/ / / /
* | | | Merge pull request #30 from DeadZen/masterDave Smith2012-11-251-1/+1
|\ \ \ \ | | | | | | | | | | Update THANKS: use my real name
| * | | | Update THANKSDeadZen2012-11-241-1/+1
|/ / / /
* | | | Merge pull request #13 from tuncer/fixesDave Smith2012-11-238-44/+57
|\ \ \ \ | | | | | | | | | | Fixes
| * | | | rebar.config.sample: remove non-existing optionTuncer Ayaz2012-11-201-5/+0
| | | | |
| * | | | rebar.config.sample: document escriptize optionsTuncer Ayaz2012-11-191-0/+7
| | | | |
| * | | | rebar.config: delete unused and unimplemented 'app_bin' optionTuncer Ayaz2012-11-192-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | app_bin option was used by the install command which has been removed in 51ed787.
| * | | | Document escriptize commandTuncer Ayaz2012-11-191-3/+6
| | | | |
| * | | | rebar_ct: fix wording in commentsTuncer Ayaz2012-11-181-5/+5
| | | | |
| * | | | rebar.config.sample: document leex and yecc optionsTuncer Ayaz2012-11-181-0/+12
| | | | |