Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid passing more than one instance of ERL_LIBS to child processes | Juan Jose Comellas | 2013-06-13 | 1 | -1/+11 |
| | | | | | | This commit fixes issue #98 by removing the ERL_LIBS and REBAR_DEPS_DIR from the list of environment variables exported by the rebar_port_compiler plugin. | ||||
* | Merge pull request #97 from tuncer/simplenode-sync | Dave Smith | 2013-06-12 | 5 | -66/+210 |
|\ | | | | | Sync test/upgrade_project/rel/files with priv/templates | ||||
| * | Sync test/upgrade_project/rel/files with priv/templates | Tuncer Ayaz | 2013-06-12 | 5 | -66/+210 |
|/ | |||||
* | Merge pull request #96 from olgeni/pwd-symlink-fix | Dave Smith | 2013-06-12 | 4 | -4/+4 |
|\ | | | | | Use "pwd -P" to get the current physical path. | ||||
| * | Use "pwd -P" to get the current physical path. | olgeni | 2013-06-10 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is a portable version of the realpath(1) utility that you can find on Mac OS X and FreeBSD (see also The Open Group Base Specifications Issue 6, IEEE Std 1003.1). Without the -P flag, pwd(1) might return different values when the current path contains one or more symlinks, depending on how you got into the current directory. In simplenode.runner, this may cause PIPE_DIR to have different values on each use, which will make it impossible to connect to the running node unless you guess the correct path yourself. | ||||
* | | Merge pull request #75 from rpt/master | Dave Smith | 2013-06-12 | 1 | -0/+1 |
|\ \ | | | | | | | Support for QuickCheck Mini | ||||
| * | | Add support for QuickCheck Mini | Krzysztof Rutka | 2013-03-25 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #91 from syl20bnr/ping-command-for-windows | Dave Smith | 2013-06-12 | 2 | -2/+12 |
|\ \ \ | |_|/ |/| | | Add support for ping command on windows in the simple node runner | ||||
| * | | Add support for ping command on windows in the simple node runner | syl20bnr | 2013-05-20 | 2 | -2/+12 |
| | | | |||||
* | | | Merge pull request #90 from Motiejus/dep_plugin | Dave Smith | 2013-05-21 | 5 | -17/+82 |
|\ \ \ | |/ / |/| | | Fix searching for plugins | ||||
| * | | Fix searching for plugins | Motiejus Jakštys | 2013-05-19 | 5 | -17/+82 |
| | | | | | | | | | | | | | | | If a plugin is in a dependency, rebar didn't search for it carefully enough. | ||||
* | | | Merge branch 'master' of git://github.com/ferd/rebar into ferd-master | Dave Smith | 2013-05-15 | 1 | -4/+22 |
|\ \ \ | |||||
| * | | | Handle ct_run exit codes in R15B02 and later | Fred Hebert | 2013-04-18 | 1 | -4/+22 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since R15B02, ct_run returns a non-zero exit code when some tests failed or were auto-skipped. (See ticket OTP-9865.) This fix makes it so a non-0 code doesn't cause an instant failure, but still prompts for log verification before doing so. Given the behaviour was acceptable for pre-R15B02, it should be valid with it with post-R15B02. The fix should also be backwards compatible. | ||||
* | | | Merge pull request #85 from ratelle/rebar-deps-dir-in-port-compiler | Dave Smith | 2013-05-15 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Add rebar-deps env to port compiler SharedEnv | ||||
| * | | | Add rebar-deps env to port compiler SharedEnv | Jeremie Lasalle Ratelle | 2013-05-06 | 1 | -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-fixes | Dave Smith | 2013-04-23 | 2 | -4/+16 |
|\ \ \ | | | | | | | | | Travisci fixes | ||||
| * | | | Adding R16B to travis build | Dave Smith | 2013-04-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | Additional travisci fixes | Dave Smith | 2013-04-23 | 1 | -4/+15 |
|/ / / | |||||
* | | | Adding user/email on created repos for travis CI | Dave Smith | 2013-04-22 | 1 | -0/+2 |
| | | | |||||
* | | | Further investigation into travis CI issues | Dave Smith | 2013-04-22 | 1 | -3/+12 |
| | | | |||||
* | | | Add author to fix issue when compiling on travis | Dave Smith | 2013-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | Enable verbose output from retest | Dave Smith | 2013-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #80 from tuncer/nodetool-no_compile | Dave Smith | 2013-04-21 | 1 | -2/+0 |
|\ \ \ | |/ / |/| | | Do not compile nodetool escript | ||||
| * | | Do not compile nodetool escript | Tuncer Ayaz | 2013-04-12 | 1 | -2/+0 |
|/ / | | | | | | | This removes the dependency on lib/compiler in an OTP release. | ||||
* | | Merge pull request #81 from massemanet/patch-1 | Dave Smith | 2013-04-12 | 1 | -0/+2 |
|\ \ | | | | | | | More error logging | ||||
| * | | More error logging | mats cronqvist | 2013-04-12 | 1 | -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_cond | Dave Smith | 2013-04-10 | 1 | -1/+0 |
|\ \ | | | | | | | simplenode.reltool.config: use default sys-level mod_cond setting | ||||
| * | | simplenode.reltool.config: use default sys-level mod_cond setting | Tuncer Ayaz | 2013-04-06 | 1 | -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_native | Dave Smith | 2013-04-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Makefile: call Dialyzer with -nn flag | ||||
| * | Makefile: call Dialyzer with -nn flag | Tuncer Ayaz | 2013-03-04 | 1 | -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 locally | Dave Smith | 2013-03-04 | 2 | -1/+3 |
| | |||||
* | Merge pull request #68 from nevar/fix_unicode_promt | Dave Smith | 2013-03-04 | 1 | -1/+1 |
|\ | | | | | Fix unicode | ||||
| * | Fix handling of Unicode characters in env vars | Slava Yurin | 2013-02-18 | 1 | -1/+1 |
| | | |||||
* | | Fix missing call to cwd_predirs | Dave Smith | 2013-03-02 | 1 | -2/+2 |
| | | |||||
* | | Remove hg from integration tests; git is defacto standard at this point | Dave Smith | 2013-03-02 | 6 | -11/+11 |
| | | |||||
* | | Merge pull request #38 from tuncer/fix-sub_dir-association | Dave Smith | 2013-03-02 | 1 | -24/+24 |
|\ \ | | | | | | | rebar_core: fix sub dir association | ||||
| * | | rebar_core: fix broken indentation | Tuncer Ayaz | 2013-02-26 | 1 | -6/+6 |
| | | | |||||
| * | | rebar_core: remove useless return after ?ABORT call | Tuncer Ayaz | 2013-02-26 | 1 | -2/+1 |
| | | | |||||
| * | | rebar_core: document pre-dirs association | Tuncer Ayaz | 2013-02-26 | 1 | -16/+17 |
| | | | |||||
* | | | Merge pull request #69 from tuncer/repo-url | Dave Smith | 2013-03-02 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | Update rebar repo urls | ||||
| * | | | Update rebar repo urls | Tuncer Ayaz | 2013-03-02 | 2 | -4/+4 |
| |/ / | |||||
* | | | Remove unnecessary bar | Dave Smith | 2013-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #55 from jaredmorrow/jem-simplenode-multi-platform | Dave Smith | 2013-03-02 | 4 | -43/+156 |
|\ \ \ | |/ / |/| | | Change simplenode template files to work on more platforms | ||||
| * | | Change simplenode template files to work on more platforms | Jared Morrow | 2013-01-17 | 4 | -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-files | Dave Smith | 2013-02-26 | 1 | -7/+17 |
|\ \ | | | | | | | Support reading mustache 'lists' from files | ||||
| * | | Support reading mustache 'lists' from files | Andrew Thompson | 2013-01-30 | 1 | -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/help | Dave Smith | 2013-02-26 | 27 | -33/+570 |
|\ \ | |/ |/| | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | ||||
| * | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 27 | -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 Smith | 2012-12-17 | 1 | -1/+1 |
|\ | |||||
| * | Fix default DTL compilation when no erlydtl_opts are provided | serge | 2012-11-15 | 1 | -1/+1 |
| | |