summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-01-14 08:26:23 +0000
committerJulian Andres Klode <jak@debian.org>2025-01-14 08:26:23 +0000
commitce452d40f499fa56f6ddc15e8871b1262d4e1418 (patch)
treecca88ab8b56520eec386921aa51906d7bdf4f385 /doc/sources.list.5.xml
parentf9a59225c3b1e025ad93116773cc7825621809c8 (diff)
parentaa4c681f09f06359c0892329b9e39da77e4f9fda (diff)
Merge branch 'fix/cleanup' into 'main'
Drop unused and obsolete macros as well as documentation See merge request apt-team/apt!428
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r--doc/sources.list.5.xml38
1 files changed, 7 insertions, 31 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 9d2185d7a..23adacefe 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -487,36 +487,12 @@ Signed-By:
source list.</para></listitem>
</varlistentry>
- <varlistentry><term><command>ftp</command></term>
- <listitem><para>
- The ftp scheme specifies an FTP server for an archive. Use of FTP is on the
- decline in favour of <literal>http</literal> and <literal>https</literal>
- and many archives either never offered or are retiring FTP access. If you
- still need this method many configuration options for it are available in
- the <literal>Acquire::ftp</literal> scope and detailed in &apt-conf;.</para>
- <para>Please note that an FTP proxy can be specified
- by using the <envar>ftp_proxy</envar> environment variable. It is possible
- to specify an HTTP proxy (HTTP proxy servers often understand FTP URLs)
- using this environment variable and <emphasis>only</emphasis> this
- environment variable. Proxies using HTTP specified in
- the configuration file will be ignored.</para></listitem>
- </varlistentry>
-
<varlistentry><term><command>copy</command></term>
<listitem><para>
The copy scheme is identical to the file scheme except that packages are
copied into the cache directory instead of used directly at their location.
This is useful for people using removable media to copy files around with APT.</para></listitem>
</varlistentry>
-
- <varlistentry><term><command>rsh</command></term><term><command>ssh</command></term>
- <listitem><para>
- The rsh/ssh method invokes RSH/SSH to connect to a remote host and
- access the files as a given user. Prior configuration of rhosts or RSA keys
- is recommended. The standard <command>find</command> and <command>dd</command>
- commands are used to perform the file transfers from the remote host.
- </para></listitem>
- </varlistentry>
<varlistentry><term>adding more recognizable URI types</term>
<listitem><para>
@@ -577,21 +553,21 @@ URIs: http://archive.debian.org/debian-archive
Suites: hamm
Components: main</literallayout>
- <para>Uses FTP to access the archive at ftp.example.org, under the debian
+ <para>Uses HTTPS to access the archive at deb.debian.org, under the debian
directory, and uses only the &debian-stable-codename;/contrib area.</para>
- <literallayout>deb ftp://ftp.example.org/debian &debian-stable-codename; contrib</literallayout>
+ <literallayout>deb https://deb.debian.org/debian &debian-stable-codename; contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.example.org/debian
+URIs: https://deb.debian.org/debian
Suites: &debian-stable-codename;
Components: contrib</literallayout>
- <para>Uses FTP to access the archive at ftp.example.org, under the debian
+ <para>Uses HTTPS to access the archive at deb.debian.org, under the debian
directory, and uses only the unstable/contrib area. If this line appears as
well as the one in the previous example in <filename>sources.list</filename>
- a single FTP session will be used for both resource lines.</para>
- <literallayout>deb ftp://ftp.example.org/debian unstable contrib</literallayout>
+ a single HTTPS session will be used for both resource lines.</para>
+ <literallayout>deb https://deb.debian.org/debian unstable contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.example.org/debian
+URIs: https://deb.debian.org/debian
Suites: unstable
Components: contrib</literallayout>