Code source wiki de Dépôts APT
Version 2.1 par Gaetan RETEL le 2025/03/06 20:05
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | Sur les serveurs, 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 | |||
5 | (% class="box" %) | ||
6 | ((( | ||
7 | (% class="box" %) | ||
8 | ((( | ||
9 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm main contrib non-free non-free-firmware | ||
10 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-updates main contrib non-free non-free-firmware | ||
11 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-backports main contrib non-free non-free-firmware | ||
12 | deb http:~/~/mirrors.cyu.fr/debian-security/ bookworm-security main contrib non-free non-free-firmware | ||
13 | ))) | ||
14 | ))) | ||
15 | |||
16 | Debian 11 - Bullseye | ||
17 | |||
18 | (% class="box" %) | ||
19 | ((( | ||
20 | (% class="box" %) | ||
21 | ((( | ||
22 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye main contrib non-free | ||
23 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-updates main contrib non-free | ||
24 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-backports main contrib non-free | ||
25 | deb http:~/~/mirrors.cyu.fr/debian-security/ bullseye-security main contrib non-free | ||
26 | ))) | ||
27 | ))) | ||
28 | |||
29 | Debian 10 - Buster | ||
30 | |||
31 | (% class="box" %) | ||
32 | ((( | ||
33 | (% class="box" %) | ||
34 | ((( | ||
35 | deb http:~/~/mirrors.cyu.fr/debian/ buster main contrib non-free | ||
36 | deb http:~/~/mirrors.cyu.fr/debian/ buster-updates main contrib non-free | ||
37 | deb http:~/~/mirrors.cyu.fr/debian/ buster-backports main contrib non-free | ||
38 | deb http:~/~/mirrors.cyu.fr/debian-security/ buster/updates main contrib non-free | ||
39 | ))) | ||
40 | ))) | ||
41 | |||
42 | Debian 9 - stretch | ||
43 | |||
44 | (% class="box" %) | ||
45 | ((( | ||
46 | (% class="box" %) | ||
47 | ((( | ||
48 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch main contrib non-free | ||
49 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-updates main contrib non-free | ||
50 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-backports main contrib non-free | ||
51 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian-security/ stretch/updates main contrib non-free | ||
52 | ))) | ||
53 | ))) |