Ansgar pushed to branch deploy at Debian FTP Team / dak
Commits:
-
d58cd5ea
by Ansgar at 2024-05-10T10:04:39+02:00
-
5fbb44fd
by Ansgar at 2024-09-23T21:25:15+02:00
-
3229344f
by Ansgar at 2024-09-23T21:26:42+02:00
2 changed files:
Changes:
... | ... | @@ -57,11 +57,11 @@ External-Signature-Requests { |
57 | 57 | "amd64"; "arm64"; "i386";
|
58 | 58 | };
|
59 | 59 | };
|
60 | - linux-5.10 {
|
|
60 | + linux-6.1 {
|
|
61 | 61 | Packages {
|
62 | - "linux-image-5.10-amd64-signed-template";
|
|
63 | - "linux-image-5.10-arm64-signed-template";
|
|
64 | - "linux-image-5.10-i386-signed-template";
|
|
62 | + "linux-image-6.1-amd64-signed-template";
|
|
63 | + "linux-image-6.1-arm64-signed-template";
|
|
64 | + "linux-image-6.1-i386-signed-template";
|
|
65 | 65 | };
|
66 | 66 | Architectures {
|
67 | 67 | "amd64"; "arm64"; "i386";
|
1 | +# Please edit the master copy in dak.git!
|
|
2 | +# path: config/homedir/ssh/lw01-authorized_keys
|
|
3 | + |
|
4 | +# sync morgue files from ftp-master, security-master
|
|
5 | +# see scripts/debian/link_morgue.sh in dak.git
|
|
6 | +command="rsync --server -lHogDtpRe.Lsf --remove-source-files . /srv/morgue.debian.org/sync/ftp-master",restrict,from="fasolo.debian.org,192.91.235.231" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPK73mhakYYWz+IeOAszUV7qE0shrGy6+Qyd8FzHfGgj dak@fasolo 2024-05-10 push_morgue
|
|
7 | +command="rsync --server -lHogDtpRe.Lsf --remove-source-files . /srv/morgue.debian.org/sync/security-master",restrict,from="seger.debian.org,82.195.75.93,2001:41b8:202:deb::311:93" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKtmrah/BlS5BZ5z8eJq0J8SMvLwzSv5lQEnT4e1tFcC dak@seger 2024-05-10 push_morgue |