This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new d58c256  hydra: Remove ‘nss-certs’ from all the OS configs.
d58c256 is described below

commit d58c256ec2b9a61edff077a074b8f00d3504f56a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed May 1 11:33:48 2024 +0200

    hydra: Remove ‘nss-certs’ from all the OS configs.
    
    ‘nss-certs’ is part of ‘%base-packages’ since Guix commit
    fdfd7667c66cf9ce746330f39bcd366e124460e1.
    
    * hydra/bayfront.scm,
    hydra/beid.scm,
    hydra/berlin.scm,
    hydra/bishan.scm,
    hydra/data-guix-gnu-org.scm,
    hydra/deploy-node-129.scm,
    hydra/fosshost1.scm,
    hydra/fosshost2.scm,
    hydra/giedi.scm,
    hydra/hamal.scm,
    hydra/harbourfront.scm,
    hydra/hatysa.scm,
    hydra/milano-guix-1.scm,
    hydra/modules/sysadmin/honeycomb.scm,
    hydra/modules/sysadmin/overdrive.scm,
    hydra/monokuma.scm: Remove ‘nss-certs’.
---
 hydra/bayfront.scm                   | 2 +-
 hydra/beid.scm                       | 3 +--
 hydra/berlin.scm                     | 3 ---
 hydra/bishan.scm                     | 2 +-
 hydra/data-guix-gnu-org.scm          | 1 -
 hydra/deploy-node-129.scm            | 2 --
 hydra/fosshost1.scm                  | 4 ----
 hydra/fosshost2.scm                  | 4 ----
 hydra/giedi.scm                      | 5 -----
 hydra/hamal.scm                      | 1 -
 hydra/harbourfront.scm               | 2 +-
 hydra/hatysa.scm                     | 1 -
 hydra/milano-guix-1.scm              | 6 +-----
 hydra/modules/sysadmin/honeycomb.scm | 2 +-
 hydra/modules/sysadmin/overdrive.scm | 2 +-
 hydra/monokuma.scm                   | 2 +-
 16 files changed, 8 insertions(+), 34 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 50d9edc..b692f85 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1384,7 +1384,7 @@ proxy_set_header  Via  $via;"
 
   (packages (cons* certbot wget iptables jnettop
                    mdadm vim lm-sensors openssh
-                   nss-certs guix-build-coordinator
+                   guix-build-coordinator
                    %base-packages))
 
   (services
diff --git a/hydra/beid.scm b/hydra/beid.scm
index 78ab726..6d5b038 100644
--- a/hydra/beid.scm
+++ b/hydra/beid.scm
@@ -374,8 +374,7 @@ ORDER BY id ASC")))))))
                 (home-directory "/home/chris"))
                %base-user-accounts))
 
