summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2021-05-19feat: standardize PKGBUILDsBenjamin 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-11feat(copybara-git): new upstream release: 0.0.0.r1946.g9953379eBenjamin Denhartog
2020-04-05feat(copybara-git): update pkgver to track revision countBenjamin 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-21chore(copybara-git): align argumentsBenjamin Denhartog
2020-03-21feat(copybara-git): clean up PKGBUILD commentsBenjamin Denhartog
2020-03-21feat(copybara-git): add package at version: 0.0.0.bf7649f9Benjamin Denhartog