sourcegraph/cmd/repo-updater
Noah S-C b9c4e2aae9
Revert "Revert "refactor: upgrade to rules_oci 2.0 (2nd attempt)"" (#64354)
Reverts sourcegraph/sourcegraph#64351

## Test plan

Need to test on main due to main-only CI steps (even with main dry-run)
2024-08-08 09:00:08 +00:00
..
internal phabricator: Move syncer to worker (#63682) 2024-07-10 02:24:18 +02:00
shared chore: Remove global externalURL watcher (#64058) 2024-07-31 03:43:28 +02:00
BUILD.bazel Revert "Revert "refactor: upgrade to rules_oci 2.0 (2nd attempt)"" (#64354) 2024-08-08 09:00:08 +00:00
CODENOTIFY Remove GitHub handles from notifications (#56199) 2023-08-24 12:45:50 +00:00
image_test.yaml Remove p4 test from repo-updater image (#61928) 2024-04-16 09:56:16 -04:00
main.go remove more remannts of OSS build (#58253) 2023-11-10 07:59:03 +00:00
README.md Add "life of a search query" documentation (#5574) 2019-09-17 12:39:50 -07:00

repo-updater

Repo-updater tracks the state of repos, and is responsible for automatically scheduling updates ("git fetch" runs) using gitserver. Other apps which desire updates or fetches should be telling repo-updater, rather than using gitserver directly, so repo-updater can take their changes into account. It is a singleton service by design, so there must only be one replica.