feat(ops/modules/monorepo-gerrit): replicate refs/meta/config

This makes it possible to fetch refs/meta/config from the forgejo
endpoint too. It was possible to fetch it from Gerrit directly before,
so this isn't more or less private than before.

Forgejo doesn't seem to provide an endpoint to link to refs/meta/config,
but it's perfectly fine to view the tree for a given commit from there:

dd5ed6266a

Change-Id: I9bbfb8c5994118e6a205e84d5584cc82a560cc23
Reviewed-on: https://cl.snix.dev/c/snix/+/30444
Reviewed-by: Vova Kryachko <v.kryachko@gmail.com>
Autosubmit: Florian Klink <flokli@flokli.de>
Tested-by: besadii
This commit is contained in:
Florian Klink 2025-05-04 17:11:13 +03:00 committed by clbot
parent dc6af0823c
commit 7b329b402c

View file

@ -169,13 +169,13 @@ in
push = [
"+refs/heads/*:refs/heads/*"
"+refs/tags/*:refs/tags/*"
"+refs/meta/config:refs/meta/config"
];
timeout = 30;
threads = 3;
remoteNameStyle = "dash";
mirror = true;
# we are unsure if this should be private info
replicatePermissions = false;
replicatePermissions = true;
projects = [ "snix" ];
};
};