Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-19 | feat: standardize PKGBUILDs | Benjamin Denhartog | |
This commit brings in several changes: - Adding a comment header indicating the public SoT for the packages - Refactoring packages that build with Bazel to use a Bazelisk binary - Minor other improvements and changes GitOrigin-RevId: 8f688b88aee92af8d9cc15ace1499cc83ded8e25 | |||
2020-04-11 | feat(copybara-git): new upstream release: 0.0.0.r1946.g9953379e | Benjamin Denhartog | |
2020-04-05 | feat(copybara-git): update pkgver to track revision count | Benjamin Denhartog | |
As of this writing, there are not tags in the [upstream repository][0], which makes determining a meaningful package version difficult, as a pkgver comparison will simply use the ASCII key value for characters in the 8-digit reference that is currently used (generated via `git-log`). This patch solves this problem by counting the total number of revisions and consuming that in the `pkgver`; this should help downstream consumers be able to determine whether or not a revision is newer than what they currently have. To note, the format of this pkgver is not dissimilar from what we typically see in projects with tags (from `git-describe`); we simply have to do an extra step here. | |||
2020-03-21 | chore(copybara-git): align arguments | Benjamin Denhartog | |
2020-03-21 | feat(copybara-git): clean up PKGBUILD comments | Benjamin Denhartog | |
2020-03-21 | feat(copybara-git): add package at version: 0.0.0.bf7649f9 | Benjamin Denhartog | |