[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/66: programming-2022: Add channels and manifest.
From: |
Ludovic Courtès |
Subject: |
57/66: programming-2022: Add channels and manifest. |
Date: |
Wed, 29 Jun 2022 11:32:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit b99e8b7da9225f2c0a7a8649a28fa53406570ffc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 3 19:34:58 2022 +0200
programming-2022: Add channels and manifest.
* doc/programming-2022/manifest.scm,
doc/programming-2022/channels.scm: New files.
---
doc/programming-2022/channels.scm | 11 +++++++++++
doc/programming-2022/manifest.scm | 8 ++++++++
2 files changed, 19 insertions(+)
diff --git a/doc/programming-2022/channels.scm
b/doc/programming-2022/channels.scm
new file mode 100644
index 0000000..ae02d8b
--- /dev/null
+++ b/doc/programming-2022/channels.scm
@@ -0,0 +1,11 @@
+(list (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "98e2f4fbebb8b08784401e2095123fcd3d3a32cb")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
diff --git a/doc/programming-2022/manifest.scm
b/doc/programming-2022/manifest.scm
new file mode 100644
index 0000000..37eed27
--- /dev/null
+++ b/doc/programming-2022/manifest.scm
@@ -0,0 +1,8 @@
+;;; Released under the GNU GPLv3 or any later version.
+;;; Copyright © 2022 Ludovic Courtès <ludo@gnu.org>
+
+;; Manifest to create an environment to build LaTeX documents.
+
+;; Unfortunately we have resort to the monolithic 'texlive' package;
+;; 'programming.cls' depends on way too many things.
+(specifications->manifest '("texlive" "rubber"))
- 37/66: programming-2022: Improve rendering of in-line 'prog'., (continued)
- 37/66: programming-2022: Improve rendering of in-line 'prog'., Ludovic Courtès, 2022/06/29
- 39/66: programming-2022: Add illustrations., Ludovic Courtès, 2022/06/29
- 40/66: programming-2022: Tweak., Ludovic Courtès, 2022/06/29
- 41/66: doc: Add CiSE article., Ludovic Courtès, 2022/06/29
- 34/66: programming-2022: Clarify bits., Ludovic Courtès, 2022/06/29
- 46/66: programming-2022: Fix typos and wording issues reported by reviewers., Ludovic Courtès, 2022/06/29
- 50/66: programming-2022: Address comments from Reviewer A., Ludovic Courtès, 2022/06/29
- 54/66: programming-2022: Use BibTeX for bibliography; include DOI., Ludovic Courtès, 2022/06/29
- 55/66: programming-2022: Clean up bibliography entries., Ludovic Courtès, 2022/06/29
- 56/66: programming-2022: Mention SSH signatures., Ludovic Courtès, 2022/06/29
- 57/66: programming-2022: Add channels and manifest.,
Ludovic Courtès <=
- 59/66: programming-2022: Cite actual full-source bootstrap., Ludovic Courtès, 2022/06/29
- 60/66: programming-2022: Add acknowledgments., Ludovic Courtès, 2022/06/29
- 61/66: programming-2022: Add \paperdetails for publication., Ludovic Courtès, 2022/06/29
- 64/66: programming-2022: Reference the artifact as requested., Ludovic Courtès, 2022/06/29
- 66/66: Merge branch 'wip-programming-paper', Ludovic Courtès, 2022/06/29