alisdair sullivan
3fd29af16c
add `get-deps` provider
a no-op provider that depends on lock that is slightly more discoverable and user friendly
8年前
Tristan Sloughter
da7e15c9a5
only reverse some relx args, fixes profile usage for relx
9年前
Tristan Sloughter
b85d827c80
add relup provider and update relx
9年前
Tristan Sloughter
33e0612a75
run pre and post hooks for release and tar providers
10年前
Fred Hebert
3ed0c5feff
fix bareness issues
- Crashes in providers lib when no providers in a namespace are bare
- Making sure bareness matches semantics; i.e. a bare provider is
visible, a non-bare provider is hidden.
10年前
Tristan Sloughter
ae7d1ca1ea
include _checkouts in release lib dirs if it exists
10年前
Fred Hebert
043a2f5453
Provide descriptions for all tasks
10年前
Fred Hebert
3e7a58ccd6
Reverse relx args order for config
With the new priority order, and knowing Relx processes things in
reverse already (possibly building a dict internally), we should flip
our options around to keep them correct.
10年前
Tristan Sloughter
ea82d0561d
update all examples in providers to use rebar3
10年前
Tristan Sloughter
633dafafc3
release and tar tests
10年前
Tristan Sloughter
f1ed8ed36c
do not include dir . in relx lib paths it will break lib discovery
10年前
Tristan Sloughter
56b36a37fc
include project app dirs in release lib_dirs to search
10年前
Fred Hebert
c25fbab1c6
Remove profile declarations
No longer needed.
10年前
Tristan Sloughter
3219a666f4
rewrite profiles
10年前
Tristan Sloughter
cf8d63d860
in relx call only include deps dirs if they exist
10年前
Tristan Sloughter
8e5c916cb6
move dir functions from utils to new module rebar_dir
10年前
Tristan Sloughter
14cb6803e0
wip: profiles
10年前
Tristan Sloughter
1d5703025c
fix default release output dir to _rel
10年前
Tristan Sloughter
79b1f23240
move back to using format_error/1
10年前
Tristan Sloughter
26192b2187
pass deps dir of project to relx
10年前
Tristan Sloughter
1ff904f39a
handle throw by relx
10年前
Tristan Sloughter
1dce2d36cc
add format_error/2 provider callback to providers
10年前
Tristan Sloughter
5483aba288
update release provider to support relx opts
10年前
Tristan Sloughter
b37a5ae611
move providers to separate app
10年前
Tristan Sloughter
f84c358ad8
add clean provider
10年前
Tristan Sloughter
e9a3396e56
return error messages from providers
10年前
Tristan Sloughter
6356112cbb
more dialyzer fun. no likey opaque types
10年前
Tristan Sloughter
e1b1152b21
slowly widdling away at dialyzer errors
10年前
Tristan Sloughter
2357bdf67f
reworking of help display and parse of commands
10年前
Tristan Sloughter
5980a3c72a
update release run and variables in templates
10年前
Tristan Sloughter
629792f36b
start of moving to splitting state from config parsing
10年前
Tristan Sloughter
5735c538b9
add rebar update provider
10年前
Tristan Sloughter
eb8fa02df7
large refactoring
Removed separate compilers
Resolves apps to build
Finds avail deps before pulling/building
Includes relx
Simplifies build commands
10年前