[Git][NTPsec/ntpsec][master] 2 commits: Update release manager user for ftp server
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Fri Dec 23 18:33:16 UTC 2022
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
4acc9110 by Matt Selsky at 2022-12-22T23:25:40-05:00
Update release manager user for ftp server
- - - - -
7a09186c by Matt Selsky at 2022-12-23T13:28:09-05:00
Update docker build files to use the distributions implied by their names
This partially reverts 64e2c355ac601b57eebec75a13da40e7d47fbf54 ("I: Some
remaining image have repo verification issues")
The underlying issue with upstream repository verification was fixed in
eff644a4262ef1eb0d78a8958cc59b33b0541d57 ("Use latest docker image when
building docker images")
- - - - -
9 changed files:
- .dockerfiles/clang
- .dockerfiles/cross-armhf
- .dockerfiles/debian-stable-i386
- .dockerfiles/debian-testing
- .dockerfiles/debian-unstable
- .dockerfiles/fedora-latest
- .dockerfiles/ubuntu-latest
- .dockerfiles/ubuntu-rolling
- devel/release
Changes:
=====================================
.dockerfiles/clang
=====================================
@@ -1,4 +1,4 @@
-FROM debian:stable
+FROM debian:testing-slim
RUN apt-get update
RUN apt-get install -y netbase bison libssl-dev libcap-dev pps-tools python3-dev libbsd-dev clang
=====================================
.dockerfiles/cross-armhf
=====================================
@@ -1,4 +1,4 @@
-FROM debian:stable
+FROM debian:testing
RUN dpkg --add-architecture armhf
RUN apt-get update
=====================================
.dockerfiles/debian-stable-i386
=====================================
@@ -1,4 +1,4 @@
-FROM i386/debian:oldoldstable-slim
+FROM i386/debian:stable-slim
RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev libbsd-dev
=====================================
.dockerfiles/debian-testing
=====================================
@@ -1,4 +1,4 @@
-FROM debian:stable-slim
+FROM debian:testing-slim
RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev
=====================================
.dockerfiles/debian-unstable
=====================================
@@ -1,4 +1,4 @@
-FROM debian:oldstable
+FROM debian:unstable-slim
RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev gpsd
=====================================
.dockerfiles/fedora-latest
=====================================
@@ -1,3 +1,3 @@
-FROM fedora:34
+FROM fedora:latest
RUN dnf -y install bison gcc openssl-devel libcap-devel pps-tools-devel python3-devel libbsd-devel
=====================================
.dockerfiles/ubuntu-latest
=====================================
@@ -1,4 +1,4 @@
-FROM ubuntu:focal
+FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev
=====================================
.dockerfiles/ubuntu-rolling
=====================================
@@ -1,4 +1,4 @@
-FROM ubuntu:focal
+FROM ubuntu:rolling
RUN apt install gpgv
RUN apt-get update
=====================================
devel/release
=====================================
@@ -5,7 +5,7 @@
# KEY=B48237761A2690222C995F445A22E330161C3978
KEY=E57235D22764129FA4F2F4D17F52608ED0E49D76 # Release manager's GPG key ID
-DST=markatwood at service1.ntpsec.org:/usr/local/jail/ftp.ntpsec.org/data/ftp/pub/releases/
+DST=selsky at service1.ntpsec.org:/usr/local/jail/ftp.ntpsec.org/data/ftp/pub/releases/
# No user-serviceable parts below this line
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/b8900bfc21cb3df44a3d17df4acb2a533dfd36a3...7a09186ce6eec2ed0241dc1a03331a8c9df2e7fe
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/b8900bfc21cb3df44a3d17df4acb2a533dfd36a3...7a09186ce6eec2ed0241dc1a03331a8c9df2e7fe
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20221223/26e81cf5/attachment-0001.htm>
More information about the vc
mailing list