| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Support for QuickCheck Mini
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Add support for ping command on windows in the simple node runner
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Fix searching for plugins
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
If a plugin is in a dependency, rebar didn't search for it carefully
enough.
|
|\ \ \ \ \ \ \ |
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add rebar-deps env to port compiler SharedEnv
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
REBAR_DEPS_DIR is often needed when a nif needs to be linked with a raw
dependency.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Travisci fixes
|
| | | | | | | | |
|
|/ / / / / / / |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Do not compile nodetool escript
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
This removes the dependency on lib/compiler in an OTP release.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
More error logging
|
|/ / / / / /
| | | | | |
| | | | | | |
rebar throws away some error messages, e.g. the ones generated if the yecc compiler is broken.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
simplenode.reltool.config: use default sys-level mod_cond setting
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Makefile: call Dialyzer with -nn flag
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
This speeds up 'make dialyzer' for the common case of Erlang/OTP built
without --enable-native-libs.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix unicode
|
| |/ / / / |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
rebar_core: fix sub dir association
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update rebar repo urls
|
| |/ / / / / |
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Change simplenode template files to work on more platforms
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Support reading mustache 'lists' from files
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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}}
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
* allow plugins to print help message for implemented commands
* append core rebar.config options to common 'rebar help' message
|
|\ \ \ \ |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Fix basho/rebar/issues/286
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Support environment vars with unicode characters
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
Add missing variables
|