summaryrefslogtreecommitdiff
path: root/priv
Commit message (Collapse)AuthorAgeFilesLines
* Make debug_info defaultTuncer Ayaz2011-03-301-2/+2
| | | | | Add no_debug_info option. Remove debug_info=1 option.
* Support passing plain arguments to `appname start`Alexey Romanov2011-03-051-1/+2
| | | | | | | Currently with default simplenode template, `appname console other_args` will pass ["console", "other_args"] as plain arguments. But `appname start other_args` effectively calls `appname console`. This patch replaces this call with `appname console other_args`.
* Remove rejected commitAlexey Romanov2011-03-051-1/+1
|
* Add console_clean to usage message for simplenode.Alexey Romanov2011-02-211-1/+1
|
* Support passing plain arguments to simplenode.Alexey Romanov2011-02-211-1/+1
| | | | | | | `init:get_plain_arguments()` returns `["console", "more_args"]` when started with `$APP_NAME console more_args`, but `["console"]` when started with `$APP_NAME start more_args`. This patch makes `start` behave like `console` in this respect.
* Remove gratuitous spacesTuncer Ayaz2011-02-151-5/+5
|
* Add common_test suite templateTim Watson2011-02-152-0/+169
| | | | | | | | | | | | This change adds a simple common_test suite template that can be instantiated with the name of a module under test like so: `rebar create template=ctsuite testmod=mymodule` The template creates an empty test suite in the test directory, automatically exports test functions and sets up a first, skipped test function.
* Clarify trailing slash for PIPE_DIRJoseph Wayne Norton2011-02-151-2/+2
| | | | | The trailing slash for PIPE_DIR is necessary for both start and attach operations.
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Fix bug 294Tuncer Ayaz2011-01-291-0/+22
|
* Update shell completion: generate-upgradeTuncer Ayaz2011-01-281-3/+3
| | | | Add generate-upgrade and previous_release=.
* Add 'generate-upgrade' commandjoewilliams2011-01-271-2/+8
| | | | | | | | | | | | | | | | | | | | | To support OTP release upgrades I have added support for building upgrade packages. Support for this is included in the rebar_upgrade module, specifically generate_upgrade/2. It requires one variable to be set on the command line 'previous_release' which is the absolute path or relative path from 'rel/' to the previous release one is upgrading from. Running an upgrade will create the needed files, including a relup and result in a tarball containing the upgrade being written to 'rel/'. When done it cleans up the temporary files systools created. Usage: $ rebar generate-upgrade previous_release=/path/to/old/version This also includes a dummy application that can be used to test upgrades as well as an example. Special thanks to Daniel Reverri, Jesper Louis Andersen and Richard Jones for comments and patches.
* Add file local variables to nodetool escriptTuncer Ayaz2011-01-211-1/+2
|
* Synchronize nodetool escript with riak versionTuncer Ayaz2011-01-211-1/+36
|
* Implement update-deps and disable auto updateTuncer Ayaz2010-12-171-1/+1
|
* Fix possible export VAR=VALUE bashismTuncer Ayaz2010-12-171-1/+2
|
* Revert to using awk instead of cutTuncer Ayaz2010-12-131-3/+3
|
* Extract column 2 on CYGWINTuncer Ayaz2010-12-101-1/+1
|
* Use cut instead of awk to extract 1st columnTuncer Ayaz2010-12-101-4/+3
|
* Change vm process search to include non-smp beamTuncer Ayaz2010-12-101-3/+3
|
* Disable printing of column headers in ps callsTuncer Ayaz2010-12-091-2/+2
|
* Fix portability of ps invocationTuncer Ayaz2010-12-071-1/+17
|
* Fix whitespace error and add file local variablesTuncer Ayaz2010-12-071-1/+3
|
* Fix bashismTuncer Ayaz2010-12-021-1/+1
|
* Add debug_info=1 to shell completionTuncer Ayaz2010-11-301-2/+2
|
* Fix bz://705; make sure to invoke chmod as part of the templateDave Smith2010-10-271-0/+3
|
* Refactor Dialyzer support to make it more usableTuncer Ayaz2010-10-251-2/+2
|
* Update completion to reflect common_test changesTuncer Ayaz2010-09-301-3/+2
|
* Add list-templates to bash completionTuncer Ayaz2010-09-161-1/+1
|
* Add template_dir= to bash completionTuncer Ayaz2010-08-311-2/+2
|
* Remove 'install' from bash completionTuncer Ayaz2010-08-251-2/+2
|
* Bug 640: use net_kernel:hidden_connect_node() for nodetoolScott Fritchie2010-08-181-3/+3
|
* Updating simplenode template so that it works with refactored overlay ↵Dave Smith2010-07-062-12/+14
| | | | | | | support; fixes bugs 347 and 348 --HG-- extra : rebase_source : b8eaa05914a99a7f67fdc83f1e07a92bdcad5dfd
* Add doc command and skip_deps option to bash completionTuncer Ayaz2010-06-301-2/+3
|
* The trailing slash is important enough to put it here directly since when it'sRyan Tilder2010-06-231-1/+2
| | | | | missing from the PIPE_DIR definition above, the application won't start and doesn't log any thing to the expected locations.
* Adding simpleapp.app.srcDave Smith2010-06-221-0/+12
|
* Updating simpleapp template to use .app.srcDave Smith2010-06-222-17/+1
|
* New commands and opts (-V/--version/version/help)Tuncer Ayaz2010-05-031-3/+4
|
* Document xref commandTuncer Ayaz2010-04-151-1/+1
| | | | | Also add a sleep after printing so that the io server has written all output before exiting. It's a work around.
* Add create to shell completionTuncer Ayaz2010-03-261-1/+1
|
* Add check-deps to shell completion and commands infoTuncer Ayaz2010-03-261-1/+1
|
* Adding basic NIF templateDave Smith2010-03-253-0/+90
|
* Add get-deps and delete-deps to commands info and shell completionTuncer Ayaz2010-03-171-2/+2
| | | | | Add get-deps and delete-deps to commands info string and bash completion script.
* Add template variable to bash completionTuncer Ayaz2010-03-111-1/+1
| | | | Add create command's template variable to bash completion.
* Add commands option to bash completionTuncer Ayaz2010-03-081-2/+2
| | | | Add -c/--commands option to the bash completion script.
* Add install command target= var to bash completionTuncer Ayaz2010-02-271-2/+2
|
* Updating template defs to use "template" in lieu of "file" directiveDave Smith2010-02-143-4/+4
|
* Merging w/ http://bitbucket.org/bryan/rebarDave Smith2010-02-142-5/+5
|\
| * provide separate 'file' and 'template' directives, instead of one 'file' ↵Bryan Fink2010-02-132-5/+5
| | | | | | | | directive with a boolean Render flag
* | Added 3 new templates:OJ Reeves2010-02-037-0/+124
|/ | | | | | - simplefsm - Basic shell of a gen_fsm module - simplesrv - Basic shell of a gen_server module - simplemod - Basic shell of a module along with an associated test module.