Maintaining the OpenHatch bug tracker: Difference between revisions

no edit summary
(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:
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? ==
 
Roundup is the issue-tracking system that we use.
writeme
 
== Who controls https://openhatch.org/bugs/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 SSH in and change Roundup settings? ==
== Who controls https://openhatch.org/bugs/ ==
 
*The Asheeshfollowing andassumes Jackthat Griggyou have shell access to itthe 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? ==