<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/tests/guix-shell-export-manifest.sh, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>tests: guix-shell-export-manifest: Fix pyproject-build-system python test.</title>
<updated>2024-12-14T00:28:49+00:00</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2024-12-14T00:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=84de473132218f313b2e71342ff209b8d9db3e80'/>
<id>84de473132218f313b2e71342ff209b8d9db3e80</id>
<content type='text'>
This is a follow-up to commit
    fdc0fefd46a45b70784a4e3f8900cbe593426a9e
    build-system/pyproject: Use python-sans-pip-wrapper as default-python.

* tests/guix-shell-export-manifest.sh: Grep for python-sans-pip-wrapper, which
is the python now used by the pyproject-build-system.

Change-Id: I5f44e07544f80973fa6b306b2dcdf42ac3b56ad6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to commit
    fdc0fefd46a45b70784a4e3f8900cbe593426a9e
    build-system/pyproject: Use python-sans-pip-wrapper as default-python.

* tests/guix-shell-export-manifest.sh: Grep for python-sans-pip-wrapper, which
is the python now used by the pyproject-build-system.

Change-Id: I5f44e07544f80973fa6b306b2dcdf42ac3b56ad6
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Fix '--export-manifest' for cached profiles and when '-p' is used.</title>
<updated>2022-06-16T21:57:40+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2022-06-16T14:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=925a57c5d04553ff6c514867348e7d3c5c22ca66'/>
<id>925a57c5d04553ff6c514867348e7d3c5c22ca66</id>
<content type='text'>
Fixes &lt;https://issues.guix.gnu.org/55521&gt;.

* guix/scripts/shell.scm (export-manifest): When computing 'manifest',
honor the 'profile key.
* tests/guix-shell-export-manifest.sh: Add test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes &lt;https://issues.guix.gnu.org/55521&gt;.

* guix/scripts/shell.scm (export-manifest): When computing 'manifest',
honor the 'profile key.
* tests/guix-shell-export-manifest.sh: Add test.
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: '--export-manifest -D x -D y' generates a valid manifest.</title>
<updated>2022-06-01T20:22:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2022-05-31T07:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2acc83daa5a3dd1b4ed3f8c32ecadf1313e6fd18'/>
<id>2acc83daa5a3dd1b4ed3f8c32ecadf1313e6fd18</id>
<content type='text'>
* guix/scripts/shell.scm (manifest-&gt;code*): Add missing 'list' in
generated 'concatenate-manifests' call.
* tests/guix-shell-export-manifest.sh: Add test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/scripts/shell.scm (manifest-&gt;code*): Add missing 'list' in
generated 'concatenate-manifests' call.
* tests/guix-shell-export-manifest.sh: Add test.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: 'guix shell --export-manifest' test no longer needs networking.</title>
<updated>2022-04-08T16:14:35+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2022-04-07T19:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=20691c70cf2c5a61af7f906b65d57a524ecfc4f3'/>
<id>20691c70cf2c5a61af7f906b65d57a524ecfc4f3</id>
<content type='text'>
* tests/guix-shell-export-manifest.sh: Use '--with-input' rather than
'--with-latest' as the latter would crash in the absence of network
access.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/guix-shell-export-manifest.sh: Use '--with-input' rather than
'--with-latest' as the latter would crash in the absence of network
access.
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Add '--export-manifest'.</title>
<updated>2022-04-04T20:58:04+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2022-03-31T11:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c42b7baf13c7633b4512e94da7445299c57b247d'/>
<id>c42b7baf13c7633b4512e94da7445299c57b247d</id>
<content type='text'>
* guix/scripts/shell.scm (show-help, %options): Add '--export-manifest'.
(manifest-entry-version-prefix, manifest-&gt;code*)
(export-manifest): New procedures.
(guix-shell): Honor '--export-manifest'.
* tests/guix-shell-export-manifest.sh: New file.
* Makefile.am (SH_TESTS): Add it.
* doc/guix.texi (Invoking guix shell): Document '--export-manifest'.
(Invoking guix environment): Link to it.
(Invoking guix pack): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/scripts/shell.scm (show-help, %options): Add '--export-manifest'.
(manifest-entry-version-prefix, manifest-&gt;code*)
(export-manifest): New procedures.
(guix-shell): Honor '--export-manifest'.
* tests/guix-shell-export-manifest.sh: New file.
* Makefile.am (SH_TESTS): Add it.
* doc/guix.texi (Invoking guix shell): Document '--export-manifest'.
(Invoking guix environment): Link to it.
(Invoking guix pack): Likewise.
</pre>
</div>
</content>
</entry>
</feed>