-  (packages (cons* nss-certs
-                   python-git-multimail
+  (packages (cons* python-git-multimail
                    %base-packages))
 
   (services (cons*
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 7b75d98..80edd4f 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -474,9 +474,6 @@ An incremental send is attempted if a PARENT snapshot is 
provided."
 
   (packages (cons* certbot emacs wget iptables
                    jnettop openssh rsync screen strace
-                   ;; This is needed to set GIT_SSL_CAINFO allowing
-                   ;; Cuirass to fetch sources via HTTPS.
-                   nss-certs
                    ;; This is for git-receive-pack et al
                    git-minimal
                    ;; This is for the mumi mailer
diff --git a/hydra/bishan.scm b/hydra/bishan.scm
index 9538b44..a4c32b2 100644
--- a/hydra/bishan.scm
+++ b/hydra/bishan.scm
@@ -135,7 +135,7 @@ proxy_set_header  Via  $via;"
                                        "audio" "video")))
               %base-user-accounts))
 
- (packages (cons* screen zile btrfs-progs nss-certs %base-packages))
+ (packages (cons* screen zile btrfs-progs %base-packages))
 
  (services
   (append
diff --git a/hydra/data-guix-gnu-org.scm b/hydra/data-guix-gnu-org.scm
index 63c9a6e..c25752a 100644
--- a/hydra/data-guix-gnu-org.scm
+++ b/hydra/data-guix-gnu-org.scm
@@ -307,7 +307,6 @@ cleanup
                 %base-user-accounts))
 
   (packages (cons* screen
-                   nss-certs ; Needed for the Guix Data Service
                    %base-packages))
 
   (services
diff --git a/hydra/deploy-node-129.scm b/hydra/deploy-node-129.scm
index 6ac1699..7b20a10 100644
--- a/hydra/deploy-node-129.scm
+++ b/hydra/deploy-node-129.scm
@@ -292,8 +292,6 @@ devices {
         (targets (list "/boot/efi" "/boot/efi2"))))
       (packages
        (cons* multipath-tools
-              ;; Needed for the nar-herder
-              nss-certs
               (operating-system-packages base-os)))
       (file-systems (cons*
                     (file-system
diff --git a/hydra/fosshost1.scm b/hydra/fosshost1.scm
index 201eaf5..e17db21 100644
--- a/hydra/fosshost1.scm
+++ b/hydra/fosshost1.scm
@@ -38,10 +38,6 @@
 
   (users %base-user-accounts)
 
-  (packages (append
-             (list (specification->package "nss-certs"))
-             %base-packages))
-
   (services
    (append
     (list (service openssh-service-type
diff --git a/hydra/fosshost2.scm b/hydra/fosshost2.scm
index a109cca..c1c5249 100644
--- a/hydra/fosshost2.scm
+++ b/hydra/fosshost2.scm
@@ -38,10 +38,6 @@
 
   (users %base-user-accounts)
 
-  (packages (append
-             (list (specification->package "nss-certs"))
-             %base-packages))
-
   (services
    (append
     (list (service openssh-service-type
diff --git a/hydra/giedi.scm b/hydra/giedi.scm
index 6faaaa6..c03a216 100644
--- a/hydra/giedi.scm
+++ b/hydra/giedi.scm
@@ -37,11 +37,6 @@
                     '("wheel" "netdev" "audio" "video")))
                 %base-user-accounts))
 
-  (packages
-    (append
-      (list (specification->package "nss-certs"))
-      %base-packages))
-
   (services
    (cons*
     (service openssh-service-type
diff --git a/hydra/hamal.scm b/hydra/hamal.scm
index 5087746..f6b63b8 100644
--- a/hydra/hamal.scm
+++ b/hydra/hamal.scm
@@ -123,7 +123,6 @@
   (users (append %accounts %base-user-accounts))
   (packages
    (cons* screen
-          nss-certs
           %base-packages))
   (services
    (cons* (service dhcp-client-service-type)
diff --git a/hydra/harbourfront.scm b/hydra/harbourfront.scm
index fd17e1d..0cd264c 100644
--- a/hydra/harbourfront.scm
+++ b/hydra/harbourfront.scm
@@ -50,7 +50,7 @@
                 %base-user-accounts))
 
   ;; Globally-installed packages.
-  (packages (cons* nss-certs screen openssh vim %base-packages))
+  (packages (cons* screen openssh vim %base-packages))
 
   (services (cons* (service static-networking-service-type
                      (list
diff --git a/hydra/hatysa.scm b/hydra/hatysa.scm
index 45f450e..846f91f 100644
--- a/hydra/hatysa.scm
+++ b/hydra/hatysa.scm
@@ -188,7 +188,6 @@ ssl_prefer_server_ciphers on;"))
   (packages
    (cons* screen
           btrfs-progs
-          nss-certs
           %base-packages))
   (services
    (cons* (service dhcp-client-service-type)
diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index ffc625c..0464671 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -61,10 +61,6 @@
   (operating-system
     (inherit %hurd-vm-operating-system)
     (host-name childhurd-name)
-    (packages
-     (append
-      (list (specification->package "nss-certs"))
-      (operating-system-packages %hurd-vm-operating-system)))
     (services
      (cons*
       (service guix-build-coordinator-agent-service-type
@@ -138,7 +134,7 @@
   (users (append %accounts %base-user-accounts))
 
   (packages (cons* btrfs-progs screen tmux openssh strace
-                   nss-certs %base-packages))
+                   %base-packages))
 
   ;; Services
   (services
diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 0f968ae..98a95c3 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -283,5 +283,5 @@ Match Address 10.0.0.1
                                             '("http://10.0.0.1";)) ;berlin
                                            (extra-options
                                             '("--max-jobs=4" 
"--cores=16")))))))
-    (packages (cons* screen openssh strace nss-certs
+    (packages (cons* screen openssh strace
                      %base-packages))))
diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index e1684f2..8fe9503 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -175,7 +175,7 @@
                             (extra-options
                              '("--max-jobs=2" "--cores=3")))))))
 
-    (packages (cons* btrfs-progs screen openssh strace nss-certs
+    (packages (cons* btrfs-progs screen openssh strace
                      %base-packages))
 
     ;; Allow sysadmins (sudoers) to use 'sudo' without a password so
diff --git a/hydra/monokuma.scm b/hydra/monokuma.scm
index ae66b7c..e21d114 100644
--- a/hydra/monokuma.scm
+++ b/hydra/monokuma.scm
@@ -118,4 +118,4 @@
                                  (extra-options
                                   '("--max-jobs=4")))))))
 
-  (packages (cons* screen openssh strace nss-certs %base-packages)))
+  (packages (cons* screen openssh strace %base-packages)))

Reply via email to