Changes between Version 21 and Version 23 of Ticket #1572
- Timestamp:
- 2012-03-13T17:59:27Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1572
- Property Keywords trac website added
-
Ticket #1572 – Description
v21 v23 6 6 * ~~move Mailman, list archives, cgi-bin/mailman control panels~~ 7 7 * ~~update MX records to send tahoe-lafs.org mail to new box~~ 8 * copy all trac DBs/workdirs to new box9 * activate all trac instances on new box10 * copy all static content (tarballs, deps, debs, all sorts of random stuff)8 * ~~copy all trac DBs/workdirs to new box~~ 9 * ~~activate all trac instances on new box~~ 10 * ~~copy all static content (tarballs, deps, debs, all sorts of random stuff)~~ 11 11 * ~~move source trees, canonical darcs repos~~ 12 12 * ~~get post-commit hooks working~~ 13 * get any cronjobs migrated13 * ~~get any cronjobs migrated~~ 14 14 * ~~move buildmaster~~, either get buildslave admins to update their configs, or wait for DNS to change 15 15 * ~~add "buildmaster.tahoe-lafs.org" DNS name (pointing at new-org)~~ 16 * tell buildslave admins to point buildslaves at that17 * meanwhile, old slaves will just use tahoe-lafs.org and work normally16 * ~~tell buildslave admins to point buildslaves at that~~ 17 * ~~meanwhile, old slaves will just use tahoe-lafs.org and work normally~~ 18 18 * ~~update DNS~~ 19 * power down old box, or move to Peter's basement for emergency access19 * ~~power down old box, or move to Peter's basement for emergency access~~ 20 20 * ~~set up trac backup-to-git cronjob on new box~~ 21 21 * ~~get SSL cert fixed~~ 22 22 * ~~fix bitcoin-donation box on front page~~ 23 23 * ~~repopulate http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/~~ 24 * check other tahoe-deps directories24 * ~~check other tahoe-deps directories~~ 25 25 * move the external (non-https) hosted images from the front page to the local server, to hush the mixed-content warning 26 26 * ~~davidsarah noticed that the 'view tickets' link in the nav bar is broken.. it points to {{{https://tahoe-lafs.org/trac/tahoe-lafs//tahoe-lafs.org/trac/tahoe-lafs/wiki/ViewTickets}}}~~ 27 * some buildslaves are failing to do darcs fetches. A local 'wget' of the inventory file (on my OS-X 10.6 box) complained about not being able to verify the cert. related?28 * hypothesis is that the old darcs on those boxes is treating HTTPS urls as if they were HTTP, and then failing with the http->https redirect. tcpdump shows one buildslave clearly fetching from port 80 despite being given an HTTPS URL27 * ~~some buildslaves are failing to do darcs fetches. A local 'wget' of the inventory file (on my OS-X 10.6 box) complained about not being able to verify the cert. related?~~ 28 * ~~hypothesis is that the old darcs on those boxes is treating HTTPS urls as if they were HTTP, and then failing with the http->https redirect. tcpdump shows one buildslave clearly fetching from port 80 despite being given an HTTPS URL~~ 29 29 * ~~move those buildslaves to Unsupported~~ 30 * zooko will mail the owners, ask them to update darcs31 * later, move them back to Supported30 * ~~zooko will mail the owners, ask them to update darcs~~ 31 * ~~later, move them back to Supported~~ 32 32 * ~~darcs pushes aren't showing up on the Trac timeline, although the buildbot sees them~~ 33 * trac.db and all darcs-repo files need to be gid=source, and all committers must be in the 'source' group34 * ~~bookmarks like http://tahoe-lafs.org/trac/tahoe no longer work (they get redirected to https://tahoe-lafs.org/trac/tahoe , but that gives a "Environment not found" error). This also happens for deeper URLs like http://tahoe-lafs.org/trac/tahoe/ticket/1572 . I think this needs to be rewritten to e.g. https://tahoe-la sf.org/trac/tahoe-lafs~~33 * ~~trac.db and all darcs-repo files need to be gid=source, and all committers must be in the 'source' group~~ 34 * ~~bookmarks like http://tahoe-lafs.org/trac/tahoe no longer work (they get redirected to https://tahoe-lafs.org/trac/tahoe , but that gives a "Environment not found" error). This also happens for deeper URLs like http://tahoe-lafs.org/trac/tahoe/ticket/1572 . I think this needs to be rewritten to e.g. https://tahoe-lafs.org/trac/tahoe-lafs~~ 35 35 * still to do: decide whether this should be an internal rewrite or an external redirect. I made it a temporary-redirect for now, need to pick one or the other (if redirect, switch to a permanent-redirect) 36 36 * ~~there's something weird going on with page caching, like the ETag or Date headers are wonky. When I follow a trac link in my browser to a page that I know has just changed (like modifying a wiki page, and the submit button does a POST which returns a redirect back to a GET of the modified page), I see the old contents. Then doing a reload lets me see the new contents.~~