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
ec6a5fb587
Add Anthony Ramine to THANKS file
před 14 roky
Anthony Ramine
9ecc3455bf
Fix typo in rebar_erlydtl_compiler
před 14 roky
Tuncer Ayaz
6304c19180
Revert to using awk instead of cut
před 14 roky
Alexey Romanov
2ceeb32721
Merge branch 'master' of git://github.com/basho/rebar
Conflicts:
priv/templates/simplenode.runner
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
618b292c3d
Add Magnus Klaar to THANKS file
před 14 roky
klaar
48ee15c7e7
Fix conversion of boolean atom to string
mustache:render("{{banan}}", dict:from_list([{banan, true}])).
** exception error: no function clause matching mustache:escape(true,[])
in function erl_eval:do_apply/5
in call from erl_eval:expr/5
in call from erl_eval:expr/5
in call from mustache:render/3
před 14 roky
Tuncer Ayaz
6a7e26e12a
Disable printing of column headers in ps calls
před 14 roky
Tuncer Ayaz
1aef693a72
Update THANKS file
před 14 roky
Benjamin Nortier
ab4e0a32ab
Add rebar code path to common test code path
před 14 roky
Alexey Romanov
6e9cec31ef
Ignore .eunit
před 14 roky
Tuncer Ayaz
07269ebdb9
Add VCS dir check for bzr and svn
před 14 roky
Dave Smith
3e12630f23
Check for VCS directory before attempting source update.
před 14 roky
Tuncer Ayaz
2ff81e5058
Fix portability of ps invocation
před 14 roky
Alexey Romanov
d9f0cdeddd
ignore .eunit
před 14 roky
Alexey Romanov
4699a7c9c5
Fix quotes
před 14 roky
Alexey Romanov
62bfad57a5
Allow for non-SMP emulator
před 14 roky
Tuncer Ayaz
0bb429c197
Fix code clarity
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
298687dd08
Add Mihai Balea to THANKS file
před 14 roky
Mihai Balea
837192e34e
Fix compilation of *_first_files
- Check the existence of first_files and fail if they are not present
- Get first_files lists from local instead of inherited config
definitions, since they only make sense in the local context
před 14 roky
Tuncer Ayaz
b4b97c3660
Add Joseph Wayne Norton to THANKS file
před 14 roky
Tuncer Ayaz
aecfd6489e
Add Adam Kocoloski to THANKS file
před 14 roky
Adam Kocoloski
8118083122
Return descriptive errors from is_app_available()
před 14 roky
Tuncer Ayaz
bb6d07011f
Add debug_info=1 to shell completion
před 14 roky
Joseph Wayne Norton
d24021f4e3
Add new global flag 'debug_info' to erlc_compiler
Using rebar's commandline, enable/disable 'debug_info' for
compilation. This feature if added to all rebar compilers could help
simplify and standardize this common use case for all rebar build
targets.
před 14 roky
Joseph Wayne Norton
e36783112d
Support dialyzer plt paths having "~/" as a prefix
e.g. {dialyzer_opts, [{plt, "~/.dialyzer_plt.R14B"}]}.
před 14 roky
Juhani Rankimies
fe664e8c50
Fix bug 805
Use rebar_utils:find_executable/1 that wraps the
path in quotes to make it work even if it contains
whitespace.
před 14 roky
Tuncer Ayaz
57eca0272e
Add Misha Gorodnitzky to THANKS file
před 14 roky
Andrew Thompson
2387a8e966
Document the pre and post script hooks
před 14 roky
Misha Gorodnitzky
064195dc5a
Fix git tag and branch dependency handling
Change git downloads and updates to not create branches and fix git
tag handling.
před 14 roky
Tuncer Ayaz
b2e7e5b787
Fix dialyzer_opts documentation
před 14 roky
Tuncer Ayaz
90058c7f52
Add Daniel Neri to THANKS file
před 14 roky
Andrew Thompson
9cafd06bdf
Document edoc_opts
před 14 roky
Daniel Néri
72cdcd9573
Remove mention of "clean" command from rebar_edoc
před 14 roky
Daniel Néri
6785c16f02
Fix EDoc syntax errors
před 14 roky
Anders
513ae33c5c
Add possibility to specify rebar config for the "main" application
před 14 roky
Anders
c604d85ed5
Create ebin directory if it is missing for deps
před 14 roky
Andrew Thompson
5158f9531d
Stop clean from erroring if there's no .app file
If rebar tries to clean the .app file (because there's a .app.src file)
and it doesn't exist (possibly because of a bad compile), don't fail.
před 14 roky
Andrew Thompson
ff5a7982eb
Improve error logging when running a command fails
Make the error message newline terminated and, if possible, log the name
of the module in which the failure occured.
před 14 roky
Juhani Rankimies
80c065191f
Port rebar_eunit_tests to Windows
před 14 roky
Juhani Rankimies
fd5ebe69a4
Port rebar_file_utils to Windows
Modify rm_rf and cp_r to work when {win32,_} = os:type().
Simplify rm_rf to only accept one filename, directoryname or wildcard.
Add unit tests to ensure a similar behaviour on windows and unix.
Thanks to tuncer for guidance and feedback.
před 14 roky
Juhani Rankimies
75fc2378bf
Remove unused functions from rebar_file_utils
mkdir_p/1 and ln_sf/2.
před 14 roky
Juhani Rankimies
ff5581c44a
Improve rebar.bat
Add support for invoking rebar from other than current directory.
For example: ..\rebar create-node nodeid=mysample
requires rebar.bar and rebar (escript) to be in the same directory.
před 14 roky
Dave Smith
1da8b9ca93
Fix bz://705; make sure to invoke chmod as part of the template
před 14 roky