Alexey Romanov
6c3c3606e5
Add console_clean to usage message for simplenode
před 14 roky
Tuncer Ayaz
1b10807193
Remove gratuitous spaces
před 14 roky
Tim Watson
7810d7bf7c
Add common_test suite template
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.
před 14 roky
Joseph Wayne Norton
1979da9ee2
Clarify trailing slash for PIPE_DIR
The trailing slash for PIPE_DIR is necessary for
both start and attach operations.
před 14 roky
Tuncer Ayaz
c466076ffb
Clean up emacs file local variables
před 14 roky
Tuncer Ayaz
b894682ba9
Fix bug 294
před 14 roky
Tuncer Ayaz
f4070bfad7
Update shell completion: generate-upgrade
Add generate-upgrade and previous_release=.
před 14 roky
joewilliams
5298e93a18
Add 'generate-upgrade' command
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.
před 14 roky
Tuncer Ayaz
ac5948d910
Add file local variables to nodetool escript
před 14 roky
Tuncer Ayaz
6ce2beebd0
Synchronize nodetool escript with riak version
před 14 roky
Tuncer Ayaz
d8e50e8c2d
Implement update-deps and disable auto update
před 14 roky
Tuncer Ayaz
57e593a319
Fix possible export VAR=VALUE bashism
před 14 roky
Tuncer Ayaz
6304c19180
Revert to using awk instead of cut
před 14 roky
Tuncer Ayaz
90c5da8033
Extract column 2 on CYGWIN
před 14 roky
Tuncer Ayaz
a6063692b2
Use cut instead of awk to extract 1st column
před 14 roky
Tuncer Ayaz
5bb78f619e
Change vm process search to include non-smp beam
před 14 roky
Tuncer Ayaz
6a7e26e12a
Disable printing of column headers in ps calls
před 14 roky
Tuncer Ayaz
2ff81e5058
Fix portability of ps invocation
před 14 roky
Tuncer Ayaz
2e0eab45cb
Fix whitespace error and add file local variables
před 14 roky
Tuncer Ayaz
9f5d35991f
Fix bashism
před 14 roky
Tuncer Ayaz
bb6d07011f
Add debug_info=1 to shell completion
před 14 roky
Dave Smith
1da8b9ca93
Fix bz://705; make sure to invoke chmod as part of the template
před 14 roky
Tuncer Ayaz
2d2aed627f
Refactor Dialyzer support to make it more usable
před 14 roky
Tuncer Ayaz
3e6f8cac12
Update completion to reflect common_test changes
před 14 roky
Tuncer Ayaz
0f486c8cc1
Add list-templates to bash completion
před 14 roky
Tuncer Ayaz
a43381fe0b
Add template_dir= to bash completion
před 14 roky
Tuncer Ayaz
c7863d9419
Remove 'install' from bash completion
před 14 roky
Scott Fritchie
89a4fe5012
Bug 640: use net_kernel:hidden_connect_node() for nodetool
před 14 roky
Dave Smith
d1124f3040
Updating simplenode template so that it works with refactored overlay support; fixes bugs 347 and 348
--HG--
extra : rebase_source : b8eaa05914
před 15 roky
Tuncer Ayaz
52609eaca1
Add doc command and skip_deps option to bash completion
před 15 roky
Ryan Tilder
0df95cc7f2
The trailing slash is important enough to put it here directly since when it's
missing from the PIPE_DIR definition above, the application won't start and
doesn't log any thing to the expected locations.
před 15 roky
Dave Smith
518d30d7ad
Adding simpleapp.app.src
před 15 roky
Dave Smith
823dc3065f
Updating simpleapp template to use .app.src
před 15 roky
Tuncer Ayaz
914e5fbf68
New commands and opts (-V/--version/version/help)
před 15 roky
Tuncer Ayaz
1e8916ba87
Document xref command
Also add a sleep after printing so that the io server has
written all output before exiting. It's a work around.
před 15 roky
Tuncer Ayaz
3a1d2e433c
Add create to shell completion
před 15 roky
Tuncer Ayaz
0f494c2a14
Add check-deps to shell completion and commands info
před 15 roky
Dave Smith
b2cfdcb34a
Adding basic NIF template
před 15 roky
Tuncer Ayaz
3dfc7a8486
Add get-deps and delete-deps to commands info and shell completion
Add get-deps and delete-deps to commands info string and
bash completion script.
před 15 roky
Tuncer Ayaz
459b312ada
Add template variable to bash completion
Add create command's template variable to bash completion.
před 15 roky
Tuncer Ayaz
16c5de8aea
Add commands option to bash completion
Add -c/--commands option to the bash completion script.
před 15 roky
Tuncer Ayaz
56e30351f7
Add install command target= var to bash completion
před 15 roky
Dave Smith
51133313a6
Updating template defs to use "template" in lieu of "file" directive
před 15 roky
Bryan Fink
f6feac493d
provide separate 'file' and 'template' directives, instead of one 'file' directive with a boolean Render flag
před 15 roky
OJ Reeves
6c359a08cd
Added 3 new templates:
- 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.
před 15 roky
Dave Smith
7cf7481a68
Fixing issue #3 ; make sure to properly escape simplenode related files. Patch provided by cstar..thanks!
před 15 roky
Tuncer Ayaz
d32bd6d4a1
Added appid= to bash-completion
před 15 roky
Tuncer Ayaz
ba306ec183
Simplified bash-completion script
před 15 roky
Tuncer Ayaz
59bfc5044f
Fixed trailing space issue for options ending with an equal sign
před 15 roky
Tuncer Ayaz
51b3feabc4
Added check_plt to bash-completion
před 15 roky