Difference between revisions of "Obsolete Service/bugs"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
== Upgrade notes == | == Upgrade notes == | ||
− | + | Edit the create-sandbox to upgrade plugins versions. Then | |
− | |||
− | |||
− | |||
− | |||
− | + | ./create-sandbox | |
− | + | trac-admin . upgrade | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See Also == | == See Also == |
Revision as of 12:57, 29 June 2013
Description
A Trac instance for keeping track of bugs in upstream Sugar components, some activities and Rainbow.
Hostnames
Hosted on
Administrative contact
systems AT lists DOT sugarlabs DOT org
Sysadmins
For non-emergency calls, preferably send email to the administrative contact.
Notes
Cleaning user database
To remove inactive accounts (i.e. ones that have never been confirmed or marked as spammers):
sqlite3 /srv/www-sugarlabs/bugs/db/trac.db DELETE FROM session WHERE length(sid) != 24 AND NOT EXISTS (SELECT * FROM permission WHERE username = sid);
Upgrade notes
Edit the create-sandbox to upgrade plugins versions. Then
./create-sandbox trac-admin . upgrade