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

Replaced some implicite references to Alioth

parent 2fe8b683
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@
						  needed when using the <link linkend="git-buildpackage">gbp buildpackage</link>
						  helper.  Alternatively to <command>debcheckout</command>, the command
						  <command>gbp clone</command> will also track the relevant branches:<programlisting>
<command>gbp clone</command> <replaceable>git+ssh://git.debian.org/git/debian-med/&lt;package&gt;.git</replaceable></programlisting>
<command>gbp clone</command> <replaceable>git@salsa.debian.org:med-team/&lt;package&gt;.git</replaceable></programlisting>
						</para>
					</listitem>
					<listitem>
@@ -155,7 +155,7 @@
							For read-only access with <command>debcheckout</command>, remove
							the <option>--user</option> option.  With <command>gbp clone</command>,
							use an anonymous URL like the following:<programlisting>
<command>gbp clone</command> <replaceable>git://anonscm.debian.org/debian-med/&lt;package&gt;.git</replaceable></programlisting>
<command>gbp clone</command> <replaceable>https://salsa.debian.org/med-team/&lt;package&gt;.git</replaceable></programlisting>
						</para>
					</listitem>
				</itemizedlist>
@@ -232,8 +232,8 @@
			<sect3 id="new-repository-with-gbp">
				<title>To create a new local git repository</title>
                                <para>Before you create a new git repository you probably want to check whether your target project just exists.
                                      <ulink url="https://anonscm.debian.org/cgit/debian-med">Here</ulink> is an overview about all projects
                                      packaged in Git by the Debian Med team.
                                      In the Gitlab interface of <ulink url="https://salsa.debian.org/med-team/">Salsa</ulink> you can seek
                                      for software packaged by the Debian Med team.
                                </para>
				<para>When the upstream sources are distributed as compressed <command>tar</command> archives (<literal>tar.gz</literal>, …):<programlisting>
<command>mkdir</command> <filename class="directory">package</filename>