Tristan Sloughter
0f6c6305d6
fix lib to not start mod
10 vuotta sitten
Tristan Sloughter
5980a3c72a
update release run and variables in templates
10 vuotta sitten
Tristan Sloughter
884d298291
update templating
10 vuotta sitten
Tristan Sloughter
71d9500997
tmp
10 vuotta sitten
Tristan Sloughter
6967c1d6b2
update works, but still needs to cause update of deps
10 vuotta sitten
Tristan Sloughter
4ed688f0dd
fix bug compiling app with no .app.src
10 vuotta sitten
Tristan Sloughter
6c50d0a566
fix fetch and build
10 vuotta sitten
Tristan Sloughter
63ec4cdef6
modify rebar lock output
10 vuotta sitten
Tristan Sloughter
723a34b794
don't include project apps in deps
10 vuotta sitten
Tristan Sloughter
5373b56bfa
move locking to a provider
10 vuotta sitten
Tristan Sloughter
d2cd52c3d2
remove example from install_deps provider, shouldn't be called manually
10 vuotta sitten
Tristan Sloughter
febecf0204
change name of suite
10 vuotta sitten
Tristan Sloughter
8c5f312d90
only build invalid (not built) source deps and project apps
10 vuotta sitten
Tristan Sloughter
b8785e6541
add first test
10 vuotta sitten
Tristan Sloughter
3ff5e0c06f
replace deps list with ordset
10 vuotta sitten
Tristan Sloughter
829d4f2ca5
refactor install_deps again and rename app_builder to compile
10 vuotta sitten
Tristan Sloughter
21f4743861
remove more code that can be brought back later if needed
10 vuotta sitten
Tristan Sloughter
ac0d726bb8
wip: reworking deps fetching/sorting
10 vuotta sitten
Tristan Sloughter
901cea4671
quick and dirty fix for proper dep compilatoin order
10 vuotta sitten
Tristan Sloughter
e940d6583a
restrict packages to those that work on users system
10 vuotta sitten
Tristan Sloughter
393abe92d0
use locks if exists
10 vuotta sitten
Tristan Sloughter
97db15d2a5
wip: write lock file
10 vuotta sitten
Tristan Sloughter
f34509892c
build app file after modules
10 vuotta sitten
Tristan Sloughter
2523b93ebc
update package index url and README list of tasks
10 vuotta sitten
Tristan Sloughter
f17812d963
fix up tarball extraction path and parse goal constraints
10 vuotta sitten
Tristan Sloughter
f72a38c3b3
use INFO instead of CONSOLE in templater
10 vuotta sitten
Tristan Sloughter
6b97970530
add some templates
10 vuotta sitten
Tristan Sloughter
c7313a5980
rename shell provider
10 vuotta sitten
Tristan Sloughter
4b31a20a61
improved dep handling and add package list task
10 vuotta sitten
Tristan Sloughter
9c6e20d328
use dict for deps
10 vuotta sitten
Tristan Sloughter
c172a8aaf9
fix fetch name log
10 vuotta sitten
Tristan Sloughter
ae55c39c96
fix state of rebar for building deps
10 vuotta sitten
Tristan Sloughter
99136c38b5
simplify dep download and building
10 vuotta sitten
Tristan Sloughter
793b15f9f1
rename deps provider
10 vuotta sitten
Tristan Sloughter
f72b39f3c3
allow new project dir for template
10 vuotta sitten
Tristan Sloughter
1afdd380d3
add back templating
10 vuotta sitten
Tristan Sloughter
5bb99b81db
switched package index to dict
10 vuotta sitten
Tristan Sloughter
b37fe2c4bb
refactoring and remove unused providers for now
10 vuotta sitten
Tristan Sloughter
070689632b
only build unbuilt deps
10 vuotta sitten
Tristan Sloughter
629792f36b
start of moving to splitting state from config parsing
10 vuotta sitten
Tristan Sloughter
54e1231e4f
update readme
10 vuotta sitten
Tristan Sloughter
5735c538b9
add rebar update provider
10 vuotta sitten
Tristan Sloughter
2880e2838b
move back to single command with arguments for comamnd after it
10 vuotta sitten
Tristan Sloughter
a602cfc593
replace logging with ec_cmd_log from erlware_commons
10 vuotta sitten
Tristan Sloughter
eb8fa02df7
large refactoring
Removed separate compilers
Resolves apps to build
Finds avail deps before pulling/building
Includes relx
Simplifies build commands
10 vuotta sitten
Tristan Sloughter
19c215ee9f
Merge pull request #299 from tuncer/rok-resource-forks
Fix OS X resource fork handling (Reported-by: Richard O'Keefe)
10 vuotta sitten
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 vuotta sitten
Tristan Sloughter
e8a6cfe04a
Merge pull request #332 from tuncer/update-dialyzer_reference
Update dialyzer_reference
10 vuotta sitten
Tuncer Ayaz
63a348743d
Update dialyzer_reference
10 vuotta sitten
Tristan Sloughter
148416d0cc
Merge pull request #330 from tuncer/experimental-tests
Remove experimental label from 'eunit tests='
10 vuotta sitten