Skip to content

Commit ef0df1d

Browse files
committed
Modernize apt sources
1 parent acedd99 commit ef0df1d

32 files changed

Lines changed: 56 additions & 52 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Deb-multimedia
2-
deb http://www.deb-multimedia.org/ stretch main non-free
3-
deb http://www.deb-multimedia.org/ stretch-backports main
2+
deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia.gpg] http://www.deb-multimedia.org/ stretch main non-free
3+
deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia.gpg] http://www.deb-multimedia.org/ stretch-backports main
44
#K: apt-get update && apt-get install -y deb-multimedia-keyring
55
#M: https://www.deb-multimedia.org/

package/apt-sources/docker.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker
22
######## TODO Buster has https://packages.debian.org/buster/docker.io
33
# Older versions of Docker were called: docker docker.io docker-engine
4-
deb https://download.docker.com/linux/debian stretch stable
5-
#K: wget -qO- https://download.docker.com/linux/debian/gpg | apt-key add -
4+
deb [signed-by=/etc/apt/trusted.gpg.d/docker.gpg] https://download.docker.com/linux/debian stretch stable
5+
#K: curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor --output /etc/apt/trusted.gpg.d/docker.gpg
66
#M: https://docs.docker.com/install/linux/docker-ce/debian/

package/apt-sources/elasticsearch.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elasticsearch OSS 6.x
2-
deb https://artifacts.elastic.co/packages/oss-6.x/apt stable main
3-
#K: wget -qO- https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
2+
deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/oss-6.x/apt stable main
3+
#K: curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor --output /etc/apt/trusted.gpg.d/elasticsearch.gpg
44
#M: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/deb.html
55
#F: D88E42B4:46095ACC8548582C1A2699A9D27D666CD88E42B4
66
# JAVA_HOME="$(realpath $(/usr/sbin/update-java-alternatives --list|cut -c 43-))"

package/apt-sources/gitlab.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitLab CE
2-
deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ stretch main
3-
#K: wget -qO- https://packages.gitlab.com/gpg.key | apt-key add -
2+
deb [signed-by=/etc/apt/trusted.gpg.d/gitlab.gpg] https://packages.gitlab.com/gitlab/gitlab-ce/debian/ stretch main
3+
#K: curl -fsSL https://packages.gitlab.com/gpg.key | gpg --dearmor --output /etc/apt/trusted.gpg.d/gitlab.gpg
44
#M: https://about.gitlab.com/installation/#debian?version=ce
55
#F: E15E78F4:1A4C919DB987D435939638B914219A96E15E78F4

package/apt-sources/goaccess.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Goaccess
2-
deb http://deb.goaccess.io/ trixie main
2+
deb [signed-by=/etc/apt/trusted.gpg.d/goaccess.gpg] http://deb.goaccess.io/ trixie main
33
#K: wget -qO- https://deb.goaccess.io/goaccess.gpg.key >/etc/apt/trusted.gpg.d/goaccess.gpg
44
#M: https://goaccess.io/download#distro
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Google Cloud SDK
2-
deb http://packages.cloud.google.com/apt cloud-sdk-stretch main
2+
deb [signed-by=/etc/apt/trusted.gpg.d/google-cloud-sdk.gpg] http://packages.cloud.google.com/apt cloud-sdk-stretch main
33
#K: wget -qO/etc/apt/trusted.gpg.d/google-cloud-sdk.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
44
#M: https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu
55
#F: BA07F4FB:54A647F9048D5688D7DA2ABE6A030B21BA07F4FB
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Google Linux Software Repositories (Google Chrome, Google Earth etc.)
2-
deb http://dl.google.com/linux/chrome/deb/ stable main
3-
#K: wget -qO- https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
2+
deb [signed-by=/etc/apt/trusted.gpg.d/google-linux.gpg] http://dl.google.com/linux/chrome/deb/ stable main
3+
#K: wget -qO- https://dl.google.com/linux/linux_signing_key.pub | gpg --yes --dearmor --output /etc/apt/trusted.gpg.d/google-linux.gpg
44
#M: https://www.google.com/linuxrepositories/

package/apt-sources/graylog.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Graylog
2-
deb https://packages.graylog2.org/repo/debian/ stable 3.0
3-
#K: wget -qO- https://packages.graylog2.org/repo/debian/keyring.gpg | apt-key add -
2+
deb [signed-by=/etc/apt/trusted.gpg.d/graylog.gpg] https://packages.graylog2.org/repo/debian/ stable 3.0
3+
#K: wget -qO /etc/apt/trusted.gpg.d/graylog.gpg https://packages.graylog2.org/repo/debian/keyring.gpg
44
#M: https://docs.graylog.org/en/3.0/pages/installation/operating_system_packages.html
55
#F: B1606F22:28AB6EB572779C2AD196BE22D44C1D8DB1606F22

package/apt-sources/jenkins.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Jenkins
2-
deb https://pkg.jenkins.io/debian-stable binary/
3-
#K: wget -qO- https://pkg.jenkins.io/debian-stable/jenkins.io.key | apt-key add -
2+
deb [signed-by=/etc/apt/trusted.gpg.d/jenkins.gpg] https://pkg.jenkins.io/debian-stable binary/
3+
#K: curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2026.key | gpg --dearmor --output /etc/apt/trusted.gpg.d/jenkins.gpg
44
#M: https://www.jenkins.io/doc/book/installing/linux/
55
#F: 45F2C3D5:62A9756BFD780C377CF24BA8FCEF32E745F2C3D5

package/apt-sources/lighttpd2.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Lighttpd 2.0 (work in progress)
2-
deb http://debian.lighttpd.net/lighttpd2-nightlies stretch main
3-
#K: wget -qO- https://debian.lighttpd.net/jenkins-lighttpd.net.gpg | apt-key add -
2+
deb [signed-by=/etc/apt/trusted.gpg.d/lighttpd2.gpg] http://debian.lighttpd.net/lighttpd2-nightlies stretch main
3+
#K: wget -qO /etc/apt/trusted.gpg.d/lighttpd2.gpg https://debian.lighttpd.net/jenkins-lighttpd.net.gpg
44
#M: https://debian.lighttpd.net/

0 commit comments

Comments
 (0)