<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/guix-package.in, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2013-02-17T03:17:37Z</updated>
<entry>
<title>Replace individual scripts with master 'guix' script.</title>
<updated>2013-02-17T03:17:37Z</updated>
<author>
<name>Mark H Weaver</name>
<email>mhw@netris.org</email>
</author>
<published>2013-02-14T09:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=e49951eb3e1e1a8e7bad6d7471483e70b0865352'/>
<id>urn:sha1:e49951eb3e1e1a8e7bad6d7471483e70b0865352</id>
<content type='text'>
* scripts/guix.in: New script.

* Makefile.am (bin_SCRIPTS): Add 'scripts/guix'.  Remove 'guix-build',
  'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.

  (MODULES): Add 'guix/scripts/build.scm', 'guix/scripts/download.scm',
  'guix/scripts/import.scm', 'guix/scripts/package.scm', and
  'guix/scripts/gc.scm'.

* configure.ac (AC_CONFIG_FILES): Add 'scripts/guix'.  Remove 'guix-build',
  'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.

* guix-build.in, guix-download.in, guix-gc.in, guix-import.in,
  guix-package.in: Remove shell script boilerplate.  Move to guix-COMMAND.in
  to guix/scripts/COMMAND.scm.  Rename module from (guix-COMMAND) to
  (guix scripts COMMAND).  Change "guix-COMMAND" to "guix COMMAND" in
  usage help string.

* pre-inst-env.in: Add "@abs_top_builddir@/scripts" to the front of $PATH.
  Export $GUIX_UNINSTALLED.

* tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh,
  tests/guix-gc.sh, tests/guix-package.sh: Use "guix COMMAND" instead of
  "guix-COMMAND".

* doc/guix.texi: Replace all occurrences of "guix-COMMAND" with
  "guix COMMAND".

* po/POTFILES.in: Update.
</content>
</entry>
<entry>
<title>Build newest versions unless specified, and implement upgrades.</title>
<updated>2013-02-14T03:05:19Z</updated>
<author>
<name>Mark H Weaver</name>
<email>mhw@netris.org</email>
</author>
<published>2013-02-12T06:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=dc5669cd654019994fa59ab26db59c292332ae55'/>
<id>urn:sha1:dc5669cd654019994fa59ab26db59c292332ae55</id>
<content type='text'>
* gnu/packages.scm (find-newest-available-packages):
  New exported procedure.

* guix-build.in (newest-available-packages, find-best-packages-by-name):
  New procedures.
  (find-package): Use find-best-packages-by-name, to guarantee that
  if a version number is not specified, only the newest versions will
  be considered.

* guix-package.in (%options): Add --upgrade/-u option.
  (newest-available-packages, find-best-packages-by-name, upgradeable?):
  New procedures.
  (find-package): Use find-best-packages-by-name, to guarantee that
  if a version number is not specified, only the newest versions will
  be considered.
  (process-actions): Implement upgrade option.

* doc/guix.texi (Invoking guix-package): In the description of --install,
  mention that if no version number is specified, the newest available
  version will be selected.
</content>
</entry>
<entry>
<title>guix-package: Install propagated inputs.</title>
<updated>2013-02-06T22:04:10Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-02-06T22:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=4dede022fd551615de219629f8b7652905855d4a'/>
<id>urn:sha1:4dede022fd551615de219629f8b7652905855d4a</id>
<content type='text'>
* guix-package.in (profile-manifest): Return "version 1" manifests.
  (manifest-packages): Likewise.  When MANIFEST is "version 0", add
  '() as the list of "propagated inputs" of each package.
  (profile-derivation): Produce "version 1" manifests.  Pass each
  PACKAGES item's propagated inputs as an input for BUILDER.
  (input-&gt;name+path): New procedure.
  (guix-package)[find-package]: Add the transitive propagated inputs of
  each selected package as the last item of the tuple.
  [canonicalize-deps]: New procedure.
  [process-actions]: Adjust to support propagated inputs as the last item.
  [process-query]: Likewise.
