Code source wiki de Dépôts APT
Version 1.1 par Gaetan RETEL le 2025/03/06 20:04
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | Sur les VMs les paquets sont gérés par apt dans {{code language="none"}}/etc/apt/{{/code}}, et les sources de ces paquets sont gérées par [[puppet>>doc:Infrastructure.Puppet.WebHome]]. | ||
2 | Les dépots actuellement (03/25) utilisés par puppet sont des mirroirs géré par l'école l'ancienne adresse en .eisti.fr. La VM des mirroirs EISTI va bientôt être fermée, aussi faudrait il utiliser les sources de l'université : | ||
3 | Debian 12 - Bookworm | ||
4 | (% class="box" %) | ||
5 | ((( | ||
6 | (% class="box" %) | ||
7 | ((( | ||
8 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm main contrib non-free non-free-firmware | ||
9 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-updates main contrib non-free non-free-firmware | ||
10 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-backports main contrib non-free non-free-firmware | ||
11 | deb http:~/~/mirrors.cyu.fr/debian-security/ bookworm-security main contrib non-free non-free-firmware | ||
12 | ))) | ||
13 | ))) | ||
14 | Debian 11 - Bullseye | ||
15 | (% class="box" %) | ||
16 | ((( | ||
17 | (% class="box" %) | ||
18 | ((( | ||
19 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye main contrib non-free | ||
20 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-updates main contrib non-free | ||
21 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-backports main contrib non-free | ||
22 | deb http:~/~/mirrors.cyu.fr/debian-security/ bullseye-security main contrib non-free | ||
23 | ))) | ||
24 | ))) | ||
25 | Debian 10 - Buster | ||
26 | (% class="box" %) | ||
27 | ((( | ||
28 | (% class="box" %) | ||
29 | ((( | ||
30 | deb http:~/~/mirrors.cyu.fr/debian/ buster main contrib non-free | ||
31 | deb http:~/~/mirrors.cyu.fr/debian/ buster-updates main contrib non-free | ||
32 | deb http:~/~/mirrors.cyu.fr/debian/ buster-backports main contrib non-free | ||
33 | deb http:~/~/mirrors.cyu.fr/debian-security/ buster/updates main contrib non-free | ||
34 | ))) | ||
35 | ))) | ||
36 | Debian 9 - stretch | ||
37 | (% class="box" %) | ||
38 | ((( | ||
39 | (% class="box" %) | ||
40 | ((( | ||
41 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch main contrib non-free | ||
42 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-updates main contrib non-free | ||
43 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-backports main contrib non-free | ||
44 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian-security/ stretch/updates main contrib non-free | ||
45 | ))) | ||
46 | ))) |