aboutsummaryrefslogtreecommitdiffhomepage
path: root/combine_distfiles.sh
Commit message (Collapse)AuthorAge
* combine_distfiles.sh: add missing default value for USE_TARGravatar Klaus Aehlig2016-11-24
| | | | | -- MOS_MIGRATED_REVID=140137447
* Make //tols/cpp/test start from the distribution artifactGravatar Klaus Aehlig2016-11-24
| | | | | | | | | | | | | The docker tests in //tools/cpp/test still assume that the sources are enough to just compile.sh to bootstrap a bazel binary. Fix this, by using the distribution archive instead. While there, also add a target for the distribution archive as tar. -- Change-Id: Ic31bb95da0165f83a14537a1719c27e5067d0d65 Reviewed-on: https://cr.bazel.build/7531 MOS_MIGRATED_REVID=140134322
* Create a distribution artifactGravatar Klaus Aehlig2016-10-24
...containing, besides the original sources, all generated machine-independent files needed for creating a bootstrap bazel without the need of having a protoc installed. -- Change-Id: Ib90e7896615b4067175a23fe2c942dbac4b71e4a Reviewed-on: https://bazel-review.googlesource.com/#/c/6730 MOS_MIGRATED_REVID=136910561