<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch v0.5</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>Update 'NEWS'.</title>
<updated>2013-12-11T12:06:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-11T12:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5d6dbd299e8389e8eb918daac00df9b6f6835e14'/>
<id>5d6dbd299e8389e8eb918daac00df9b6f6835e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove '..' from srcdir/builddir in 'pre-inst-env'.</title>
<updated>2013-12-11T10:58:54+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-11T10:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d862bf0fe92d62458a80eceecfa864164dd27cd5'/>
<id>d862bf0fe92d62458a80eceecfa864164dd27cd5</id>
<content type='text'>
* pre-inst-env.in (abs_top_srcdir, abs_top_builddir): New variables.
  Use them instead of @abs_top_srcdir@ and @abs_top_builddir@.
  This fixes the "package-field-location, relative file name" test in
  'make distcheck'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pre-inst-env.in (abs_top_srcdir, abs_top_builddir): New variables.
  Use them instead of @abs_top_srcdir@ and @abs_top_builddir@.
  This fixes the "package-field-location, relative file name" test in
  'make distcheck'.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Slightly improve the "System Configuration" node.</title>
<updated>2013-12-11T09:47:55+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-11T09:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=68ad877c6becd2e99ebc909e942d082bbd6efe94'/>
<id>68ad877c6becd2e99ebc909e942d082bbd6efe94</id>
<content type='text'>
* doc/guix.texi (System Configuration): Add paragraph on upgrades and
  rollback, moved from "Using the Configuration System".
  (Using the Configuration System): Change variable name to
  'komputilo'.  Add xref to "Package Modules".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (System Configuration): Add paragraph on upgrades and
  rollback, moved from "Using the Configuration System".
  (Using the Configuration System): Change variable name to
  'komputilo'.  Add xref to "Package Modules".
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gdb: Upgrade to 7.6.2.</title>
<updated>2013-12-11T00:25:39+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-11T00:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9afb63bb7f26622a4136b719e597ed3393dfc44b'/>
<id>9afb63bb7f26622a4136b719e597ed3393dfc44b</id>
<content type='text'>
* gnu/packages/gdb.scm (gdb): Update to 7.6.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gdb.scm (gdb): Update to 7.6.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: vm: Increase size of VM image.</title>
<updated>2013-12-11T00:10:41+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-11T00:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=22dd04383d6d8b96d69d3fd4dbfa9c6a329a1c43'/>
<id>22dd04383d6d8b96d69d3fd4dbfa9c6a329a1c43</id>
<content type='text'>
* gnu/system/vm.scm (system-qemu-image): Add 'disk-image-size'
  parameter; increase it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/system/vm.scm (system-qemu-image): Add 'disk-image-size'
  parameter; increase it.
</pre>
</div>
</content>
</entry>
<entry>
<title>store: Optimize 'store-path-package-name' and 'store-path-hash-part'.</title>
<updated>2013-12-10T23:19:27+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-10T23:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5c0f1845364fe8a5657a9e5a33090ea0ba781ea9'/>
<id>5c0f1845364fe8a5657a9e5a33090ea0ba781ea9</id>
<content type='text'>
* guix/store.scm (store-regexp*): New procedure.
  (store-path-package-name, store-path-hash-part): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/store.scm (store-regexp*): New procedure.
  (store-path-package-name, store-path-hash-part): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>store: Add tests for 'store-path-package-name'.</title>
<updated>2013-12-10T23:18:14+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-10T23:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c61a5b4a6d9703c7a76bce0e22e8e0644126f86b'/>
<id>c61a5b4a6d9703c7a76bce0e22e8e0644126f86b</id>
<content type='text'>
* tests/store.scm ("store-path-package-name", "store-path-package-name
  #f"): New tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/store.scm ("store-path-package-name", "store-path-package-name
  #f"): New tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update '.po' files.</title>
<updated>2013-12-10T22:06:29+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-10T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0b7e8e9d49c136c0598f3eb65f137a3c5c203eff'/>
<id>0b7e8e9d49c136c0598f3eb65f137a3c5c203eff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Small changes.</title>
<updated>2013-12-10T21:14:23+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2013-12-10T21:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4a8c5617f94814ec3faeeb4ee4ca1fda64778264'/>
<id>4a8c5617f94814ec3faeeb4ee4ca1fda64778264</id>
<content type='text'>
NEWS: Typos and very minor changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NEWS: Typos and very minor changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'NEWS'.</title>
<updated>2013-12-10T20:53:59+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2013-12-10T20:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a043ac04d9a33fd48b7481f0548954cabcf620ce'/>
<id>a043ac04d9a33fd48b7481f0548954cabcf620ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
