feat(3p/gerrit-queue): Patch to use Gerrit 'Autosubmit' label
... instead of a hashtag in Gerrit.
Might be easier to review here:
24f5a642af
Change-Id: I1ae8d4607f7cb858135f88411c82e1a353b28105
This commit is contained in:
parent
417a1ba9eb
commit
afa2d08fe7
2 changed files with 193 additions and 0 deletions
6
third_party/gerrit-queue/default.nix
vendored
6
third_party/gerrit-queue/default.nix
vendored
|
|
@ -12,6 +12,12 @@ pkgs.buildGoModule {
|
|||
hash = "sha256:1x0g6fd5hymf6a8wxj1b1xi4x1hmwpnx4f2cdidgvsyd77v902c1";
|
||||
};
|
||||
|
||||
# Add TVL patches to bend gerrit-queue functionality to our will.
|
||||
patches = [
|
||||
# Use 'Autosubmit' label instead of Gerrit hashtags.
|
||||
./0001-gerrit-Use-a-Gerrit-label-instead-of-hashtag-for-aut.patch
|
||||
];
|
||||
|
||||
# gerrit-queue embeds static assets which need to be generated
|
||||
nativeBuildInputs = [ pkgs.statik ];
|
||||
preBuild = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue