Commit b7d399fa authored by Andreas Tille's avatar Andreas Tille
Browse files

Policy moved to Git

parent ba232946
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
			$ policy.xml rev. @REV@ - @DATE@ (@AUTHOR@) $
		</releaseinfo>
		<releaseinfo>
			Source: svn://svn.debian.org/debian-med/trunk/community/website/docs/policy.xml
			Source: https://salsa.debian.org/med-team/community/policy
		</releaseinfo>
  </articleinfo>
	<mediaobject>
@@ -102,11 +102,11 @@
		<sect2 id="meta">
		  <title>Contributing to this Policy</title>
		  <para>
		    This policy is itself maintained in SVN and all team members have write access
		    This policy is itself maintained in Git and all team members have write access
		    to its repository.
		    <programlisting>
		      <command>svn checkout svn+ssh://svn.debian.org/svn/debian-med/trunk/community/website/docs</command>
		      Make changes to docs/policy.xml, commit.
		      <command>git clone git@salsa.debian.org:med-team/community/policy.git</command>
		      Make changes to policy.xml commit and push.
		      Publish using the following command:
		      <command>make publish</command>
		    </programlisting>