1# Infrastructure23In order to deploy Clippy over `rustup`, some infrastructure is necessary. This4chapter describes the different parts of the Clippy infrastructure that need to5be maintained to make this possible.67The most important part is the sync between the `rust-lang/rust` repository and8the Clippy repository that takes place every two weeks. This process is9described in the [Syncing changes between Clippy and `rust-lang/rust`](sync.md)10section.1112A new Clippy release is done together with every Rust release, so every six13weeks. The release process is described in the [Release a new Clippy14Version](release.md) section. During a release cycle a changelog entry for the15next release has to be written. The format of that and how to do that is16documented in the [Changelog Update](changelog_update.md) section.1718> _Note:_ The Clippy CI should also be described in this chapter, but for now is19> left as a TODO.
Findings
✓ No findings reported for this file.