apt/default-release
This commit is contained in:
parent
c1f3b50ac9
commit
6d6176ca0a
1 changed files with 33 additions and 33 deletions
|
@ -1,41 +1,41 @@
|
||||||
*********
|
|
||||||
Configure
|
Configure
|
||||||
*********
|
=========
|
||||||
|
|
||||||
Keys
|
Keys
|
||||||
====
|
----
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-key add "path/to/key/file"
|
apt-key add "path/to/key/file"
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
-------------
|
||||||
|
|
||||||
* etc/apt/apt.conf
|
* etc/apt/apt.conf
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
APT::Get::Show-Versions true;
|
APT::Default-Release buster;
|
||||||
Dpkg::Progress-Fancy true;
|
APT::Get::Show-Versions true;
|
||||||
|
Dpkg::Progress-Fancy true;
|
||||||
|
|
||||||
Acquire::Check-Valid-Until false;
|
Acquire::Check-Valid-Until false;
|
||||||
|
|
||||||
* etc/apt/preferences
|
* etc/apt/preferences
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release n=stretch-backports
|
Pin: release n=stretch-backports
|
||||||
Pin-Priority: 400
|
Pin-Priority: 400
|
||||||
|
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release n=buster
|
Pin: release n=buster
|
||||||
Pin-Priority: 200
|
Pin-Priority: 200
|
||||||
|
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release n=sid
|
Pin: release n=sid
|
||||||
Pin-Priority: 100
|
Pin-Priority: 100
|
||||||
|
|
||||||
* etc/apt/sources.list
|
* etc/apt/sources.list
|
||||||
|
|
||||||
|
@ -45,26 +45,26 @@ Configuration
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
deb-src https://deb.debian.org/debian sid main contrib non-free
|
deb-src https://deb.debian.org/debian sid main contrib non-free
|
||||||
|
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian sid main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian sid main contrib non-free
|
||||||
|
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian bullseye main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian bullseye main contrib non-free
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian bullseye-updates main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian bullseye-updates main contrib non-free
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian-security bullseye-security main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian-security bullseye-security main contrib non-free
|
||||||
|
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian buster main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian buster main contrib non-free
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian buster-backports main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian buster-backports main contrib non-free
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian buster-updates main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian buster-updates main contrib non-free
|
||||||
deb [arch=amd64,i386] https://deb.debian.org/debian-security buster/updates main contrib non-free
|
deb [arch=amd64,i386] https://deb.debian.org/debian-security buster/updates main contrib non-free
|
||||||
|
|
||||||
deb [arch=amd64] https://deb.debian.org/debian stretch main contrib non-free
|
deb [arch=amd64] https://deb.debian.org/debian stretch main contrib non-free
|
||||||
deb [arch=amd64] https://deb.debian.org/debian stretch-backports main contrib non-free
|
deb [arch=amd64] https://deb.debian.org/debian stretch-backports main contrib non-free
|
||||||
deb [arch=amd64] https://deb.debian.org/debian stretch-updates main contrib non-free
|
deb [arch=amd64] https://deb.debian.org/debian stretch-updates main contrib non-free
|
||||||
deb [arch=amd64] https://deb.debian.org/debian-security stretch/updates main contrib non-free
|
deb [arch=amd64] https://deb.debian.org/debian-security stretch/updates main contrib non-free
|
||||||
|
|
||||||
deb [arch=amd64] https://deb.debian.org/debian jessie main contrib non-free
|
deb [arch=amd64] https://deb.debian.org/debian jessie main contrib non-free
|
||||||
deb [arch=amd64] https://deb.debian.org/debian-security jessie/updates main contrib non-free
|
deb [arch=amd64] https://deb.debian.org/debian-security jessie/updates main contrib non-free
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
@ -72,4 +72,4 @@ Configuration
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
deb file:/media/deb.debian.org/debian stretch main contrib non-free
|
deb file:/media/deb.debian.org/debian stretch main contrib non-free
|
||||||
|
|
Loading…
Reference in a new issue