commit | a7b74f2f3edc61124c8ae73f96dd9ba8455ea524 | [log] [download] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Sep 27 09:52:59 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Sep 27 12:43:31 2019 +0900 |
tree | 6d5e45ccb000dcca10756820a19f00d9e09c71f2 | |
parent | 13cb51710b909d95301227af55eb100304ffdb9b [diff] |
Bazel: Introduce .bazelversion and update to 0.29.1 The minimum required bazel version is defined in the WORKSPACE and is checked at build time. However, to support the bazelisk wrapper, we need to define the version in .bazelversion. Bazelisk will automatically switch to that version (downloading it if necessary). Add a .bazelversion file, and introduce the mechanism to consume it in the WORKSPACE rather than defining the version in two separate places. When bazel is used directly, it still checks that the minimum version is used. When bazelisk is used, it will switch to the exact required version. Bump the bazel version up to 0.29.1 as the currently specified minimum version (0.19.0) doesn't work with this new setup. Based on [1] by David Ostrovsky. [1] https://git.eclipse.org/r/#/c/149966/ Change-Id: I6fe6d2e1f16b15bbad80979fcb8d76f843f69a19
Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.
Gitiles automatically renders *.md
Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.
Gitiles is configurable in a git-style configuration file named gitiles.config
. Refer to the configuration documentation for details.
Use the issue tracker at github to file bugs.
Please refer to the Developer Guide.