Commit graph

117 commits

Author SHA1 Message Date
Maxim Cournoyer
10482f731e
Reapply "Update Maxim's email address."
This reverts commit a7db92d9b3, this time with
the more careful command, to avoid a world rebuild:

grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
  --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
  xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18 13:44:12 +09:00
Maxim Cournoyer
a7db92d9b3
Revert "Update Maxim's email address."
This reverts commit d0d87a744d. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18 12:07:31 +09:00
Maxim Cournoyer
d0d87a744d
Update Maxim's email address.
The change was automated via:

  git grep -l maxim.cournoyer@gmail.com |
    xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

* .mailmap: New entry.

Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-18 08:05:19 +09:00
Efraim Flashner
a641396502
doc: Fix some misspellings.
Change-Id: I567aec7b1fac91234f46886c35affa6bd6e582d9
2025-02-19 11:28:40 +02:00
Maxim Cournoyer
e0d920b7db
news: Add entry for nss-certs being added to %base-packages.
* etc/news.scm: New entry.
* NEWS: Update news.

Change-Id: I40e0b859f2af0bb0e652925a53d6447ea6fbacfb
2024-04-18 20:46:58 -04:00
Maxim Cournoyer
c94a7d41c7
NEWS: Mention new rpm format.
* NEWS (Package management): Mention new rpm format.
2023-03-28 20:13:59 -04:00
Ludovic Courtès
a8f9579348
Update NEWS. 2022-12-18 01:17:15 +01:00
Marius Bakke
239bfe2ec1
Update NEWS. 2022-12-17 19:15:50 +01:00
Ludovic Courtès
7ef490e3fc
Update NEWS. 2022-12-02 23:20:54 +01:00
Jonathan Brielmaier
7a2082023a
NEWS: Update it.
* NEWS: Shepherd is already at 0.9.3 now.
2022-11-23 17:22:11 +01:00
Maxim Cournoyer
e06df550e2
Update NEWS. 2022-11-16 14:28:09 -05:00
Mathieu Othacehe
d2ca9334a3
NEWS: Update it.
* NEWS: Add an entry about 'guix shell' --emulate-fhs option.
2022-10-13 10:49:19 +02:00
Maxim Cournoyer
6e3dab4737
Update NEWS.
* NEWS: Add new entry for installation script improvements.
2022-10-07 10:11:13 -04:00
Mathieu Othacehe
70a593242e
Update NEWS.
* NEWS: Add new services for the 1.4.0.
2022-09-28 09:06:10 +02:00
Mathieu Othacehe
4b551518d0
NEWS: Update it.
* NEWS: Add an entry about WSL images.
2022-09-26 09:47:10 +02:00
Ludovic Courtès
b814bdf441
Update NEWS. 2022-09-24 18:08:05 +02:00
Maxim Cournoyer
a57c4eff6b
Update NEWS. 2022-09-23 00:50:17 -04:00
Mathieu Othacehe
41b30f40be
Update NEWS.
* NEWS: Mention Shepherd 0.9.2 upgrade.
2022-09-19 09:06:47 +02:00
Mathieu Othacehe
c0d25bef71
Update NEWS.
Entries extracted from:
        git log 3eadcdc63..version-1.4.0

* NEWS: Update entries for v1.4.0
2022-09-16 10:01:56 +02:00
Maxim Cournoyer
011dab59d8
Update NEWS.
This covers the commits made between v1.3.0..3eadcdc6^.

* NEWS: New entries for the 1.4.0 upcoming release.
2022-09-15 16:57:39 -04:00
Maxim Cournoyer
839950c4a9
Update NEWS.
These news were extracted from the output of:

   git log --reverse v1.3.0..03eb0b1be2cfedd0d9a66fef0edc53a17f7653a5.

