[med-svn] r9468 - trunk/community/website/docs
Charles Plessy
plessy at alioth.debian.org
Sat Jan 28 06:59:00 UTC 2012
Author: plessy
Date: 2012-01-28 06:59:00 +0000 (Sat, 28 Jan 2012)
New Revision: 9468
Modified:
trunk/community/website/docs/policy.xml
Log:
Differentiate creation of local repositories and empty bare repositories on Alioth.
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2012-01-28 03:38:47 UTC (rev 9467)
+++ trunk/community/website/docs/policy.xml 2012-01-28 06:59:00 UTC (rev 9468)
@@ -325,7 +325,7 @@
<sect2 id="git-tips">
<title>Git tips</title>
<para id="new-repository-with-gbp">
- Example to create a new git repository for a package where the upstream
+ To create a new local git repository for a package where the upstream
sources are distributed as compressed <command>tar</command> archives
(<literal>tar.gz</literal>, …).<programlisting>
<command>mkdir</command> <filename class="directory">package</filename>
@@ -380,11 +380,12 @@
<command>git remote add</command> <literal>origin</literal> <filename class="directory">git+ssh://git.debian.org/git/debian-med/package.git</filename></programlisting>
</para>
<para id="create-git-repository-on-alioth">
- There is a small script called <command>setup-repository</command> in
- the <filename class="directory">/git/debian-med</filename> directory on
- Alioth. <code><command>./setup-repository</command>
+ To create a new empty bare repository on Alioth, where to push changes,
+ connect to <literal>git.debian.org</literal>, enter the
+ <filename class="directory">/git/debian-med</filename> directory,
+ and run <code><command>./setup-repository</command>
<option>packagename</option> <option>"Description of the
- package"</option></code> will create a <filename
+ package"</option></code>. It will create a <filename
class="directory">packagename.git</filename> repository on with the
proper hooks set up for our team.
</para>
More information about the debian-med-commit
mailing list