Tristan Sloughter
5980a3c72a
update release run and variables in templates
пре 10 година
Tristan Sloughter
884d298291
update templating
пре 10 година
Tristan Sloughter
71d9500997
tmp
пре 10 година
Tristan Sloughter
6967c1d6b2
update works, but still needs to cause update of deps
пре 10 година
Tristan Sloughter
4ed688f0dd
fix bug compiling app with no .app.src
пре 10 година
Tristan Sloughter
6c50d0a566
fix fetch and build
пре 10 година
Tristan Sloughter
63ec4cdef6
modify rebar lock output
пре 10 година
Tristan Sloughter
723a34b794
don't include project apps in deps
пре 10 година
Tristan Sloughter
5373b56bfa
move locking to a provider
пре 10 година
Tristan Sloughter
d2cd52c3d2
remove example from install_deps provider, shouldn't be called manually
пре 10 година
Tristan Sloughter
8c5f312d90
only build invalid (not built) source deps and project apps
пре 10 година
Tristan Sloughter
b8785e6541
add first test
пре 10 година
Tristan Sloughter
3ff5e0c06f
replace deps list with ordset
пре 10 година
Tristan Sloughter
829d4f2ca5
refactor install_deps again and rename app_builder to compile
пре 10 година
Tristan Sloughter
21f4743861
remove more code that can be brought back later if needed
пре 10 година
Tristan Sloughter
ac0d726bb8
wip: reworking deps fetching/sorting
пре 10 година
Tristan Sloughter
901cea4671
quick and dirty fix for proper dep compilatoin order
пре 10 година
Tristan Sloughter
e940d6583a
restrict packages to those that work on users system
пре 10 година
Tristan Sloughter
393abe92d0
use locks if exists
пре 10 година
Tristan Sloughter
97db15d2a5
wip: write lock file
пре 10 година
Tristan Sloughter
f34509892c
build app file after modules
пре 10 година
Tristan Sloughter
2523b93ebc
update package index url and README list of tasks
пре 10 година
Tristan Sloughter
f17812d963
fix up tarball extraction path and parse goal constraints
пре 10 година
Tristan Sloughter
f72a38c3b3
use INFO instead of CONSOLE in templater
пре 10 година
Tristan Sloughter
6b97970530
add some templates
пре 10 година
Tristan Sloughter
c7313a5980
rename shell provider
пре 10 година
Tristan Sloughter
4b31a20a61
improved dep handling and add package list task
пре 10 година
Tristan Sloughter
9c6e20d328
use dict for deps
пре 10 година
Tristan Sloughter
c172a8aaf9
fix fetch name log
пре 10 година
Tristan Sloughter
ae55c39c96
fix state of rebar for building deps
пре 10 година
Tristan Sloughter
99136c38b5
simplify dep download and building
пре 10 година
Tristan Sloughter
793b15f9f1
rename deps provider
пре 10 година
Tristan Sloughter
f72b39f3c3
allow new project dir for template
пре 10 година
Tristan Sloughter
1afdd380d3
add back templating
пре 10 година
Tristan Sloughter
5bb99b81db
switched package index to dict
пре 10 година
Tristan Sloughter
b37fe2c4bb
refactoring and remove unused providers for now
пре 10 година
Tristan Sloughter
070689632b
only build unbuilt deps
пре 10 година
Tristan Sloughter
629792f36b
start of moving to splitting state from config parsing
пре 10 година
Tristan Sloughter
5735c538b9
add rebar update provider
пре 10 година
Tristan Sloughter
2880e2838b
move back to single command with arguments for comamnd after it
пре 10 година
Tristan Sloughter
a602cfc593
replace logging with ec_cmd_log from erlware_commons
пре 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 година
Tuncer Ayaz
3fb4a7c540
Fix OS X resource fork handling (Reported-by: Richard O'Keefe)
If you happen to fetch a zip archive of the git repo and try to build
from that, you may, for example, ask erlc to build src/._rebar.erl.
._* are OS X resource forks and not real .erl files. This may also
happen with network filesystems on OS X. To fix that, limit the
files compiled by rebar to include only those which start with
a letter or a digit.
пре 11 година
Tuncer Ayaz
e9fcd11ccc
Remove experimental label from 'eunit tests='
пре 10 година
Tuncer Ayaz
38934da869
Follow-up typo fixes for #327
пре 10 година
Tuncer Ayaz
9b060f2de9
rebar_utils:otp_release/0: handle vsn like x.y.z**
As mentioned in the OTP documentation, licensed customers may use
patched OTP installations where the otp_patch_apply tool adds a '**'
suffix as a flag saying the system consists of application versions from
multiple OTP versions. When we get such a version string, we drop the
suffix, as we cannot obtain relevant information from it as far as
tooling is concerned.
пре 10 година
Tuncer Ayaz
873d236ce9
Adapt arch string to versioning scheme changes (>= 17.x)
пре 10 година
Tuncer Ayaz
6f60256138
Fix minor whitespace and comment issues in rebar_utils
пре 10 година
alisdair sullivan
68089c6297
update group leaders when restarting user process
ensure any processes with a reference to an old user process as their
group leader are updated to use the new user process. this introduces a
slight delay at startup as the system must wait for the new processes
to be registered. there is a max wait period of three seconds (before
the shell command gives up and throws a timeout error)
fixes #314 ("rebar shell" somehow blocks using io:format in gen_server
handle_call)
пре 10 година
Tuncer Ayaz
c22370a2cb
Use correct types for OTP >=17.x
пре 10 година