<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/hydra.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2013-06-20T21:41:31Z</updated>
<entry>
<title>build: Move Hydra recipe to build-aux/hydra.</title>
<updated>2013-06-20T21:41:31Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-06-20T20:49:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=f3211ef3868326e3cec5318bc799a2ff6572741b'/>
<id>urn:sha1:f3211ef3868326e3cec5318bc799a2ff6572741b</id>
<content type='text'>
* hydra.scm: Rename to...
* build-aux/hydra/gnu-system.scm: ... this.
* Makefile.am (EXTRA_DIST): Adjust accordingly.
</content>
</entry>
<entry>
<title>build: `hydra.scm' really cross-builds Gettext.</title>
<updated>2013-05-26T21:46:10Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-05-26T20:31:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=aa289a3e82bbbf2aceccc3abacf5343e0d4319ba'/>
<id>urn:sha1:aa289a3e82bbbf2aceccc3abacf5343e0d4319ba</id>
<content type='text'>
* hydra.scm: Import (gnu packages gettext).
</content>
</entry>
<entry>
<title>build: Add missing import in `hydra.scm'.</title>
<updated>2013-05-25T21:24:51Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-05-25T21:24:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=923fbae1f0a0d2dba8d8cf22d5c04679f03b1468'/>
<id>urn:sha1:923fbae1f0a0d2dba8d8cf22d5c04679f03b1468</id>
<content type='text'>
* hydra.scm: Import (gnu packages gawk).
</content>
</entry>
<entry>
<title>build: `hydra.scm' cross-builds a few more packages.</title>
<updated>2013-05-25T20:39:51Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-05-25T20:39:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=598608c7eec51ff0911a77c953a984d494e45a62'/>
<id>urn:sha1:598608c7eec51ff0911a77c953a984d494e45a62</id>
<content type='text'>
* hydra.scm (%packages-to-cross-build): Add a few packages.
</content>
</entry>
<entry>
<title>build: `hydra.scm' cross-builds simpler packages.</title>
<updated>2013-05-24T22:03:28Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-05-24T22:03:28Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=2ee5f56b4d0a5913632ae9a2075b9645e704f7e2'/>
<id>urn:sha1:2ee5f56b4d0a5913632ae9a2075b9645e704f7e2</id>
<content type='text'>
* hydra.scm (%packages-to-cross-build): Remove things from
  make-bootstrap for now.
</content>
</entry>
<entry>
<title>build: `hydra.scm' adds cross-build jobs.</title>
<updated>2013-05-24T21:12:56Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-05-24T21:12:56Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=929c0f69de155a1ca41296515541ee51856bd2bb'/>
<id>urn:sha1:929c0f69de155a1ca41296515541ee51856bd2bb</id>
<content type='text'>
* hydra.scm (package-&gt;alist): Add `package-derivation' argument.
  (package-cross-job): New procedure.
  (%packages-to-cross-build, %cross-targets): New variables.
  (hydra-jobs): Add cross jobs.
</content>
</entry>
<entry>
<title>build: Set `%fresh-auto-compile' in `hydra.scm'.</title>
<updated>2013-03-27T23:14:38Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-03-27T23:14:38Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=bb90ad83b1030c283100bd618ec46423f2fd071e'/>
<id>urn:sha1:bb90ad83b1030c283100bd618ec46423f2fd071e</id>
<content type='text'>
* hydra.scm: Set `%fresh-auto-compile' to #t.
</content>
</entry>
<entry>
<title>build: `hydra.scm' changes %load-path to refer to itself.</title>
<updated>2013-03-26T23:24:54Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-03-26T23:24:54Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=0b5aa854a0387d10c48488f408ffa21367ea48ac'/>
<id>urn:sha1:0b5aa854a0387d10c48488f408ffa21367ea48ac</id>
<content type='text'>
* hydra.scm: Add `eval-when' clause.
</content>
</entry>
<entry>
<title>distro: Rename (distro) to (gnu packages).</title>
<updated>2013-01-18T00:07:53Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-01-18T00:06:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=59a43334a98babd6c776648967e48d7c44723639'/>
<id>urn:sha1:59a43334a98babd6c776648967e48d7c44723639</id>
<content type='text'>
* distro.scm: Rename to...
* gnu/packages.scm: ... this.  Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
</content>
</entry>
<entry>
<title>distro: Change the module name space to (gnu ...).</title>
<updated>2013-01-18T00:07:31Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-01-18T00:06:24Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=1ffa7090b99dfd2f54fa883929c5e78d7852657a'/>
<id>urn:sha1:1ffa7090b99dfd2f54fa883929c5e78d7852657a</id>
<content type='text'>
* distro: Rename to...
* gnu: ... this.  Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
  /distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
</content>
</entry>
</feed>
