summaryrefslogtreecommitdiff
path: root/priv/templates
Commit message (Collapse)AuthorAgeFilesLines
* makefile tabs replace spaces and force cleanTristan Sloughter2015-03-051-17/+17
|
* makefile template fixTristan Sloughter2015-02-211-1/+1
|
* cmake templateTristan Sloughter2015-02-212-0/+76
|
* fix defaults for relx templateTristan Sloughter2014-12-061-2/+2
|
* fix relx included rebar config typoTristan Sloughter2014-12-061-1/+1
|
* remove relx.config from release templateTristan Sloughter2014-12-061-1/+0
|
* move relx config into rebar config and add prod profileTristan Sloughter2014-11-303-13/+21
|
* remove include of rebar header from plugin templateTristan Sloughter2014-11-241-3/+1
|
* add .rebar3 to gitignoreTristan Sloughter2014-11-231-0/+1
|
* update provider template for changes to format_error/1Tristan Sloughter2014-11-231-8/+8
|
* fix plugin module template, add merl to escript, upgrade erlydtlTristan Sloughter2014-11-231-2/+1
|
* Minor template fixesFred Hebert2014-11-141-0/+1
| | | | | | - The OTP app template now adds the supevisor - The default apps_dir value does not contain the trailing '/' that the template index already added.
* Built-in templates create the project directoryFred Hebert2014-11-144-28/+28
|
* The .tmp0319203 output is goneFred Hebert2014-11-121-1/+0
|
* Update plugin templates and doc to use templateFred Hebert2014-11-111-3/+3
|
* First unkeyed var is now 'name', appid -> nameFred Hebert2014-11-1115-35/+35
| | | | | | | The first variable can be unkeyed and the provider will sub in the variable name 'name'. Additionally, the built-in templates and documentation have been updated so that 'appid' is now 'name' and the alternative commands are shown.
* Redo templates with docs and whatnotFred Hebert2014-11-1015-62/+98
| | | | | This totally breaks compatibility with rebar2, and maybe it shouldn't have.
* fix readme template to use rebar3 commandTristan Sloughter2014-11-051-1/+1
|
* add modules element to .app file templatesTristan Sloughter2014-11-032-0/+2
|
* preliminary _checkouts/ supportTristan Sloughter2014-10-131-1/+0
|
* add otp_app templateTristan Sloughter2014-10-031-0/+7
|
* move providers to separate appTristan Sloughter2014-10-031-0/+0
|
* move deps and plugins to _ prefixedTristan Sloughter2014-09-201-0/+1
|
* install plugins to plugins/Tristan Sloughter2014-09-201-8/+8
|
* add plugin templateTristan Sloughter2014-09-203-0/+50
|
* wip: move to erlydtl for rebar templatesTristan Sloughter2014-09-1713-0/+0
|
* fix lib to not start modTristan Sloughter2014-09-163-3/+14
|
* update release run and variables in templatesTristan Sloughter2014-09-162-0/+2
|
* update templatingTristan Sloughter2014-09-1661-1937/+87
|
* add some templatesTristan Sloughter2014-08-2426-17/+580
|
* Add gen_event templateAntonio Murdaca2014-06-152-0/+62
|
* Error 'Command not found' when sname is usedHabibutsu2014-05-271-1/+1
| | | | When a node is configured with -sname the REMSH_NAME_PART argument should be defined with using command 'hostname' but error occurs due extra space
* Add TODO comment to install_upgrade script templateShunichi Shinohara2014-03-091-0/+8
|
* Change nodetool path to under releases/<RELEASE_VERSION>/Shunichi Shinohara2014-03-092-7/+8
|
* Add slim release support for runner scriptShunichi Shinohara2014-03-091-8/+37
|
* Merge pull request #115 from mdaguete/simplenode.runner-remsh-fixesAndrew Thompson2014-03-051-3/+29
|\ | | | | Incorrect REMSH args when sname is used.
| * Make REMSH node run in hidden modeManuel Durán Aguete2013-07-191-1/+1
| | | | | | | | | | To avoid problems with REMSH node being visible from another nodes starts it in hidden mode (erl -hidden).
| * Incorrect REMSH args when sname is usedManuel Durán Aguete2013-07-191-2/+28
| | | | | | | | | | | | | | | | | | | | When a node is configured with -sname in app.config or sys.config the REMSH_NAME_ARG and REMSH_REMSH_ARG arguments are incorrect due the assumption that the node name always contains '@'. To fix the bug, the script tries to find '@' and then compose the arguments acording to node name type. If in long name mode the script can't compose a correct node name exits with warning.
* | Add command to rebar:command_names/0Pierre Fenoll2013-12-191-2/+0
| |
* | Add a library templatePierre Fenoll2013-12-193-0/+37
| |
* | Init RUNNER_SCRIPT var in simplenode.runnerManuel Durán Aguete2013-11-181-0/+1
|/ | | | | RUNNER_SCRIPT variable is not initialized in simplenode.runner and it's referenced when calling sudo.
* Merge pull request #54 from mattonrails/simpleapp_sup_template_typoDave Smith2013-06-141-1/+0
|\ | | | | Remove leading empty line from a template
| * Remove leading empty line from a templateMatthew Conway2013-01-141-1/+0
| |
* | Merge pull request #96 from olgeni/pwd-symlink-fixDave Smith2013-06-122-2/+2
|\ \ | | | | | | Use "pwd -P" to get the current physical path.
| * | Use "pwd -P" to get the current physical path.olgeni2013-06-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Add support for ping command on windows in the simple node runnersyl20bnr2013-05-202-2/+12
|/ /
* | Do not compile nodetool escriptTuncer Ayaz2013-04-121-2/+0
| | | | | | | | This removes the dependency on lib/compiler in an OTP release.
* | simplenode.reltool.config: use default sys-level mod_cond settingTuncer Ayaz2013-04-061-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.
* | Remove unnecessary barDave Smith2013-03-021-1/+1
| |
* | Change simplenode template files to work on more platformsJared Morrow2013-01-174-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