Tuncer Ayaz
fe75f8efce
Add Tino Breddin to THANKS file
13 years ago
Tino Breddin
578ba06ad9
Add awareness of 'app' parameter to ct module
14 years ago
Tuncer Ayaz
1ef230262b
Extend port compiler default env for Darwin 11 32-bit
13 years ago
Tuncer Ayaz
ade0ce21a6
Add Mattias Holmlund to THANKS file
13 years ago
Tuncer Ayaz
1846a5086c
Remove unused function rebar_utils:deprecated/4
13 years ago
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.
13 years ago
Tuncer Ayaz
112f74cac1
Adapt basicnif template to OTP changes
13 years ago
Tuncer Ayaz
edf4bbc370
Fix error handling bug in {copy,In,Out} template
13 years ago
Tuncer Ayaz
d9ef6fbd53
Optimize list ops and error reporting in sh/2
13 years ago
Tuncer Ayaz
a9a7d7c02b
Apply Tidier suggestions
13 years ago
Tuncer Ayaz
e21166ae6f
Sync rel/files in dummy project with templates
13 years ago
Tuncer Ayaz
a4ffe1ce62
Use filename:join/1
13 years ago
Tuncer Ayaz
734d30f96e
Modernize basicnif template code
13 years ago
Tuncer Ayaz
4e0ab4065f
Fix grep portability (Reported-by: Andrew Thompson)
13 years ago
Tuncer Ayaz
12b26fab32
Change shebang lines to /bin/sh
13 years ago
Andrew Thompson
6749bb6ac0
Propagate exit status from nodetool to runner script
14 years ago
Tuncer Ayaz
c63002bef8
Whitespace cleanups
13 years ago
joewilliams
d215cae496
get_reltool_release_info now expects consulted data
13 years ago
Joe Williams
16fe8c09e5
Merge pull request #97 from tdx/tdx-appup-new-app
Skip appup generation for new app in release
14 years ago
Andrew Gopienko
695ff290b3
skip appup generation for new app in release
14 years ago
Tuncer Ayaz
5e04e7db00
Add Alexis Sellier to THANKS file
14 years ago
cloudhead
dd9adac8c4
Add support for {copy, src, dst} to templater
14 years ago
Tuncer Ayaz
45f44c2166
Fix {git,Url} support (Reported-by: Garrett Smith)
14 years ago
Tuncer Ayaz
7118ec6612
Use auto-imported element/2
14 years ago
Tuncer Ayaz
1ec92ebac3
Do not warn if pre_/post_ cmd is not available
14 years ago
Tuncer Ayaz
0f08e768a7
Remove duplicate entry (Reported-by: Siri Hansen)
14 years ago
Tuncer Ayaz
cc2447f1b1
Correct sub_dirs loop log message
14 years ago
Tuncer Ayaz
e0a86868ca
Log if sub_dirs loop is detected
14 years ago
Tuncer Ayaz
8263f12594
Add support for $HOME/.rebar/config
14 years ago
Dave Smith
2d353f82a3
Merge pull request #94 from tdx/tdx_mode_embedded
fix erlexec parameter
14 years ago
Andrew Gopienko
a8de2e91ba
fix erlexec parameter
14 years ago
Tuncer Ayaz
f27d47b1f7
Add Steven Gravell to THANKS file
14 years ago
Tuncer Ayaz
b571e7b52f
Fix logging (reported-by Sergey Yelin)
14 years ago
Joe Williams
18d4ddc8d0
Merge pull request #90 from smarkets/upgrade-fixes
look for new and old versions in the target parent
14 years ago
Joe Williams
4c5ec87988
Merge pull request #91 from smarkets/appup-load-module-fix
default module appup instruction -> load_module
14 years ago
Steven Gravell
d00845b490
default module appup instruction -> load_module
14 years ago
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.
14 years ago
Tuncer Ayaz
3e4138537f
Add Mathias Meyer to THANKS file
14 years ago
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
14 years ago
Tuncer Ayaz
e4b223b7cd
Update THANKS file
14 years ago
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.
14 years ago
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
14 years ago
Dave Smith
b6abc6a64d
Merge pull request #84 from jaredmorrow/jm-list-deps-doc
Add command listing for list-deps
14 years ago
Jared Morrow
b67b7eaa6b
Add command listing for list-deps
14 years ago
Tuncer Ayaz
fbd2778c04
Deprecate xrl_opts/yrl_opts fail_on_warning opt
14 years ago
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
14 years ago
Tuncer Ayaz
887f8d61dd
Add Evan Miller to THANKS file
14 years ago
Dave Smith
719c9a50c7
Merge pull request #81 from evanmiller/em-protobuffs
Recursively search "src" for .proto files
14 years ago
joewilliams
7ac00a73e8
Remove rebar_dialyzer
14 years ago
Dave Smith
ab116276b7
Merge pull request #80 from hyperthunk/plugin-hooks
Allow plugins to run before/after a rebar command.
14 years ago