Timeline


and

Apr 1, 2009:

11:50 AM Changeset [1042] by mitchb
More fixes and improvements to the django autoinstaller o Set ADMIN_MEDIA_PREFIX so that the admin app's CSS works o Enable the admin app and docs o Initialize the database properly o Create a superuser account
11:31 AM Changeset [1041] by mitchb
Avoid a harmless yet ominous error message when using hack autoinstallers that have an empty tarball.
10:43 AM Changeset [1040] by mitchb
Use the django media directory from the RPM, not the egg. Silly me... thinking we had the same software installed on all the servers.

Mar 31, 2009:

9:28 PM Changeset [1039] by mitchb
Provide autoinstalled Djangos with /__scripts/django/media for admin CSS
7:30 PM Changeset [1038] by mitchb
Fix more of django autoinstaller. Actually fill in settings.py, instead of just pretending.
5:31 AM Changeset [1037] by mitchb
Make get-password more accomodating in my.cnf formats it understands. Allow the login info to appear in either the [mysql] or [client] section, and allow spaces around the equal signs.
3:53 AM Changeset [1036] by mitchb
Fix django autoinstaller. Pass the URL components to the fcgi.

Mar 28, 2009:

4:19 PM Changeset [1035] by mitchb
Fix "the-bug" (non-empty content in 304s) in PHP (patch by ezyang) and Apache PHP should not produce any output, even if zlib.output_compression is on, if the HTTP response code is 204 or 304 (no content or not modified). Fixes PHP bug #42362 with php.cvs #56693, see: http://bugs.php.net/bug.php?id=42362 http://news.php.net/php.cvs/56693 http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib.c?r1=1.183.2.6.2.5.2.9&r2=1.183.2.6.2.5.2.10 Apache should discard any body provided by a script (in any language, not just PHP) when the status is "no content" or "not modified". Addresses part of Apache bug #40953, see: https://issues.apache.org/bugzilla/show_bug.cgi?id=40953#c7 Solves scripts.mit.edu support issue #773060, see: https://help.mit.edu/Ticket/UpdateCallCenter.html?id=773060 https://diswww.mit.edu/charon/scripts/24018
1:57 PM Changeset [1034] by mitchb
Fedora 9 changed from Apache 2.2.9 to 2.2.10 while we weren't looking
1:29 PM Changeset [1033] by mitchb
Revert r959; we're not using Fedora 10.

Mar 27, 2009:

1:13 AM Changeset [1032] by mitchb
Change CPU time limit for Apache-spawned processes from 3min to 5min. Perhaps this time, it'll be sufficient for Gallery2's upgrader to compute the answer to life, the Universe, and everything (to a first approximation).

Mar 26, 2009:

9:04 PM Changeset [1031] by mitchb
Binaries, man. Don't diff them. No, really. Ouch.
2:56 AM Changeset [1030] by mitchb
Fix propose-update to a) work at all again, and b) work on all platforms
2:30 AM Changeset [1029] by mitchb
Correct capitalization of the scriptsdev variable name

Mar 25, 2009:

9:58 PM Changeset [1028] by quentin
Autoinstaller documentation
9:42 PM Changeset [1027] by quentin
Don't check in restricted docs by accident
9:38 PM Changeset [1026] by quentin
Import doc directory from locker
4:57 PM Changeset [1025] by quentin
xargs doesn't have -I everywhere

Mar 23, 2009:

11:31 AM Changeset [1024] by mitchb
Clean up pysvn kludge for svn 1.5 on scripts. Patch the package version number the same way we do for the other packages we build, set up the build system to know how to build it from the upstream source, and make the base metapackage depend on our build of it.
3:33 AM Changeset [1023] by quentin
Update LVS install docs
3:29 AM Changeset [1022] by quentin
Start using sorry server
3:17 AM Changeset [1021] by quentin
Lighttpd-based sorry server
12:25 AM Changeset [1020] by geofft
/etc/sysconfig/openafs: for great awesome

Mar 20, 2009:

2:38 PM Changeset [1019] by mitchb
Increase CPU time limit for processes spawned by Apache. This should allow applications like the Gallery2 updater to run without corrupting installations by being killed while manipulating data.
6:42 AM Changeset [1018] by quentin
Allow hostbased authentication over the backend network (Yay!)
6:19 AM Changeset [1017] by quentin
Route to b-k over the backend network

Mar 19, 2009:

11:19 PM Changeset [1016] by quentin
Allow FastCGIs to take up to 5 minutes to respond

Mar 15, 2009:

5:24 AM Changeset [1015] by mitchb
Fix generation of the fallback htaccess file for trac. Using single quotes results in the literal characters \n and no end-of-line, and thus a malformed htaccess file.

Mar 14, 2009:

6:01 PM Changeset [1014] by geofft
trac: Enable the git plugin if you're using git.

Mar 10, 2009:

2:36 AM Changeset [1013] by mitchb
Autoinstaller support for turbogears, from xavid
2:30 AM Changeset [1012] by mitchb
Uncommitted changes from geofft and andersk. Allow Django autoinstalls, and test new MediaWiki and WordPress installs.
2:23 AM Changeset [1011] by mitchb
It's wrong to assume that the address lockername@mit.edu is valid. Further, for activity lockers, if it is valid, it may well be a large or poorly-maintained list with addresses that will bounce and cause a mail loop (since the bounces will go back to lockername@scripts.mit.edu). Instead, set up the default procmailrc to direct mail for lockername@scripts.mit.edu to the user who signed the locker up for mail_scripts, and notify them that this is the default so they know to adjust it.

Mar 9, 2009:

8:08 PM Changeset [1010] by quentin
ACPI event handler so you can't shut down with the power button

Mar 6, 2009:

8:20 PM Changeset [1009] by quentin
Don't check CD drive on LVS servers for a temperature
3:47 PM Changeset [1008] by quentin
Incorporate scripts-vhost data from r-b in Aggregated graph
3:26 PM Changeset [1007] by quentin
Import old Munin conf changes
2:23 AM Changeset [1006] by quentin
Reboot on OOM

Mar 5, 2009:

11:22 PM Changeset [1005] by quentin
Load balance SMTP
8:55 PM Changeset [1004] by quentin
Use lenny's heartbeat
8:55 PM Changeset [1003] by quentin
Upgrade to lenny's sysctl.conf
8:53 PM Changeset [1002] by quentin
Upgrade to Lenny's nrpe

Mar 4, 2009:

7:43 AM Changeset [1001] by mitchb
We need subversion-devel from testing as well, so that we can build a working pysvn package.

Mar 3, 2009:

7:23 PM Changeset [1000] by andersk
Change the core file limit from hard to soft.
2:29 AM Changeset [999] by geofft
Install Subversion (1.5) from the updates-testing-newkey repo.
12:59 AM Changeset [998] by geofft
cert and vhost for schuh.mit.edu

Mar 2, 2009:

2:10 PM Ticket #88 (Better subversion error messages) created by andersk
(From [https://help.mit.edu/Ticket/Display.html?id=821565 help.mit.edu …
2:01 PM Changeset [997] by andersk
Automatic numbering in scripts-start.
12:50 PM Ticket #87 (On an autoinstalled trac using git, going to Browse Source can time ...) created by xavid
This even happens with small git repos with little history. The fact …
2:01 AM Changeset [996] by mitchb
i386_linux3 isn't actually twice as good just because we listed it twice. Let's stop doing that.
Note: See TracTimeline for information about the timeline view.