Tuncer Ayaz
e21166ae6f
Sync rel/files in dummy project with templates
преди 13 години
Tuncer Ayaz
a4ffe1ce62
Use filename:join/1
преди 13 години
Tuncer Ayaz
734d30f96e
Modernize basicnif template code
преди 13 години
Tuncer Ayaz
4e0ab4065f
Fix grep portability (Reported-by: Andrew Thompson)
преди 14 години
Tuncer Ayaz
12b26fab32
Change shebang lines to /bin/sh
преди 14 години
Andrew Thompson
6749bb6ac0
Propagate exit status from nodetool to runner script
преди 14 години
Tuncer Ayaz
c63002bef8
Whitespace cleanups
преди 14 години
joewilliams
d215cae496
get_reltool_release_info now expects consulted data
преди 14 години
Joe Williams
16fe8c09e5
Merge pull request #97 from tdx/tdx-appup-new-app
Skip appup generation for new app in release
преди 14 години
Andrew Gopienko
695ff290b3
skip appup generation for new app in release
преди 14 години
Tuncer Ayaz
5e04e7db00
Add Alexis Sellier to THANKS file
преди 14 години
cloudhead
dd9adac8c4
Add support for {copy, src, dst} to templater
преди 14 години
Tuncer Ayaz
45f44c2166
Fix {git,Url} support (Reported-by: Garrett Smith)
преди 14 години
Tuncer Ayaz
7118ec6612
Use auto-imported element/2
преди 14 години
Tuncer Ayaz
1ec92ebac3
Do not warn if pre_/post_ cmd is not available
преди 14 години
Tuncer Ayaz
0f08e768a7
Remove duplicate entry (Reported-by: Siri Hansen)
преди 14 години
Tuncer Ayaz
cc2447f1b1
Correct sub_dirs loop log message
преди 14 години
Tuncer Ayaz
e0a86868ca
Log if sub_dirs loop is detected
преди 14 години
Tuncer Ayaz
8263f12594
Add support for $HOME/.rebar/config
преди 14 години
Dave Smith
2d353f82a3
Merge pull request #94 from tdx/tdx_mode_embedded
fix erlexec parameter
преди 14 години
Andrew Gopienko
a8de2e91ba
fix erlexec parameter
преди 14 години
Tuncer Ayaz
f27d47b1f7
Add Steven Gravell to THANKS file
преди 14 години
Tuncer Ayaz
b571e7b52f
Fix logging (reported-by Sergey Yelin)
преди 14 години
Joe Williams
18d4ddc8d0
Merge pull request #90 from smarkets/upgrade-fixes
look for new and old versions in the target parent
преди 14 години
Joe Williams
4c5ec87988
Merge pull request #91 from smarkets/appup-load-module-fix
default module appup instruction -> load_module
преди 14 години
Steven Gravell
d00845b490
default module appup instruction -> load_module
преди 14 години
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 години
Tuncer Ayaz
3e4138537f
Add Mathias Meyer to THANKS file
преди 14 години
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 години
Tuncer Ayaz
e4b223b7cd
Update THANKS file
преди 14 години
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 години
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
преди 14 години
Dave Smith
b6abc6a64d
Merge pull request #84 from jaredmorrow/jm-list-deps-doc
Add command listing for list-deps
преди 14 години
Jared Morrow
b67b7eaa6b
Add command listing for list-deps
преди 14 години
Tuncer Ayaz
fbd2778c04
Deprecate xrl_opts/yrl_opts fail_on_warning opt
преди 14 години
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
преди 14 години
Tuncer Ayaz
887f8d61dd
Add Evan Miller to THANKS file
преди 14 години
Dave Smith
719c9a50c7
Merge pull request #81 from evanmiller/em-protobuffs
Recursively search "src" for .proto files
преди 14 години
joewilliams
7ac00a73e8
Remove rebar_dialyzer
преди 14 години
Dave Smith
ab116276b7
Merge pull request #80 from hyperthunk/plugin-hooks
Allow plugins to run before/after a rebar command.
преди 14 години
Tuncer Ayaz
3440d8183b
Exact match name, cookie (reported-by Pablo Platt)
преди 14 години
Tuncer Ayaz
1e342faee8
Apply Tidier suggestions
преди 14 години
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
преди 14 години
Evan Miller
f389e79d39
Recursively search "src" for .proto files
преди 14 години
Tuncer Ayaz
5c0b46d92d
Minimize compile options
преди 14 години
Tuncer Ayaz
5b3082f443
Fix erlc regression (reported-by Benoit Chesneau)
преди 14 години
Tuncer Ayaz
f2b687a046
Add Steve Vinoski to THANKS file
преди 14 години
Tuncer Ayaz
3a8b4d5e8f
Cleanup deprecations now that R14B03 is released
преди 14 години
Tuncer Ayaz
70137292e1
Extract code to get wordsize into helper function
преди 14 години
Steve Vinoski
0bbb2985f0
Use external wordsize to get emulator build arch
Calling erlang:system_info(wordsize) yields the internal word size of
the Erlang emulator. But due to the halfword emulator, need to pass
{wordsize, external} instead to get the word size, or pointer size, as
seen by external code such as NIFs. The halfword emulator has 4 byte
internal words but 8 byte external words due to 64-bit compilation,
which means NIFs for the halfword emulator also have to be compiled
64-bit. But just passing wordsize is equivalent to passing {wordsize,
internal}, which does not indicate the pointer size for the halfword
emulator.
Older versions of Erlang do not support {wordsize, external}, though,
so continue to pass just wordsize for those versions.
преди 14 години