[PATCH 2/3] document how to get the source code and send changes

From: Daniel Kahn Gillmor <dkg_at_fifthhorseman.net>
Date: Mon, 29 Aug 2016 21:10:25 -0400

---
 doc/code.html  | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.html |  1 +
 2 files changed, 48 insertions(+)
 create mode 100644 doc/code.html
diff --git a/doc/code.html b/doc/code.html
new file mode 100644
index 0000000..ca3b32e
--- /dev/null
+++ b/doc/code.html
_at_@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+<title>runit - Hacking on runit</title>
+</head>
+<body>
+<a href="http://smarden.org/pape/">G. Pape</a><br>
+<a href="index.html">runit</a><br>
+<hr>
+<h1>runit - Hacking on runit</h1>
+<hr>
+The source code for <i>runit</i> is currently tracked in
+<a href="https://git-scm.com/">the git revision control system</a>,
+which is likely available for your operating system.  When you
+have <tt>git</tt> installed, you can check out the development version
+of the code with:
+<pre>
+  $ git clone http://smarden.org/git/runit.git
+</pre>
+If you have made changes that you want to contribute back
+to <i>runit</i>, please send them to
+<a href="mailto:supervision_at_list.skarnet.org">the project mailing list</a>.
+<p>
+If you want to use <tt>git send-email</tt> to send your changes to the
+list, please:
+<ul>
+ <li><a href="http://skarnet.org/lists/#supervision">subscribe to the list</a>,
+ <li><a href="https://git-scm.com/docs/git-send-email">configure <tt>git
+     send-email</tt></a>, and
+ <li>from within your <tt>runit/</tt> source directory, do:
+<pre>
+ $ git config sendemail.to supervision_at_list.skarnet.org
+</pre>
+</ul>
+When you have committed patches to your local repository that you want
+to propose for inclusion, you can now send them to the list with:
+<pre>
+ $ git send-email origin/master
+</pre>
+<p>
+Happy hacking!
+<hr>
+<address><a href="mailto:pape_at_smarden.org">
+Gerrit Pape &lt;pape_at_smarden.org&gt;
+</a></address>
+</body>
+</html>
diff --git a/doc/index.html b/doc/index.html
index 85bb01b..4f401b9 100644
--- a/doc/index.html
+++ b/doc/index.html
_at_@ -10,6 +10,7 @@
 <hr>
 <a href="install.html">How to install runit</a><br>
 <a href="upgrade.html">Upgrading from previous versions of runit</a>
+<a href="code.html">Hacking on runit</a>
 <p>
 <a href="benefits.html">Benefits</a><br>
 <a href="replaceinit.html">How to replace init</a><br>
-- 
2.9.3
Received on Tue Aug 30 2016 - 01:10:25 UTC

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:44:19 UTC