Maintaining the OpenHatch bug tracker: Difference between revisions

From OpenHatch wiki
Content added Content deleted
(Created page with 'Imagine giving this document to a version of you, ''just after'' you got shell access to the roundup instance. == What is Roundup, and what should I know about how it is configu…')
 
imported>Pythonian4000
No edit summary
Line 1: Line 1:
Imagine giving this document to a version of you, ''just after'' you got shell access to the roundup instance.

== What is Roundup, and what should I know about how it is configured? ==
== What is Roundup, and what should I know about how it is configured? ==


Roundup is the issue-tracking system that we use.
writeme


== Who controls the OpenHatch bug tracker? ==
== How do I SSH in and change Roundup settings? ==


* Asheesh and Jack Grigg have shell access to it.
writeme


== How do I change Roundup settings? ==
== Who controls https://openhatch.org/bugs/ ==


* Asheesh and Jack Grigg have shell access to it.
The following assumes that you have shell access to the Roundup tracker.

=== SSH into the server ===

Shell access to the Roundup tracker is via the user 'roundup', and SSH keys are used for authentication. With your private key somewhere that SSH can access it:
<syntaxhighlight lang="bash">
ssh roundup@linode.openhatch.org
</syntaxhighlight>


== What files do what? ==
== What files do what? ==

Revision as of 04:39, 21 September 2010

What is Roundup, and what should I know about how it is configured?

Roundup is the issue-tracking system that we use.

Who controls the OpenHatch bug tracker?

  • Asheesh and Jack Grigg have shell access to it.

How do I change Roundup settings?

The following assumes that you have shell access to the Roundup tracker.

SSH into the server

Shell access to the Roundup tracker is via the user 'roundup', and SSH keys are used for authentication. With your private key somewhere that SSH can access it:

ssh roundup@linode.openhatch.org

What files do what?

(write me)

How do restart Roundup? (and why would I need to)

(write me)