Maintaining the OpenHatch bug tracker: Difference between revisions

imported>Pythonian4000
No edit summary
imported>Paulproteus
 
(8 intermediate revisions by the same user not shown)
Line 1:
{{Hacking OpenHatch}}
== What is Roundup? ==
 
Line 5 ⟶ 6:
== Who can edit the OpenHatch bug tracker? ==
 
* Asheesh Laroia and Jack Grigg and Jessica McKellar have Admin status on the web interface and shell access to the tracker.
 
== How do I access the server backend? ==
Line 48 ⟶ 49:
 
Edit this file, adding or removing usernames from the list at the top as required.
 
=== Restarting Roundup ===
 
Once your changes are complete, you will need to restart Roundup so that it picks up your changes:
Line 55 ⟶ 58:
</pre>
 
'''Note''': This will work for anyone logged in as the Roundup user, because sudo has been configured to allow it.
[[Category:Hacking_OpenHatch]]
 
== Public code ==
 
* '''Templates, etc.''': Every hour, a cron job wakes up and pushes the Roundup configuration to Gitorious. https://github.com/openhatch/oh-roundup .
* '''Authentication integration''': http://git.jackgrigg.com/django-roundup-authentication/
Anonymous user