Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlsherrill/8cde84fa7a39913c29b10ecb15996591 to your computer and use it in GitHub Desktop.
Save jlsherrill/8cde84fa7a39913c29b10ecb15996591 to your computer and use it in GitHub Desktop.
Mirror on sync vs mirroring policy
Mirror on sync in 6.9 and earlier: Would make sure content is added/removed to match upstream repo, would generate new metadata
Mirror on sync in 6.10.0-6.10.2: Would make sure content is added/removed to match upstream repo, would mirror metadata from upstream
Mirroing policy additive: Only adds content, doesn't mirror metadata (The same as mirror on sync off)
Mirroing policy Content Only: Same as "Mirror on sync in 6.9 and earlier"
Mirroing policy Complete: Same as "Mirror on sync in 6.10.0-6.10.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment