Ludovic Courtès
ccda88a070
package: Honor '--dry-run' when target profile is already in store.
...
Fixes <https://issues.guix.gnu.org/53267 >.
Reported by Tirifto <tirifto@posteo.cz>.
Regression introduced in 65ffb9388c1c3d870cb07e4cb3ef12c9ac06a161.
In the (unlikely) case where the profile we're targeting with "guix
upgrade -n" or similar is already built, a new profile generation would
be created and linked to despite the use of '-n'. This is because
65ffb9388c1c3d870cb07e4cb3ef12c9ac06a161 assumed that dry-run behavior
would be handled solely by the build handler, which is not the case when
there's nothing to build.
* guix/scripts/package.scm (build-and-use-profile): Reintroduce #:dry-run?
and honor it.
(process-actions): Pass #:dry-run? to 'build-and-use-profile'.
* tests/guix-package-net.sh: Add test.
2022-01-19 22:07:54 +01:00
..
2021-12-22 10:53:19 +01:00
2021-08-02 17:23:30 -04:00
2020-08-29 16:24:17 +02:00
2021-08-29 01:05:26 -04:00
2022-01-10 11:44:29 -05:00
2021-09-17 01:27:40 +02:00
2021-01-16 11:51:03 +00:00
2021-12-22 10:53:19 +01:00
2020-10-01 12:51:13 +02:00
2021-12-18 04:09:47 +01:00
2021-01-13 22:42:49 +01:00
2020-12-21 17:47:35 +01:00
2021-11-16 14:34:28 +01:00
2021-11-17 23:43:14 +01:00
2021-12-18 22:51:55 +01:00
2021-07-18 02:10:49 -04:00
2021-07-20 23:43:29 +02:00
2021-11-27 23:06:17 +01:00
2021-12-22 10:53:19 +01:00
2021-09-18 19:37:45 +02:00
2020-12-09 22:25:17 +01:00
2021-05-28 23:04:44 +02:00
2021-09-28 22:00:47 +02:00
2021-04-15 03:22:55 -04:00
2021-09-21 15:15:52 +02:00
2022-01-16 20:21:27 -08:00
2020-12-15 17:32:09 +01:00
2021-12-22 10:53:19 +01:00
2020-09-28 21:06:36 -05:00
2021-11-08 09:06:14 +02:00
2020-09-28 21:06:36 -05:00
2020-09-28 21:06:36 -05:00
2021-10-25 19:02:32 +02:00
2021-10-31 14:49:47 +02:00
2020-09-28 21:06:36 -05:00
2020-09-28 21:06:36 -05:00
2022-01-16 23:56:56 +01:00
2022-01-04 20:37:29 -05:00
2021-10-09 19:24:19 +03:00
2021-02-22 12:07:45 +01:00
2020-12-04 13:12:08 +00:00
2020-09-28 21:06:36 -05:00
2020-10-02 23:28:09 +02:00
2022-01-19 22:07:54 +01:00
2021-04-29 01:22:04 +02:00
2020-09-16 16:04:01 +02:00
2021-12-10 21:49:25 +01:00
2021-08-29 01:05:26 -04:00
2021-12-05 19:17:41 +01:00
2022-01-05 23:44:18 +01:00
2021-09-18 19:37:45 +02:00
2022-01-16 23:56:56 +01:00
2021-09-01 23:41:42 +02:00
2021-05-15 12:14:47 +01:00
2021-04-12 18:42:22 +02:00
2021-12-17 21:04:25 -08:00
2022-01-06 16:27:30 +01:00
2021-12-23 10:54:00 +01:00
2021-11-16 14:34:28 +01:00
2021-01-16 23:30:59 +01:00
2020-08-25 13:45:27 -04:00
2021-11-18 22:56:10 +01:00
2021-12-22 10:53:19 +01:00
2021-07-18 19:50:01 +02:00
2021-10-31 14:49:47 +02:00
2021-11-17 23:43:14 +01:00
2021-10-25 15:29:42 +02:00
2022-01-19 22:07:54 +01:00
2021-11-18 22:56:10 +01:00
2021-08-12 12:34:13 +02:00
2021-01-31 21:49:58 +01:00
2021-11-16 14:34:28 +01:00
2021-12-05 19:17:41 +01:00
2022-01-10 14:59:26 +01:00
2021-04-09 17:46:38 +02:00
2021-01-21 11:22:08 +01:00
2021-10-26 12:46:27 +02:00
2021-08-29 01:05:26 -04:00
2022-01-13 23:11:19 +01:00
2022-01-01 15:23:24 +01:00
2022-01-05 21:17:58 +01:00
2021-11-07 01:38:23 -04:00