Mattias Holmlund
d35f343f79
Restore R13B03 compatibility for building rebar
The ability to overload macros was added in Erlang R13B04.
The second form was not used anyway.
pirms 13 gadiem
Tuncer Ayaz
112f74cac1
Adapt basicnif template to OTP changes
pirms 13 gadiem
Tuncer Ayaz
edf4bbc370
Fix error handling bug in {copy,In,Out} template
pirms 13 gadiem
Tuncer Ayaz
d9ef6fbd53
Optimize list ops and error reporting in sh/2
pirms 13 gadiem
Tuncer Ayaz
a9a7d7c02b
Apply Tidier suggestions
pirms 13 gadiem
Tuncer Ayaz
e21166ae6f
Sync rel/files in dummy project with templates
pirms 13 gadiem
Tuncer Ayaz
a4ffe1ce62
Use filename:join/1
pirms 13 gadiem
Tuncer Ayaz
734d30f96e
Modernize basicnif template code
pirms 13 gadiem
Tuncer Ayaz
4e0ab4065f
Fix grep portability (Reported-by: Andrew Thompson)
pirms 13 gadiem
Tuncer Ayaz
12b26fab32
Change shebang lines to /bin/sh
pirms 13 gadiem
Andrew Thompson
6749bb6ac0
Propagate exit status from nodetool to runner script
pirms 14 gadiem
Tuncer Ayaz
c63002bef8
Whitespace cleanups
pirms 13 gadiem
joewilliams
d215cae496
get_reltool_release_info now expects consulted data
pirms 14 gadiem
Joe Williams
16fe8c09e5
Merge pull request #97 from tdx/tdx-appup-new-app
Skip appup generation for new app in release
pirms 14 gadiem
Andrew Gopienko
695ff290b3
skip appup generation for new app in release
pirms 14 gadiem
Tuncer Ayaz
5e04e7db00
Add Alexis Sellier to THANKS file
pirms 14 gadiem
cloudhead
dd9adac8c4
Add support for {copy, src, dst} to templater
pirms 14 gadiem
Tuncer Ayaz
45f44c2166
Fix {git,Url} support (Reported-by: Garrett Smith)
pirms 14 gadiem
Tuncer Ayaz
7118ec6612
Use auto-imported element/2
pirms 14 gadiem
Tuncer Ayaz
1ec92ebac3
Do not warn if pre_/post_ cmd is not available
pirms 14 gadiem
Tuncer Ayaz
0f08e768a7
Remove duplicate entry (Reported-by: Siri Hansen)
pirms 14 gadiem
Tuncer Ayaz
cc2447f1b1
Correct sub_dirs loop log message
pirms 14 gadiem
Tuncer Ayaz
e0a86868ca
Log if sub_dirs loop is detected
pirms 14 gadiem
Tuncer Ayaz
8263f12594
Add support for $HOME/.rebar/config
pirms 14 gadiem
Dave Smith
2d353f82a3
Merge pull request #94 from tdx/tdx_mode_embedded
fix erlexec parameter
pirms 14 gadiem
Andrew Gopienko
a8de2e91ba
fix erlexec parameter
pirms 14 gadiem
Tuncer Ayaz
f27d47b1f7
Add Steven Gravell to THANKS file
pirms 14 gadiem
Tuncer Ayaz
b571e7b52f
Fix logging (reported-by Sergey Yelin)
pirms 14 gadiem
Joe Williams
18d4ddc8d0
Merge pull request #90 from smarkets/upgrade-fixes
look for new and old versions in the target parent
pirms 14 gadiem
Joe Williams
4c5ec87988
Merge pull request #91 from smarkets/appup-load-module-fix
default module appup instruction -> load_module
pirms 14 gadiem
Steven Gravell
d00845b490
default module appup instruction -> load_module
pirms 14 gadiem
Steven Gravell
0f5e393292
look for new and old versions in the target parent
The target_dir config in reltool allows you to put your release in
a directory other than in ./NAME, so we should look in the parent
directory of that to find the new and old versions instead of
simply looking in ./
Move untaring and retaring into a temporary path instead of in ./
to prevent name collisions with "releases" and "lib" that might
exist already. Having a subdirectory rel/releases/ can be useful.
pirms 14 gadiem
Tuncer Ayaz
3e4138537f
Add Mathias Meyer to THANKS file
pirms 14 gadiem
Mathias Meyer
2e64e91c0c
Add options for escript shebang, command, emu_args
Allows customizing the arguments handed over to the Erlang VM, e.g. to
set a name or a cookie, e.g. by setting escript_emu_args to:
%%! -name rebar -setcookie rebar
pirms 14 gadiem
Tuncer Ayaz
e4b223b7cd
Update THANKS file
pirms 14 gadiem
Jan Klötzke
a3a02ef944
Fix rebar.bat path handling
Use "%~f0" to get the full path of rebat.bat to correctly locate the
rebar script. Also put the script name in quotes when passing it to
escript.exe to correctly handle paths with spaces.
pirms 14 gadiem
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
pirms 14 gadiem
Dave Smith
b6abc6a64d
Merge pull request #84 from jaredmorrow/jm-list-deps-doc
Add command listing for list-deps
pirms 14 gadiem
Jared Morrow
b67b7eaa6b
Add command listing for list-deps
pirms 14 gadiem
Tuncer Ayaz
fbd2778c04
Deprecate xrl_opts/yrl_opts fail_on_warning opt
pirms 14 gadiem
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
pirms 14 gadiem
Tuncer Ayaz
887f8d61dd
Add Evan Miller to THANKS file
pirms 14 gadiem
Dave Smith
719c9a50c7
Merge pull request #81 from evanmiller/em-protobuffs
Recursively search "src" for .proto files
pirms 14 gadiem
joewilliams
7ac00a73e8
Remove rebar_dialyzer
pirms 14 gadiem
Dave Smith
ab116276b7
Merge pull request #80 from hyperthunk/plugin-hooks
Allow plugins to run before/after a rebar command.
pirms 14 gadiem
Tuncer Ayaz
3440d8183b
Exact match name, cookie (reported-by Pablo Platt)
pirms 14 gadiem
Tuncer Ayaz
1e342faee8
Apply Tidier suggestions
pirms 14 gadiem
Juhani Rankimies
8eb1fc8308
Make port compilation template configurable
- Port compiler no longer requires bash on windows.
- It's possible to use compilers whose command lines don't fit into
the default template
pirms 14 gadiem
Evan Miller
f389e79d39
Recursively search "src" for .proto files
pirms 14 gadiem
Tuncer Ayaz
5c0b46d92d
Minimize compile options
pirms 14 gadiem