Custom Query (196 matches)
Results (136 - 138 of 196)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #76 | fixed | Upgrade Joomla | geofft | |
| Description |
There's this Joomla 1.5 thing which we should offer an autoinstaller for. I don't know if there's a path between 1.0 and 1.5, but it's worth looking into. Also autoupgrades. Notify [help.mit.edu #686982] when we upgrade |
|||
| #78 | fixed | git push to git:// hangs | geofft | |
| Description |
[remote "scripts"]
url = git://barnowl.mit.edu/barnowl
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "github"]
url = git://github.com/nelhage/barnowl.git
fetch = +refs/heads/*:refs/remotes/origin/*
vinegar-pot:~/owl geofft$ git push github
fatal: protocol error: expected sha/ref, got '
*********'
You can't push to git://github.com/user/repo.git
Use git@github.com:user/repo.git
*********'
vinegar-pot:~/owl geofft$ git push scripts
Hangs forever. Figure out how github gives a friendly error, and what friendly error we should give, and do so. |
|||
| #89 | fixed | @reboot cron jobs sometimes start before afsagent gets tokens | geofft | |
| Description |
Users' @reboot cron jobs, which often depend on being able to get stuff out of AFS, tend to race with afsagent getting tokens in an @reboot cron job. This is dumb, and we should make sure afsagent gets tokens before cron (or really, anything else that might want AFS) comes up. Quentin suggested doing this in AFS's initscript; we could also add another initscript. |
|||
