Fred Hebert
f0d1a8404c
Bump version to 3.3.2
il y a 8 ans
Fred Hebert
ff752834ee
Bump to 3.3.1
il y a 8 ans
Fred Hebert
ff4fd9f6f0
Bumping to 3.3.0
il y a 8 ans
Fred Hebert
2ffbb80cea
Bump to 3.2.0
il y a 8 ans
Fred Hebert
87f9950839
Expand os ENV proxy support to bootstrap script
il y a 9 ans
Fred Hebert
80f6be689d
Cutting 3.1.1
il y a 9 ans
Tristan Sloughter
af159ce998
fix otp-19 bootstrap compiling
il y a 9 ans
Eric Meadows-Jönsson
c161ad0094
Change to new hex.pm repo URL
il y a 9 ans
Fred Hebert
7ec2ba05fb
Tag to 3.1.0
il y a 9 ans
Gleb Peregud
cde592150b
Skip update and compilation if possible.
This detects existence of Hex registry at
$HOME/.cache/rebar3/hex/default/registry and skips "rebar3 update" step.
It also detect presence of bootstrap dependencies in _build/default/lib/
and skips fetching them.
il y a 9 ans
Tristan Sloughter
d67ea4a511
just delete erlware_commons rebar.config.script, it isn't needed for rebar3
il y a 9 ans
Heinz N. Gies
8d22f7d368
Update bootstrap script to include cf
il y a 9 ans
Benoit Chesneau
32c9a39cd6
certifi must be compiled during initial bootstrap
fix #790
il y a 9 ans
Tristan Sloughter
a67ce27ac1
add comment for global apply_profiles and log message for bad bootstrap lock file
il y a 9 ans
Tristan Sloughter
8dc0fafb36
fix for empty rebar.lock during bootstrap
il y a 9 ans
CarlosEDP
4a25a4d9d5
Renamed functions.
il y a 9 ans
CarlosEDP
38cc32c40a
Added rebar profile to httpc initialization and calls.
il y a 9 ans
CarlosEDP
46ca2bb6b0
Fix for cases with no proxy configured.
il y a 9 ans
CarlosEDP
60265aba34
Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_proxy, http://host:port } or {http_proxy, http://host:port }
il y a 9 ans
CarlosEDP
8de84f1af0
Added support for proxy on rebar3 based on environment variables.
il y a 9 ans
CarlosEDP
9906fdc25e
Added support to http and https proxies on bootstrap. Variables are read from environment vars http_proxy and https_proxy.
il y a 9 ans
Tristan Sloughter
b85d827c80
add relup provider and update relx
il y a 9 ans
Tristan Sloughter
6d3a107056
use application:start(crypto) instead of crypto:start()
il y a 9 ans
Tristan Sloughter
9df51005e6
use packages for deps and add dialyze profile
il y a 10 ans
Tristan Sloughter
5866742dd8
use bbmustache package
il y a 10 ans
Tristan Sloughter
a6f33258e2
fix failure on missing OTP_VERSION file #403
il y a 10 ans
Tristan Sloughter
b4724009b5
don't use rebar_dir function in bootstrap
il y a 10 ans
derwinlu
3e005ab107
fix bootstrap on windows, fallback to copy if symlinking fails
il y a 10 ans
Tristan Sloughter
2e5496f5f5
remove use of erlydtl in rebar
il y a 10 ans
Tristan Sloughter
26161bc1ac
support for 18.0+
il y a 10 ans
Tristan Sloughter
bd2f8bbc5e
print and halt on compile error
il y a 10 ans
Tristan Sloughter
e5988f69e0
R15 support, replace unsetenv with putenv empty string
il y a 10 ans
Tristan Sloughter
16e9b3ffa2
fix tracking of all profiles dep paths
il y a 10 ans
Tristan Sloughter
4374999d95
real bootstrapping
il y a 10 ans
Tristan Sloughter
4f3c5fc68f
remove unneeded portions of bootstrap script
il y a 10 ans
Tristan Sloughter
ed017289ed
switch ct provider to use external provider behavior
il y a 10 ans
Tristan Sloughter
6213671042
update bootstrap final messae
il y a 10 ans
Tristan Sloughter
07dd54d7fd
fix travis test
il y a 10 ans
Tristan Sloughter
a602cfc593
replace logging with ec_cmd_log from erlware_commons
il y a 10 ans
Tristan Sloughter
eb8fa02df7
large refactoring
Removed separate compilers
Resolves apps to build
Finds avail deps before pulling/building
Includes relx
Simplifies build commands
il y a 10 ans
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.
il y a 11 ans
Tuncer Ayaz
15373a580f
Fix typo s/of/on/
il y a 10 ans
Tuncer Ayaz
5f995bfdc0
Fix a few minor formatting inconsistencies
* fix overlong lines
* where appropriate use %% instead of %
il y a 10 ans
Luis Rascão
41095e73e2
fix indentation issues
il y a 11 ans
Luis Rascao
411d703666
bootstrap now accepts --help usage flag
il y a 11 ans
Matwey V. Kornilov
4de9ea5574
Add namespaced_types to bootstrap script.
il y a 11 ans
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
il y a 11 ans
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
il y a 12 ans
Tuncer Ayaz
1e980859e2
Extend escriptize and reuse in bootstrap
il y a 13 ans
Tuncer Ayaz
c2a72a12ae
Fix escript creation as suggested by Siri Hansen
il y a 13 ans