-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: Take the version tag for file names from the command line.
At the request of the reviewers, no-longer auto-generate a version tag for file names. This is to avoid the need for a bazel wrapper script or other acrobatics. It happens that we also rarely need the versionned names; normally only when building publishables from the CI pipeline; so an extra argument on the command line isn't inconvenient. We now rely on the pkg_deb support for configurable file names and have added similar support in openwrt packaging rules. versioning.bzl, tools/bazel, and the file copies in the Makefile have been replaced by a simple symlink of all assets to a convenient location. In the absence of directives, the version tag is "dev". The version strings embeded in packages and binaries is always generated, as before.
- Loading branch information
1 parent
3489ff8
commit 5d949a8
Showing
8 changed files
with
135 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.