aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/template_bin.sh
Commit message (Expand)AuthorAge
* Add flag to skip early base extractionGravatar andy g scott ?2018-06-18
* Fix #2982: Bazel installer should not check for installed JDK if using a bund...Gravatar philwo2017-05-15
* Fix #2958: Installer should not overwrite bazelrcGravatar Philipp Wollermann2017-05-08
* Change our URL to bazel.buildGravatar Damien Martin-Guillerez2016-10-28
* Rollback of commit c5545fd0896f3c602a9be0986debed6f0c9c662d.Gravatar Klaus Aehlig2016-09-30
* Rollback of commit 96d46280bc5a4803ba2242a4ad16939f85a3b212.Gravatar Damien Martin-Guillerez2016-09-28
* Reintroduce .bazelrc and set --action_env defaultsGravatar Klaus Aehlig2016-09-21
* Suggest using --user when the install directory isn't writable.Gravatar John Cater2016-07-20
* Adds a GPL warning to the binary installerGravatar Damien Martin-Guillerez2016-07-04
* Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" ...Gravatar Philipp Wollermann2016-06-21
* Rollback of commit 23c274dcd0174a9bf0f62f028ab62084e9ea440f.Gravatar Kristina Chodorow2016-05-23
* Rollback of commit 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0.Gravatar Yue Gan2016-05-23
* Remove .bazelrcGravatar Kristina Chodorow2016-05-23
* installer: remove guard when removing the bazel symlinkGravatar Damien Martin-Guillerez2016-05-02
* Only run `bazel help` if the user isn't rootGravatar Kristina Chodorow2016-03-04
* installer: set permission of bazelrc to 0644Gravatar Damien Martin-Guillerez2016-02-16
* Fix template help for Bazel installerGravatar Damien Martin-Guillerez2016-02-15
* Rollback of commit 14cf67863d56bab1eef11687a881adf323ba55ad.Gravatar Kristina Chodorow2016-01-28
* Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64.Gravatar Kristina Chodorow2016-01-28
* Remove base_workspace from bazel setupGravatar Kristina Chodorow2016-01-21
* Create a wrapper script which looks for an executable in the workspaceGravatar Brian Silverman2016-01-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix the installer and fixing the package shiped into binary version of Bazel.Gravatar Damien Martin-Guillerez2015-09-08
* Installer: ship the Bash completion script and add a finish messageGravatar Damien Martin-Guillerez2015-09-04
* Run bazel to unpack the install base at the end of the installerGravatar Damien Martin-Guillerez2015-09-04
* Adds some safety checks in the Bazel installerGravatar Damien Martin-Guillerez2015-09-04
* Do not remove the bin directory before installing.Gravatar Damien Martin-Guillerez2015-09-02
* Bazel installer: removing trailing quote in bazelrcGravatar Damien Martin-Guillerez2015-08-31
* Add detections for installed JDK and unzip in the Bazel installer.Gravatar Damien Martin-Guillerez2015-08-31
* Create a binary packager for BazelGravatar Damien Martin-Guillerez2015-07-29