diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-06-15 10:21:50 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-06-29 14:53:21 -0400 |
| commit | 82daab42811a2e3c7684ebdf12af75ff0fa67b99 (patch) | |
| tree | ef4bad3e82d6d13dc8d37daa30af883a95659520 /NEWS | |
| parent | 8108c266dc2fbc70602b2aa5c6887bf17bed16e8 (diff) | |
pack: Add support for the deb format.
* .dir-locals.el (scheme-mode)[gexp->derivation]: Define indentation rule.
* guix/scripts/pack.scm (debian-archive): New procedure.
(%formats): Register the new deb format.
(show-formats): Add it to the usage string.
* tests/pack.scm (%ar-bootstrap): New variable.
(deb archive with symlinks): New test.
* doc/guix.texi (Invoking guix pack): Document it.
* NEWS: Add news entry.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> | 5 | Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> |
| 6 | Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> | 6 | Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> |
| 7 | Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ||
| 7 | 8 | ||
| 8 | Copying and distribution of this file, with or without modification, | 9 | Copying and distribution of this file, with or without modification, |
| 9 | are permitted in any medium without royalty provided the copyright | 10 | are permitted in any medium without royalty provided the copyright |
| @@ -11,10 +12,12 @@ Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> | |||
| 11 | 12 | ||
| 12 | Please send Guix bug reports to bug-guix@gnu.org. | 13 | Please send Guix bug reports to bug-guix@gnu.org. |
| 13 | 14 | ||
| 14 | * Changes in 1.3.0 (since 1.2.0) | 15 | * Changes in 1.4.0 (since 1.3.0) |
| 15 | |||
| 16 | ** Package management | 16 | ** Package management |
| 17 | * New 'deb' format for the 'guix pack' command | ||
| 17 | 18 | ||
| 19 | * Changes in 1.3.0 (since 1.2.0) | ||
| 20 | ** Package management | ||
| 18 | *** POWER9 (powerpc64le-linux) is now supported as a technology preview | 21 | *** POWER9 (powerpc64le-linux) is now supported as a technology preview |
| 19 | *** New ‘--export-manifest’ and ‘--export-channels’ options of ‘guix package’ | 22 | *** New ‘--export-manifest’ and ‘--export-channels’ options of ‘guix package’ |
| 20 | *** New ‘--profile’ option for ‘guix environment’ | 23 | *** New ‘--profile’ option for ‘guix environment’ |
