[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: ci: Add missing imports.
From: |
guix-commits |
Subject: |
01/08: ci: Add missing imports. |
Date: |
Sun, 31 Jan 2021 15:50:32 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 246c0c60da7623fdf8956687a1c11299056d4b1a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jan 31 21:48:26 2021 +0100
ci: Add missing imports.
This is a followup to 041a9466ea23d6ae811491bcf529bf9487317b48.
* guix/ci.scm: Add missing imports.
* guix/channels.scm: Remove (guix ci) import.
---
guix/channels.scm | 1 -
guix/ci.scm | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/guix/channels.scm b/guix/channels.scm
index 9ab8cd8..0c84eed 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -20,7 +20,6 @@
(define-module (guix channels)
#:use-module (git)
- #:use-module (guix ci)
#:use-module (guix git)
#:use-module (guix git-authenticate)
#:use-module ((guix openpgp)
diff --git a/guix/ci.scm b/guix/ci.scm
index 95325b4..f041091 100644
--- a/guix/ci.scm
+++ b/guix/ci.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Mathieu Othacehe <othacehe@gnu.org>
;;;
;;; This file is part of GNU Guix.
@@ -23,6 +23,8 @@
#:use-module (json)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
+ #:use-module (guix i18n)
+ #:use-module (guix diagnostics)
#:autoload (guix channels) (channel)
#:export (build-product?
build-product-id
- branch master updated (4ea5767 -> 6094725), guix-commits, 2021/01/31
- 02/08: gnu: autoconf: Update to 2.71., guix-commits, 2021/01/31
- 04/08: database: Validate #:nar-size and #:time when registering store items., guix-commits, 2021/01/31
- 07/08: import: gnu: Mention package name upon failure., guix-commits, 2021/01/31
- 01/08: ci: Add missing imports.,
guix-commits <=
- 06/08: gnu-maintenance: Fix error handling., guix-commits, 2021/01/31
- 03/08: database: Remove workarounds unnecessary with guile-sqlite3 0.1.2., guix-commits, 2021/01/31
- 05/08: gnu: emacs: Make strip-double-wrap more robust, guix-commits, 2021/01/31
- 08/08: scripts: import: json: Fix error handling., guix-commits, 2021/01/31