Skip to content

Commit

Permalink
update documentation to look to github for sources (fix #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Loomis committed Mar 7, 2013
1 parent db51fea commit 5c29342
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
19 changes: 9 additions & 10 deletions panc-docs/src/docbkx/appendix/appendix-obtain-panc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<para>Binary packages for all releases are available from SourceForge in a
variety of formats:</para>

<programlisting>http://sourceforge.net/projects/quattor/files/</programlisting>
<programlisting>http://sourceforge.net/projects/quattor/files/panc/</programlisting>

<para>The same location also contains documentation for the compiler. This
document is also bundled in the distribution files.</para>
Expand All @@ -24,16 +24,15 @@
<section>
<title>Source</title>

<para>The source for the pan compiler is managed through a git repository.
The software can be checked out with the following command:</para>
<para>The source for the pan compiler is managed through a git repository
on GitHub. The software can be checked out with the following
command:</para>

<programlisting>git clone git://quattor.git.sourceforge.net/gitroot/quattor/quattor/pan</programlisting>
<programlisting>git clone git://github.com/quattor/pan.git</programlisting>

<para>This provides a <emphasis>read-only</emphasis> copy of the pan
repository. If you need write access to the repository, consult the
SourceForge documentation to find how to checkout a hosted git repository
with write access. You will need to be a member of the Quattor SourceForge
project.</para>
repository. Patches to the compiler can be provided via GitHub pull
requests. </para>

<para>The master branch is the main development branch. Although an effort
is made to ensure that this code functions correctly, there may be times
Expand Down Expand Up @@ -82,8 +81,8 @@ git tag -l
subdirectory.</para>

<note>
<para>Current builds of the compiler are done with Maven 2.2.1. The
builds have not yet been tested with the Maven 3 releases. </para>
<para>Current builds of the compiler are done with Maven 3; the build
should work for any Maven version 2.2.1 or later.</para>
</note>
</section>
</section>
Expand Down
15 changes: 3 additions & 12 deletions panc-docs/src/docbkx/pan-book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4171,19 +4171,10 @@ variable MY_OPTION ?= null;

<para>The pan compiler, like all software, contains bugs. If the problem
your experiencing looks to be misbehavior by the compiler, please report
the problem. Bug reports can be filed in the standard Quattor bug
tracking system on SourceForge. When submitting a bug, please use the
following options to be sure that the bug is noticed as soon as
possible.</para>

<screen>Project: quattor
Category: panc
Assigned to: loomisc</screen>
the problem. Bug reports can be filed in the in the issues area of
GitHub.</para>

<para>to ensure that the bug is treated as soon as possible. Bug fixes
are generally rolled into the next planned release. Major releases are
scheduled every six months. Bug fix releases are planned monthly, if
needed.</para>
<screen>https://github.com/quattor/pan/issues</screen>
</section>
</chapter>

Expand Down

0 comments on commit 5c29342

Please sign in to comment.