diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-07-09 15:52:46 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-10 00:11:00 +0200 |
| commit | d283bb960f927dd5f7bb8b96bc697221e4e8ad39 (patch) | |
| tree | 5b316027926c66a674aea69dfc76f4410313f317 | |
| parent | 7828fe9d40696cb65102babc006024a509599f26 (diff) | |
maint: Remove traces of "berlin.guixsd.org".
The guixsd.org domain is no longer advertised since before in 1.0.0
release in May 2019.
* etc/substitutes/berlin.guixsd.org.pub: Rename to...
* etc/substitutes/berlin.guix.gnu.org.pub: ... this.
* etc/substitutes/ci.guix.gnu.org.pub,
etc/substitutes/ci.guix.info.pub: Adjust accordingly.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
* guix/build/download-nar.scm (urls-for-item): Likewise.
* guix/self.scm (miscellaneous-files): Likewise.
* Makefile.am (dist_pkgdata_DATA): Likewise.
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | etc/substitutes/berlin.guix.gnu.org.pub (renamed from etc/substitutes/berlin.guixsd.org.pub) | 0 | ||||
| l--------- | etc/substitutes/ci.guix.gnu.org.pub | 2 | ||||
| l--------- | etc/substitutes/ci.guix.info.pub | 2 | ||||
| -rw-r--r-- | gnu/services/base.scm | 2 | ||||
| -rw-r--r-- | guix/build/download-nar.scm | 6 | ||||
| -rw-r--r-- | guix/self.scm | 8 |
7 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 8988cdfa127..ee12725d5b0 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -523,7 +523,7 @@ check-system: $(GOBJECTS) | |||
| 523 | 523 | ||
| 524 | # Public keys used to sign substitutes. | 524 | # Public keys used to sign substitutes. |
| 525 | dist_pkgdata_DATA = \ | 525 | dist_pkgdata_DATA = \ |
| 526 | etc/substitutes/berlin.guixsd.org.pub \ | 526 | etc/substitutes/berlin.guix.gnu.org.pub \ |
| 527 | etc/substitutes/ci.guix.gnu.org.pub \ | 527 | etc/substitutes/ci.guix.gnu.org.pub \ |
| 528 | etc/substitutes/ci.guix.info.pub | 528 | etc/substitutes/ci.guix.info.pub |
| 529 | 529 | ||
diff --git a/etc/substitutes/berlin.guixsd.org.pub b/etc/substitutes/berlin.guix.gnu.org.pub index f156a37b087..f156a37b087 100644 --- a/etc/substitutes/berlin.guixsd.org.pub +++ b/etc/substitutes/berlin.guix.gnu.org.pub | |||
diff --git a/etc/substitutes/ci.guix.gnu.org.pub b/etc/substitutes/ci.guix.gnu.org.pub index b1d1e4d7633..0574f6dfab2 120000 --- a/etc/substitutes/ci.guix.gnu.org.pub +++ b/etc/substitutes/ci.guix.gnu.org.pub | |||
| @@ -1 +1 @@ | |||
| berlin.guixsd.org.pub \ No newline at end of file | berlin.guix.gnu.org.pub \ No newline at end of file | ||
diff --git a/etc/substitutes/ci.guix.info.pub b/etc/substitutes/ci.guix.info.pub index b1d1e4d7633..0574f6dfab2 120000 --- a/etc/substitutes/ci.guix.info.pub +++ b/etc/substitutes/ci.guix.info.pub | |||
| @@ -1 +1 @@ | |||
| berlin.guixsd.org.pub \ No newline at end of file | berlin.guix.gnu.org.pub \ No newline at end of file | ||
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 6ea7ef8e7e4..83dc406aac5 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm | |||
| @@ -1481,7 +1481,7 @@ archive' public keys, with GUIX." | |||
| 1481 | 1481 | ||
| 1482 | (define %default-authorized-guix-keys | 1482 | (define %default-authorized-guix-keys |
| 1483 | ;; List of authorized substitute keys. | 1483 | ;; List of authorized substitute keys. |
| 1484 | (list (file-append guix "/share/guix/berlin.guixsd.org.pub"))) | 1484 | (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub"))) |
| 1485 | 1485 | ||
| 1486 | (define-record-type* <guix-configuration> | 1486 | (define-record-type* <guix-configuration> |
| 1487 | guix-configuration make-guix-configuration | 1487 | guix-configuration make-guix-configuration |
diff --git a/guix/build/download-nar.scm b/guix/build/download-nar.scm index cb146038adb..f768a8c6ddc 100644 --- a/guix/build/download-nar.scm +++ b/guix/build/download-nar.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2017, 2019 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -42,10 +42,10 @@ | |||
| 42 | "Return the fallback nar URL for ITEM--e.g., | 42 | "Return the fallback nar URL for ITEM--e.g., |
| 43 | \"/gnu/store/cabbag3…-foo-1.2-checkout\"." | 43 | \"/gnu/store/cabbag3…-foo-1.2-checkout\"." |
| 44 | ;; Here we hard-code nar URLs without checking narinfos. That's probably OK | 44 | ;; Here we hard-code nar URLs without checking narinfos. That's probably OK |
| 45 | ;; though. Use berlin.guixsd.org instead of its ci.guix.gnu.org front end to | 45 | ;; though. Use berlin.guix.gnu.org instead of its ci.guix.gnu.org front end to |
| 46 | ;; avoid sending these requests to CDN providers without user consent. | 46 | ;; avoid sending these requests to CDN providers without user consent. |
| 47 | ;; TODO: Use HTTPS? The downside is the extra dependency. | 47 | ;; TODO: Use HTTPS? The downside is the extra dependency. |
| 48 | (let ((bases '("http://berlin.guixsd.org")) | 48 | (let ((bases '("http://berlin.guix.gnu.org")) |
| 49 | (item (basename item))) | 49 | (item (basename item))) |
| 50 | (append (map (cut string-append <> "/nar/gzip/" item) bases) | 50 | (append (map (cut string-append <> "/nar/gzip/" item) bases) |
| 51 | (map (cut string-append <> "/nar/" item) bases)))) | 51 | (map (cut string-append <> "/nar/" item) bases)))) |
diff --git a/guix/self.scm b/guix/self.scm index e1350a74037..f70b1ecdd8f 100644 --- a/guix/self.scm +++ b/guix/self.scm | |||
| @@ -647,13 +647,13 @@ load path." | |||
| 647 | ,(file-append* source "/etc/completion/zsh/_guix")) | 647 | ,(file-append* source "/etc/completion/zsh/_guix")) |
| 648 | ("share/fish/vendor_completions.d/guix.fish" | 648 | ("share/fish/vendor_completions.d/guix.fish" |
| 649 | ,(file-append* source "/etc/completion/fish/guix.fish")) | 649 | ,(file-append* source "/etc/completion/fish/guix.fish")) |
| 650 | ("share/guix/berlin.guixsd.org.pub" | 650 | ("share/guix/berlin.guix.gnu.org.pub" |
| 651 | ,(file-append* source | 651 | ,(file-append* source |
| 652 | "/etc/substitutes/berlin.guixsd.org.pub")) | 652 | "/etc/substitutes/berlin.guix.gnu.org.pub")) |
| 653 | ("share/guix/ci.guix.gnu.org.pub" ;alias | 653 | ("share/guix/ci.guix.gnu.org.pub" ;alias |
| 654 | ,(file-append* source "/etc/substitutes/berlin.guixsd.org.pub")) | 654 | ,(file-append* source "/etc/substitutes/berlin.guix.gnu.org.pub")) |
| 655 | ("share/guix/ci.guix.info.pub" ;alias | 655 | ("share/guix/ci.guix.info.pub" ;alias |
| 656 | ,(file-append* source "/etc/substitutes/berlin.guixsd.org.pub"))))) | 656 | ,(file-append* source "/etc/substitutes/berlin.guix.gnu.org.pub"))))) |
| 657 | 657 | ||
| 658 | (define* (whole-package name modules dependencies | 658 | (define* (whole-package name modules dependencies |
| 659 | #:key | 659 | #:key |
