Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. 17:41 < jenders> cjwatson: does the following mechanism for gating updates sound about right:
  2. 17:41 < jenders> You need to create a full mirror of the repository at a given point in time. Aim /etc/apt/sources.list for all hosts at this mirror and then sudo apt-get update && sudo apt-get upgrade
  3. on each host. To perform updates you would need to update the full mirror while keeping a backup of previous versions in the mirror, probably with rsync without --delete. The repo
  4. metadata would probably also need to be updated to include both new and older versions.
  5. 17:41 < jenders> and then pinning could be done either at the host level or by removing a .deb from the repo?
  6. 17:42 < cjwatson> rsync without --delete - not enough if you want clients to be able to stick at older point releases, you'd need to create new dists/ trees
  7. 17:43 < cjwatson> ah, maybe that's part of what got cut off by the IRC line length limit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement