hub/script
Eli Schwartz 39e1523442 build: respect environment LDFLAGS and strip the build path
golang does not natively respect LDFLAGS, but you can pass them on the
command line using -ldflags=-extldflags=...
This is important for distributions, in order to provide common
functionality such as hardening flags.

Also strip the prefixed root source directory from the embedded source
file paths. This is not important information for the debugger, which
should only care about paths relative to $GOPATH, and results in less
build environment metadata leaking into the final binary. (This also
aids in reproducible builds when using different build directories, see
e.g. https://github.com/golang/go/issues/16860)
2019-01-02 17:00:15 +01:00
..
bootstrap Remove Ruby ronn from build toolchain 2018-12-29 14:33:12 +01:00
build build: respect environment LDFLAGS and strip the build path 2019-01-02 17:00:15 +01:00
build.bat Make `script/build` compatible with Windows 2014-12-20 17:57:39 -08:00
cached-bundle Avoid `dep` clashing with Bundler 2018-01-29 20:59:23 +01:00
changelog Automatically publish a GitHub release from Travis CI 2015-06-07 02:40:40 +02:00
coverage Extract code coverage summary to its own script 2018-06-09 18:10:52 +02:00
cross-compile "OS X" → "macOS" 2018-01-23 19:37:15 +01:00
github-release Implement `script/github-release` with bash + `hub release` 2016-02-01 12:43:47 +11:00
install.bat Fix PATH update in windows installation script 2017-10-03 16:27:04 +02:00
install.sh add pullrequest vim syntax. #1916 2018-11-12 17:49:11 -05:00
package Switch to new md2roff process in `make man-pages` 2018-12-29 14:33:12 +01:00
publish-release Publish man pages to gh-pages on tagged release 2018-06-07 13:01:40 +02:00
ruby-test Enable passing list of cukes to `script/test` for faster runs 2018-06-07 16:07:20 +02:00
s3-put Revert "Remove custom Bundler to S3 cache scripts" 2015-06-02 18:00:15 +02:00
test Test install script in CI 2018-06-14 12:04:31 +02:00
version Fix `script/version` in non-git repo context 2015-10-22 20:02:44 +02:00
version.bat Improve package script 2014-12-25 17:31:22 -08:00