Tuncer Ayaz
277a10cd3b
Fix is_verbose/1 helper function
2013-12-06 21:39:53 +01:00
Tuncer Ayaz
6de94e8a16
Change default log level to 'warn' and introduce -q/--quiet
2013-12-06 19:05:45 +01:00
Tuncer Ayaz
6fe3b82b5b
Make list of commands (for unabbreviation) easier to maintain
...
It's easier to modify the list with each command on a separate line.
The shell completion scripts have already been modified that way.
2013-12-04 20:11:49 +01:00
Tuncer Ayaz
bd3338a0a7
Document 'rebar help <CMD1> <CMD2>'
2013-06-29 15:10:23 +02:00
Tuncer Ayaz
4b8c81fb53
Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg
...
* allow plugins to print help message for implemented commands
* append core rebar.config options to common 'rebar help' message
2012-12-31 20:45:11 +01:00
Tuncer Ayaz
06dbb4cb80
Document escriptize command
2012-11-19 00:01:59 +01:00
Tuncer Ayaz
a9491e112f
Fix Dialyzer warning in rebar:run/2
2012-11-11 00:21:13 +01:00
Dave Smith
a2fb8fdc39
Expose Erlang API for invoking rebar
2012-11-06 08:40:41 -07:00
Tuncer Ayaz
f4e55b8463
Fix fprof use (-p/--profile)
2012-09-26 22:18:35 +02:00
Tuncer Ayaz
3c0d97bf2c
Cleanup and comment
2012-08-20 13:55:55 +02:00
Roberto Ostinelli
fa6618f2b4
Add experimental tests= filter without eunit suites
2012-08-20 12:58:31 +02:00
Roberto Ostinelli
69dc9ec933
Add experimental tests= filter for eunit suites
2012-08-11 23:08:21 +02:00
Tuncer Ayaz
803f6e8ecd
Replace test-compile with compile_only=true option
2012-08-09 14:04:53 +02:00
Tuncer Ayaz
74a82fa104
Fix -c typo (Noticed-by: Joe Norton)
2012-07-28 11:48:54 +02:00
Tuncer Ayaz
e75a97ad33
Add 'qc' cmd and rename eunit-compile to test-compile
2012-07-23 16:22:06 +02:00
Tuncer Ayaz
902dcdf3ff
Add 'eunit-compile' cmd (Suggested-by: Joe Norton)
2012-07-23 13:28:38 +02:00
Tuncer Ayaz
252757c753
Do not use application:set_env
2012-07-23 13:17:11 +02:00
Tuncer Ayaz
e185e86bff
Remove shared state
2012-07-13 15:21:56 +02:00
Kresten Krab Thorup
b890421cae
Allow crypto to already be loaded when starting rebar
2012-07-11 08:42:48 -06:00
Kresten Krab Thorup
5b765e028f
Initial version of "rebar shell" command
...
For now, this is just a proof of concept; would make sense to add a lot
of things, such as quick access to invoking rebar itself (with approproate
code reloading), as well as an eunit-aware version so that tests could be
run interactively.
2012-07-11 08:42:47 -06:00
Tuncer Ayaz
8bb62032a0
Update -c string
2012-06-21 21:28:34 +02:00
Tuncer Ayaz
8a046d898a
Fix whitespace errors
2012-06-08 21:56:18 +02:00
Dave Smith
a7d64deb43
Introduce -k flag
2012-06-08 07:06:15 -06:00
Dave Smith
ebdb25c5cc
Use delayed_halt everywhere
2012-06-08 07:06:15 -06:00
Dave Smith
0f24d93256
Move to major.minor.patch release version; add OTP build version
...
version info
2012-06-04 08:46:17 -06:00
Tuncer Ayaz
da122b3e57
Add rebar_utils:delayed_halt/1
2012-02-16 19:17:58 +01:00
Yurii Rashkovskii
fe1652e137
Cache vsn info to avoid expensive vcs cmd calls
2012-02-02 21:54:15 +01:00
Tuncer Ayaz
194f3caa3f
Fix -D and -v handling with new getopt.erl
2012-01-29 17:48:55 +01:00
Tuncer Ayaz
2a5320fbd6
Document verbosity level
2012-01-17 17:04:07 +01:00
Tuncer Ayaz
015e58201c
Support different log levels
2012-01-17 17:04:07 +01:00
Magnus Klaar
4db90bafef
Deprecate ct suite= option for suites= option
2012-01-06 20:40:46 +01:00
Tuncer Ayaz
58101588a1
Fix help text formatting
2011-12-16 21:04:18 +01:00
Tuncer Ayaz
e62ea1994c
Remove gratuitous prefix in error log
2011-11-08 16:04:27 +01:00
Tuncer Ayaz
9197e70bd7
Fix formatting
2011-10-26 23:23:46 +02:00
Dave Smith
1c1620a244
When profiling, save analysis results to disk
2011-10-25 23:58:53 -06:00
Dave Smith
45fc18f990
Add support for -p flag to profile rebar run
2011-10-25 13:33:40 -06:00
Tuncer Ayaz
a0dcc624d9
Add -D option
2011-10-22 21:03:22 +02:00
Steven Gravell
3c7a5804e9
Add overlay command to run overlays only
...
required for building on a different machine to what your live
config is kept on. This way you can build on one machine,
distribute to new machine, then run overlays against a live
config to prevent accidently running code against a live
config in a development or ci environment.
2011-10-20 16:33:19 +02:00
Tim Watson
5bb536f839
Respect the --config switch when given
...
Currently the --config switch does not work because when loading
a new rebar config the global setting is ignored for all paths.
This patch provides a check when loading new rebar config to see
whether or not the current config path matches the `base_dir` set in
global conf, which produces the expected behaviour.
2011-08-18 15:35:30 +02:00
Tuncer Ayaz
a4ffe1ce62
Use filename:join/1
2011-07-18 18:58:15 +02:00
Tuncer Ayaz
8263f12594
Add support for $HOME/.rebar/config
2011-07-06 20:14:15 +02:00
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
2011-06-10 17:20:49 +02:00
Jared Morrow
b67b7eaa6b
Add command listing for list-deps
2011-06-10 09:11:45 -06:00
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
2011-06-07 01:11:32 +02:00
joewilliams
7ac00a73e8
Remove rebar_dialyzer
2011-06-06 17:12:08 +02:00
Tuncer Ayaz
1e342faee8
Apply Tidier suggestions
2011-06-02 22:09:11 +02:00
Tuncer Ayaz
892dc48a86
Fix indentation errors
2011-05-23 12:24:55 +02:00
Tuncer Ayaz
153aabee9b
Use infinite receive (thanks Hakan Mattsson)
2011-04-04 16:39:05 +02:00
joewilliams
11bf6b4aab
Add 'generate-appups' command
...
To further support OTP releases I have added support for generating
application appup files. These include instructions that systools uses
to generate a relup file which contains the low level instructions
needed to perform a hot code upgrade. My goal with this module is to
produce "good enough" appup files or at least a skeleton to help one get
started with something more complex. If an appup file already exists for
an application this command will not attempt to create a new one.
Usage:
$ rebar generate-appups previous_release=/path/to/old/version
Generally this command will be run just before 'generate-upgrade'.
2011-02-15 18:33:18 +01:00
Tuncer Ayaz
63de05d914
Clean up code
2011-02-06 17:41:04 +01:00