</content>
</entry>
<entry>
<title>guix-package: Make `--search' queries case-insensitive.</title>
<updated>2013-02-01T12:16:45Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-02-01T11:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=cb09fb24eef9480188ef6b7c9411cd37bfc3b494'/>
<id>urn:sha1:cb09fb24eef9480188ef6b7c9411cd37bfc3b494</id>
<content type='text'>
* guix-package.in (guix-package)[process-query]: Use `regexp/icase' for
  the `search' regexp.
</content>
</entry>
<entry>
<title>guix-package: Report `--search' matches in recutils format.</title>
<updated>2013-02-01T12:16:41Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-02-01T12:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=299112d36e872d98896bf8dec281c34d9adad06e'/>
<id>urn:sha1:299112d36e872d98896bf8dec281c34d9adad06e</id>
<content type='text'>
* guix/ui.scm (fill-paragraph, string-&gt;recutils, package-&gt;recutils): New
  procedures.
* guix-package.in (guix-package)[process-query]: Use `package-&gt;recutils'
  to display package meta-data.
* tests/guix-package.sh: Adjust test.
* tests/ui.scm: New file.
* Makefile.am (TESTS): Add it.
* doc/guix.texi (Invoking guix-package): Adjust `--search'
  documentation, and give an example.
</content>
</entry>
<entry>
<title>guix-package: Gracefully report non-existing outputs.</title>
<updated>2013-02-01T08:17:59Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-02-01T08:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=aa92cf980cab9f085df11c79c4b27d2b8b0d88aa'/>
<id>urn:sha1:aa92cf980cab9f085df11c79c4b27d2b8b0d88aa</id>
<content type='text'>
* guix-package.in (guix-package)[find-package](ensure-output): New
  procedure. Use it to validate SUB-DRV.
</content>
</entry>
<entry>
<title>guix-package: Reduce start-up time for queries.</title>
<updated>2013-01-31T22:24:40Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-01-31T22:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=0f5378ebc4096b1d536f75c9867454215e8e06d6'/>
<id>urn:sha1:0f5378ebc4096b1d536f75c9867454215e8e06d6</id>
<content type='text'>
* guix-package.in (guix-package): Call `open-connection' and
  `package-derivation' only after `process-query' has returned.
</content>
</entry>
<entry>
<title>Gracefully handle failure to install the current locale.</title>
<updated>2013-01-29T23:09:32Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-01-29T22:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=473b03b3c6fbca909e18dbb5888ac5a98992207a'/>
<id>urn:sha1:473b03b3c6fbca909e18dbb5888ac5a98992207a</id>
<content type='text'>
* guix/ui.scm (install-locale): New procedure.
* guix-build.in, guix-download.in, guix-gc.in, guix-import.in,
  guix-package.in: Use it instead of (setlocale LC_ALL "").
</content>
</entry>
<entry>
<title>guix-package: Add '--search'.</title>
<updated>2013-01-28T06:47:49Z</updated>
<author>
<name>Nikita Karetnikov</name>
<email>nikita@karetnikov.org</email>
</author>
<published>2013-01-28T06:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=acc084669c01b254f2a12f9f43a8c1b5d16094c1'/>
<id>urn:sha1:acc084669c01b254f2a12f9f43a8c1b5d16094c1</id>
<content type='text'>
* guix-package.in (find-packages-by-description): New procedure.
  (show-help, %options): Add '--search'.
  (guix-package)[process-query]: Add support for '--search'.
* doc/guix.texi (Invoking guix-package): Document it.
* tests/guix-package.sh: Add tests.
</content>
</entry>
<entry>
<title>guix-package: Always use the next number for new generations.</title>
<updated>2013-01-27T16:58:46Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-01-27T16:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=82fe08ed207a17c51370dc90e965c15ee9db9235'/>
<id>urn:sha1:82fe08ed207a17c51370dc90e965c15ee9db9235</id>
<content type='text'>
Suggested by Andreas Enge &lt;andreas@enge.fr&gt; at
&lt;http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00325.html&gt;.

* guix-package.in (latest-profile-number): Remove.
  (switch-symlinks): New procedure.
  (roll-back)[switch-link]: Use it.
  (guix-package)[process-actions]: Always choose NUMBER + 1 for the new
  profile.  Use `switch-symlinks' instead of `symlink'.  Remove code to
  delete PROFILE when it exists since `switch-symlinks' has the same
  effect.
* tests/guix-package.sh: Adjust existing `--roll-back' tests.
* doc/guix.texi (Invoking guix-package): Document this `--roll-back'
  behavior.
</content>
</entry>
</feed>
