Service/bugs

From Sugar Labs
< Service
Revision as of 18:40, 13 December 2015 by Bernie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

A Trac instance for keeping track of bugs in upstream Sugar components, some activities and Rainbow.

Hostnames

Hosted on

Production site runs dockerized on Machine/freedom. Data stored in the /srv/socialhelp partition

(Old) testing and devel sites run on Machine/sunjammer

Administrative contact

systems AT lists DOT sugarlabs DOT org

Sysadmins

For non-emergency calls, preferably send email to the administrative contact.

  • Sam P (email: @sam.today)

Notes

Cleaning user database

To remove inactive accounts (i.e. ones that have never been confirmed or marked as spammers):

sqlite3 /srv/socialhelp/tracproject/db/trac.db
DELETE FROM session WHERE length(sid) != 24 AND NOT EXISTS (SELECT * FROM permission WHERE username = sid);

Upgrade notes

  1. Edit the Dockerfile (stored in /home/sam/trac or from the github repository) to include the latest version of Trac (eg. change the version numbers)
  2. container.yml start /home/sam/trac -d

See Also

https://github.com/sugarlabs-infra/trac-docker