Custom Query (1174 matches)
Results (109 - 111 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #127 | FIXED | move mailing list to new server | ||
| Description |
We currently have a development-focused mailing list on the social server. We want to move this over to our own server. OpenHatch has a devel@openhatch.org mailing list. I was thinking we'd do the same and create devel@mediagoblin.org . I have mailman already set up, so the things that need to be done are:
|
|||
| #128 | fixed | move bug tracker | ||
| Description |
This bug covers moving the bug tracker from bugs.foocorp.net to our own server. I asked on the mailing list whether people wanted to switch bug trackers and there were no strong opinions. My current problems with redmine are:
It's possible I can solve issue 1 if we had our own redmine instance using a plugin or something. We can push off issue 3. No one else seems to have problems with issue 2, so we can push that off, too. Given that, this bug covers:
I'm going to try to get this done for 0.0.4. |
|||
| #50 | FIXED | mongodb not scaling down: workaround and documentation | ||
| Description |
mongodb needs 0.5 GB for a fresh install. Half of this goes to kombu. kombu could use redis or some other transport (see #322), so fixing #322 will help this issue too. mongodb database files contain a lot of NUL bytes. So one can easily use sparse files to save space on disk: # service mongodb stop # cd /var/lib/ # cp -a --sparse=always mongodb mongodb.new # mv mongodb mongodb.old # mv mongodb.new mongodb # service mongodb start # # TEST mongodb # rm -rf mongodb.old Maybe later versions of mongodb do this already internally. The above was needed on mongodb from debian/stable. Documenting the "make sparse" possibility will also help this issue. |
|||
