Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove unnecessary bar | Dave Smith | 2013-03-02 | 1 | -1/+1 | |
| | | ||||||
* | | 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 #34 from shkumagai/feature/zsh-completion-add-options | Dave Smith | 2012-12-02 | 1 | -0/+3 | |
|\ | | | | | Add missing variables | |||||
| * | Add missing variables | Shoji KUMAGAI | 2012-12-03 | 1 | -0/+3 | |
| | | | | | | | | - add overlay_vars=, target_dir=, and tests= with short description | |||||
* | | bash-completion: add missing options and variables | Tuncer Ayaz | 2012-12-01 | 1 | -8/+51 | |
|/ | | | | | - add missing short and long options - add tests=, target_dir=, overlay_vars= | |||||
* | zsh-completion: add 'dump_spec' back again | Shoji KUMAGAI | 2012-12-01 | 1 | -0/+1 | |
| | ||||||
* | bash-completion: add dump_spec=1 | Tuncer Ayaz | 2012-11-30 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #19 from shkumagai/feature/zsh-completion-refine | Dave Smith | 2012-11-30 | 1 | -1/+1 | |
|\ | | | | | Change zsh completion script | |||||
| * | Change zsh completion script | Shoji KUMAGAI | 2012-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | - Add 'escriptize' command - Remove variable 'dump_spec' | |||||
* | | bash-completion: add generate-appups | Tuncer Ayaz | 2012-11-26 | 1 | -4/+4 | |
|/ | ||||||
* | zsh completion: fix typos | Tuncer Ayaz | 2012-11-01 | 1 | -9/+9 | |
| | ||||||
* | Add zsh completion script | Shoji KUMAGAI | 2012-11-01 | 1 | -0/+79 | |
| | | | | For enable to shell-completion in zsh. | |||||
* | bash completion: remove duplicate cmd | Tuncer Ayaz | 2012-08-09 | 1 | -1/+1 | |
| | ||||||
* | Replace test-compile with compile_only=true option | Tuncer Ayaz | 2012-08-09 | 1 | -2/+2 | |
| | ||||||
* | Quote paths in Windows runner script | Matt Campbell | 2012-07-31 | 2 | -23/+36 | |
| | | | | | This allows the node to run in paths which include special characters, for example 'C:\Program Files (x86)\Product Name' | |||||
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -2/+2 | |
| | ||||||
* | Add 'eunit-compile' cmd (Suggested-by: Joe Norton) | Tuncer Ayaz | 2012-07-23 | 1 | -4/+5 | |
| | ||||||
* | noderunner: add support for alt dir and boot file | Ulf Wiger | 2012-07-14 | 1 | -20/+54 | |
| | | | | | | | | | | | | | | | | | This patch contains two additions to simplenode.runner: 1. Check if vm.args exists in CWD; if so, use it. This makes it easier to start multiple concurrent nodes on a single machine from one rebar-created release (starting each node from its own directory, with its own copy of vm.args and e.g. sys.config, log directory, database directory, etc.) 2. Add the targets start_boot <file> and console_boot <file>. This is used to select a different boot script. The 'setup' application (http://github.com/esl/setup) builds a special boot script for installation (all apps loaded but not started, making it possible to run install hooks with the full code path in place). | |||||
* | Simplify reltool.config template | Tuncer Ayaz | 2012-06-19 | 1 | -5/+3 | |
| | ||||||
* | Add escriptize to bash completion | Tuncer Ayaz | 2012-05-18 | 1 | -2/+2 | |
| | ||||||
* | Remove alt_url support in favor of new features | Tuncer Ayaz | 2012-05-13 | 1 | -2/+1 | |
| | ||||||
* | Add support for using -remsh via runner script | joewilliams | 2012-04-23 | 1 | -1/+25 | |
| | ||||||
* | Use correctly escaped pipes in usage message | Francis Joanis | 2012-04-17 | 1 | -1/+1 | |
| | ||||||
* | Improvements to windows node runner script | Matt Campbell | 2012-04-17 | 5 | -6/+102 | |
| | | | | | | | * Typos and other minor bug fixes * Add "attach" command (via -remsh) * Add "upgrade" command to install a hot upgrade package * Add "upgrade" subcommand to UNIX runner script as well | |||||
* | Add foreground as a runner start option | joewilliams | 2012-04-10 | 1 | -1/+26 | |
| | ||||||
* | simplenode.runner: fix HEART_CMD arguments | Yurin Slava | 2012-04-04 | 1 | -1/+1 | |
| | ||||||
* | simplenode.runner: properly quote arguments | Yurin Slava | 2012-04-04 | 1 | -5/+6 | |
| | | | | | | bin/<release_name> console -kernel test '[{"a","b"}]' fails, because when $@ is inserted into CMD [{"a","b"}] is interpreted. Fix the same issue for 'start' command and quote all arguments. | |||||
* | Add support for alternate dependency urls | Adam Schepis | 2012-03-31 | 1 | -1/+2 | |
| | | | | | | This change adds the ability to use alternate urls for downloading dependencies. To make use of alternate urls run: rebar get-deps alt_urls=true | |||||
* | Remove export_all in simplemod template | Tuncer Ayaz | 2012-03-25 | 1 | -4/+0 | |
| | ||||||
* | Fix handle_call response | Fisher | 2012-02-02 | 1 | -1/+1 | |
| | ||||||
* | Fix order in erts exclusion filter | Tuncer Ayaz | 2012-01-20 | 1 | -1/+1 | |
| | ||||||
* | Add nodeid= to bash completion | Tuncer Ayaz | 2012-01-20 | 1 | -1/+1 | |
| | ||||||
* | Simplify excl_sys_filters | Tuncer Ayaz | 2012-01-20 | 1 | -4/+2 | |
| | ||||||
* | Set node name correctly on erlsrv commandline | Matt Campbell | 2012-01-09 | 1 | -1/+1 | |
| | ||||||
* | Deprecate ct suite= option for suites= option | Magnus Klaar | 2012-01-06 | 1 | -1/+1 | |
| | ||||||
* | Fix basic_nif on_load() | Tuncer Ayaz | 2012-01-05 | 1 | -1/+3 | |
| | ||||||
* | Comment out vm args | Tuncer Ayaz | 2011-12-21 | 1 | -4/+4 | |
| | ||||||
* | Trim reltool config and add nodeid to release | Tuncer Ayaz | 2011-12-20 | 1 | -9/+13 | |
| | ||||||
* | Universally support apps=/skip_apps= | Tuncer Ayaz | 2011-12-12 | 1 | -2/+2 | |
| | ||||||
* | Add root_dir= to shell completion | Tuncer Ayaz | 2011-11-26 | 1 | -1/+1 | |
| | ||||||
* | Add overlay command to shell completion | Tuncer Ayaz | 2011-10-20 | 1 | -1/+1 | |
| | ||||||
* | Don't run erl_args through set_trim | Matt Campbell | 2011-10-20 | 1 | -1/+1 | |
| | | | | | Args provided by erlsrv.exe were being mostly discarded due to being processed through set_trim | |||||
* | @ characters before elses were causing the script to not run | Mistagrooves | 2011-09-26 | 1 | -2/+2 | |
| | ||||||
* | fix vm.args checks by always using $VMARGS_PATH | Steven Gravell | 2011-09-21 | 1 | -24/+23 | |
| | ||||||
* | Update Windows runner script usage blurb | Matt Campbell | 2011-09-20 | 1 | -1/+1 | |
| | ||||||
* | Get rid of app.config | joewilliams | 2011-09-20 | 5 | -6/+37 | |
| | | | | | | | | | | | | | | | | | | | | app.config has been a long standing erroneous file in rebar. Erlang/OTP documentation suggests a sys.config file instead. This file is stored in the releases/VSN directory. This does a few things but most importantly it ensures your config (contained in the application environment) survives a hot upgrade. It also has the advantage of allowing the configuration of the application to be versioned along side the application code. This patch flips rebar to use sys.config rather than app.config. Additionally it makes this flip to vm.args as well, making them versioned just like sys.config. This patch also includes runner script changes to support the old etc/app.config config file location and support for Windows. Thanks to mokele for the initial work and kick in the pants to make this finially happen. | |||||
* | Add console command to windows runner script | Matt Campbell | 2011-09-20 | 1 | -0/+5 | |
| | ||||||
* | Clean up windows batch scripts | Ben | 2011-09-01 | 2 | -12/+6 | |
| | ||||||
* | Add simple Windows batch scripts to node templates | Matt Campbell | 2011-09-01 | 4 | -0/+90 | |
| | ||||||
* | Adapt basicnif template to OTP changes | Tuncer Ayaz | 2011-07-19 | 2 | -15/+21 | |
| |