aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-02-01 17:58:05 +0100
committerLudovic Courtès <ludo@gnu.org>2021-02-01 17:58:05 +0100
commit15078567c17851ef0f2b017119f305e0d5e8a140 (patch)
tree2acde33074beb7c39813a5f51d718f13ee6d6904
parentaedbc5ff32a62f45aeed74c6833399a6cf2c22dc (diff)
downloadguix-15078567c17851ef0f2b017119f305e0d5e8a140.tar
guix-15078567c17851ef0f2b017119f305e0d5e8a140.tar.gz
news: Add entry for '--export-manifest' and '--export-channels'.
* etc/news.scm: Add entry.
-rw-r--r--etc/news.scm39
1 files changed, 39 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 044561cef9..be6a2ef4e0 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -18,6 +18,45 @@
(channel-news
(version 0)
+ (entry (commit "aedbc5ff32a62f45aeed74c6833399a6cf2c22dc")
+ (title
+ (en "Create a manifest with @command{guix package --export-manifest}")
+ (fr "Créer un manifeste avec @command{guix package --export-manifest}"))
+ (body
+ (en "The @command{guix package --export-manifest} command outputs a
+@dfn{manifest} from your profile. This manifest is a code snippet that can
+then be passed to @command{guix package --manifest} (or any other command that
+accepts the @option{--manifest} option) to deploy these packages.
+
+The goal of this new @option{--export-manifest} option is to make it easier to
+migrate from an ``imperative'' style where you repeatedly invoke @command{guix
+install} and similar commands, to the declarative style where you write in a
+manifest file the list of packages you want to have.
+
+Similarly, the new @option{--export-channels} option outputs a @dfn{channel
+specification} suitable for @command{guix pull --channels} from your profile.
+This allows you to ``pin'' Guix to the revision that was used to build the
+profile.
+
+Run @command{info \"(guix) Invoking guix package\"} for more info.")
+ (fr "La commande @command{guix package --export-manifest} affiche un
+@dfn{manifeste} pour le profil choisi. Ce manifeste est un bout de code qu'on
+peut passer à @command{guix package --manifest} (ou n'importe qu'elle commande
+qui accepte l'option @option{--manifest}) pour déployer ces paquets.
+
+L'objectif de cette nouvelle option @option{--export-manifest} est de
+faciliter la migration du modèle ``impératif'', où on utilise @command{guix
+install} et les commandes de ce genre, au modèle déclaratif où on écrit dans
+un fichier la liste des paquets que l'on veut avoir.
+
+De même, la nouvelle option @option{--export-channels} produit une
+@dfn{spécification de canaux} pour @command{guix pull --channels} à partir du
+profil. Cela permet de ``figer'' Guix à la révision qui a été utilisée pour
+produire le profil.
+
+Voir @command{info \"(guix.fr) Invoquer guix package\"} pour plus
+d'informations.")))
+
(entry (commit "9ab817b2a4601b4a6755983590ed7d93ebdc8d09")
(title (en "New @option{--with-latest} package transformation option")
(de "Neue Paketumwandlungsoption @option{--with-latest}")