* NEWS: Update entries for v1.4.0.
2022-09-14 23:57:56 -04:00
Ludovic Courtès
daf7b5ecef
Update NEWS. 2021-11-23 10:24:28 +01:00
Tobias Geerinckx-Rice
ff77544021
Update NEWS.
* NEWS (Distribution): Note new fsck.* arguments and XFS support.
2021-09-23 20:02:23 +02:00
Ludovic Courtès
eb6593cec4
Update NEWS. 2021-09-18 23:08:32 +02:00
Maxim Cournoyer
4cbe0127a6
guix-install.sh: Prompt for configuring substitutes discovery.
Also ensure prompt_yes_no always print the message with a trailing space,
which is more pleasing to the eye.

* etc/guix-daemon.conf.in <--discover=no>: New guix-daemon option.
* etc/guix-daemon.service.in: Likewise.
* etc/init.d/guix-daemon.in: Likewise.
* etc/openrc/guix-daemon.in: Likewise.
* etc/guix-install.sh (configure_substitute_discovery): New procedure.
(sys_enable_guix_daemon): Ask the user whether automatic substitute discovery
should be enabled.  Set the '--discover' argument accordingly.
(prompt_yes_no): Add a trailing space to the message.
(sys_authorize_build_farms): Remove trailing space from the message argument.
* NEWS (Distribution): Add news.
2021-07-07 23:54:20 -04:00
Maxim Cournoyer
82daab4281
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.
2021-06-29 14:53:21 -04:00
Maxim Cournoyer
80dc6ad4a8
Update NEWS. 2021-05-10 13:48:30 -04:00
Leo Famulari
7418a20074
Update NEWS. 2021-05-10 11:21:02 -04:00
Ludovic Courtès
3a0fcaa0fe
Update NEWS. 2021-05-10 11:42:03 +02:00
Ludovic Courtès
b37ab28401
Update NEWS. 2021-05-04 16:57:05 +02:00
Ludovic Courtès
a099685659
Update NEWS. 2020-11-22 20:27:28 +01:00
Ludovic Courtès
1e272d42f6
Update NEWS. 2020-11-13 09:13:56 +01:00
Ludovic Courtès
b51da3ccef
Update NEWS. 2020-11-09 23:27:09 +01:00
Mathieu Othacehe
afa77bd228
Update NEWS. 2020-11-07 19:36:10 +01:00
Ludovic Courtès
e8b9b0fae0
Update NEWS. 2020-11-07 16:14:03 +01:00
Ludovic Courtès
51916455d0
Update NEWS. 2020-11-05 23:27:22 +01:00
Ludovic Courtès
d62c9b2671
Update NEWS. 2020-04-15 00:02:23 +02:00
Ludovic Courtès
6945c43754
Update NEWS. 2020-04-12 17:05:21 +02:00
Ludovic Courtès
f9adf35595
Update NEWS. 2020-04-09 22:56:56 +02:00
Ludovic Courtès
c34684b6bc
Update NEWS. 2019-05-17 11:25:51 +02:00
Ludovic Courtès
22872f7666
Update NEWS. 2019-05-16 18:52:27 +02:00
Ludovic Courtès
6298c3ffd9
Update NEWS. 2019-05-01 12:10:42 +02:00
Ludovic Courtès
2f8198dfed
Update NEWS. 2019-04-29 11:31:23 +02:00
Ludovic Courtès
7dac61143d
Update NEWS. 2019-04-28 22:57:07 +02:00
Ludovic Courtès
eeedb094ec
Update NEWS. 2018-12-05 00:11:22 +01:00
Ludovic Courtès
273cce9875
Update NEWS. 2018-12-05 00:08:28 +01:00
Ludovic Courtès
4bd5b9707e
Update NEWS. 2018-11-23 15:42:01 +01:00
Ricardo Wurmus
0f377aad75
Update NEWS. 2018-08-30 15:22:30 +02:00
Ludovic Courtès
359fdda40f
Update NEWS. 2018-07-05 22:16:39 +02:00
Ludovic Courtès
1400776f52
Update NEWS. 2018-07-05 17:19:09 +02:00