Tristan Sloughter
a6f33258e2
fix failure on missing OTP_VERSION file #403
пре 10 година
Tristan Sloughter
b4724009b5
don't use rebar_dir function in bootstrap
пре 10 година
derwinlu
3e005ab107
fix bootstrap on windows, fallback to copy if symlinking fails
пре 10 година
Tristan Sloughter
2e5496f5f5
remove use of erlydtl in rebar
пре 10 година
Tristan Sloughter
26161bc1ac
support for 18.0+
пре 10 година
Tristan Sloughter
bd2f8bbc5e
print and halt on compile error
пре 10 година
Tristan Sloughter
e5988f69e0
R15 support, replace unsetenv with putenv empty string
пре 10 година
Tristan Sloughter
16e9b3ffa2
fix tracking of all profiles dep paths
пре 10 година
Tristan Sloughter
4374999d95
real bootstrapping
пре 10 година
Tristan Sloughter
4f3c5fc68f
remove unneeded portions of bootstrap script
пре 10 година
Tristan Sloughter
ed017289ed
switch ct provider to use external provider behavior
пре 10 година
Tristan Sloughter
6213671042
update bootstrap final messae
пре 10 година
Tristan Sloughter
07dd54d7fd
fix travis test
пре 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
15373a580f
Fix typo s/of/on/
пре 10 година
Tuncer Ayaz
5f995bfdc0
Fix a few minor formatting inconsistencies
* fix overlong lines
* where appropriate use %% instead of %
пре 10 година
Luis Rascão
41095e73e2
fix indentation issues
пре 11 година
Luis Rascao
411d703666
bootstrap now accepts --help usage flag
пре 11 година
Matwey V. Kornilov
4de9ea5574
Add namespaced_types to bootstrap script.
пре 11 година
Tuncer Ayaz
af305f2425
bootstrap: avoid trying to run 'debug' command
If you invoke 'make debug', then bootstrap executes rebar:main/1 with
the extra argument "debug" and rebar treats that as a command. There is
no such command.
Without this patch you will see the following on bootstrap:
Command 'debug' not understood or not applicable
пре 11 година
Tuncer Ayaz
e34b702423
bootstrap: fix and enhance VCS_INFO handling
* re-compile rebar.erl instead of rebar_core to define VCS_INFO
* append "-dirty" if vcs indicates unclean repo status
пре 12 година
Tuncer Ayaz
1e980859e2
Extend escriptize and reuse in bootstrap
пре 13 година
Tuncer Ayaz
c2a72a12ae
Fix escript creation as suggested by Siri Hansen
пре 13 година
Tuncer Ayaz
7e812e6a75
Print full git revision in version string
пре 13 година
Dave Smith
0f24d93256
Move to major.minor.patch release version; add OTP build version
version info
пре 13 година
Mike Lazar
cbfabd6073
Remove generation of ps1 script (no longer needed)
пре 13 година
Mike Lazar
fa3dab30ae
Fix typos in generated cmd script in bootstrap
Fixes basho/rebar#188
пре 13 година
Tuncer Ayaz
bd349bd2c4
bootstrap: do not ignore write_file return value
пре 13 година
Matt Campbell
8c01734e98
bootstrap: generate windows scripts
пре 13 година
Tuncer Ayaz
461335acf9
Reformat bootstrap
пре 13 година
Scott Lystig Fritchie
92129d6dd2
Document use of -noshell -noinput in emu_opts
пре 13 година
Tuncer Ayaz
2911d48fb1
Remove trailing whitespace
пре 13 година
Tuncer Ayaz
c466076ffb
Clean up emacs file local variables
пре 14 година
Tuncer Ayaz
27019e2867
Fix code clarity in bootstrap
пре 14 година
Dave Smith
465af36266
Add debug flag to make it easier to get a debug version of rebar
пре 14 година
Juhani Rankimies
8a5eea5ef1
add bat scripts for bootstrap and rebat (windows doesn't understand shebang), make bootstrap work on windows
пре 14 година
Scott Fritchie
3929c7564b
Add '%%! -noshell -noinput' to rebar escript
пре 14 година
Dave Smith
27f638b45e
Add support for embedding git version; make sure to always rebuild rebar_core so that the VCS_INFO constant gets updated
пре 14 година
Dave Smith
02bc52fc6a
Add support for embedding VCS info into the version data
пре 15 година
Dave Smith
f1ca1be676
Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted
пре 15 година
Dave Smith
564b99334d
Add helper makefile; update bootstrap to always build w/ debug_info
пре 15 година
Tuncer Ayaz
92e667b062
Add missing mode setting in Emacs file variables
пре 15 година
Tuncer Ayaz
fa4b2ee701
Add emacs and vim file local variables
пре 15 година
Dave Smith
b787f195b8
Add vim line; courtesy of rtilder
пре 15 година
Dave Smith
1ea7065b83
Rework how the escript is built so that we can inclue templates
пре 15 година
Dave Smith
ffa0cda467
Updating bootstrap to embed the build time into a macro that we can pull via "version" command
пре 15 година
Dave Smith
01684ff0fa
Add a nice message
пре 15 година
Dave Smith
b491898690
Refactor rebar to build a self-contained script
пре 15 година