Matwey V. Kornilov
4de9ea5574
Add namespaced_types to bootstrap script.
pirms 11 gadiem
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
pirms 11 gadiem
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
pirms 12 gadiem
Tuncer Ayaz
1e980859e2
Extend escriptize and reuse in bootstrap
pirms 13 gadiem
Tuncer Ayaz
c2a72a12ae
Fix escript creation as suggested by Siri Hansen
pirms 13 gadiem
Tuncer Ayaz
7e812e6a75
Print full git revision in version string
pirms 13 gadiem
Dave Smith
0f24d93256
Move to major.minor.patch release version; add OTP build version
version info
pirms 13 gadiem
Mike Lazar
cbfabd6073
Remove generation of ps1 script (no longer needed)
pirms 13 gadiem
Mike Lazar
fa3dab30ae
Fix typos in generated cmd script in bootstrap
Fixes basho/rebar#188
pirms 13 gadiem
Tuncer Ayaz
bd349bd2c4
bootstrap: do not ignore write_file return value
pirms 13 gadiem
Matt Campbell
8c01734e98
bootstrap: generate windows scripts
pirms 13 gadiem
Tuncer Ayaz
461335acf9
Reformat bootstrap
pirms 13 gadiem
Scott Lystig Fritchie
92129d6dd2
Document use of -noshell -noinput in emu_opts
pirms 13 gadiem
Tuncer Ayaz
2911d48fb1
Remove trailing whitespace
pirms 13 gadiem
Tuncer Ayaz
c466076ffb
Clean up emacs file local variables
pirms 14 gadiem
Tuncer Ayaz
27019e2867
Fix code clarity in bootstrap
pirms 14 gadiem
Dave Smith
465af36266
Add debug flag to make it easier to get a debug version of rebar
pirms 14 gadiem
Juhani Rankimies
8a5eea5ef1
add bat scripts for bootstrap and rebat (windows doesn't understand shebang), make bootstrap work on windows
pirms 14 gadiem
Scott Fritchie
3929c7564b
Add '%%! -noshell -noinput' to rebar escript
pirms 14 gadiem
Dave Smith
27f638b45e
Add support for embedding git version; make sure to always rebuild rebar_core so that the VCS_INFO constant gets updated
pirms 14 gadiem
Dave Smith
02bc52fc6a
Add support for embedding VCS info into the version data
pirms 15 gadiem
Dave Smith
f1ca1be676
Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted
pirms 15 gadiem
Dave Smith
564b99334d
Add helper makefile; update bootstrap to always build w/ debug_info
pirms 15 gadiem
Tuncer Ayaz
92e667b062
Add missing mode setting in Emacs file variables
pirms 15 gadiem
Tuncer Ayaz
fa4b2ee701
Add emacs and vim file local variables
pirms 15 gadiem
Dave Smith
b787f195b8
Add vim line; courtesy of rtilder
pirms 15 gadiem
Dave Smith
1ea7065b83
Rework how the escript is built so that we can inclue templates
pirms 15 gadiem
Dave Smith
ffa0cda467
Updating bootstrap to embed the build time into a macro that we can pull via "version" command
pirms 15 gadiem
Dave Smith
01684ff0fa
Add a nice message
pirms 15 gadiem
Dave Smith
b491898690
Refactor rebar to build a self-contained script
pirms 15 gadiem