<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/bootstrap.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>2019-05-29T13:40:31Z</updated>
<entry>
<title>gnu: Add basic support for riscv64-linux-gnu targets.</title>
<updated>2019-05-29T13:40:31Z</updated>
<author>
<name>Carl Dong</name>
<email>accounts@carldong.me</email>
</author>
<published>2019-05-28T17:31:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=7180dd671697e0215b140ebc0d36047b4b8375f2'/>
<id>urn:sha1:7180dd671697e0215b140ebc0d36047b4b8375f2</id>
<content type='text'>
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
"riscv64-linux".
* gnu/packages/linux.scm (system-&gt;linux-architecture): Add "riscv"
prefix.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>gnu: Add dummy linker for arm-elf.</title>
<updated>2019-01-07T15:39:35Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-12-28T13:36:37Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=7f2d67c826cf5c0653aea2637462b0964e2e1984'/>
<id>urn:sha1:7f2d67c826cf5c0653aea2637462b0964e2e1984</id>
<content type='text'>
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for arm-elf.
</content>
</entry>
<entry>
<title>Merge branch 'master' into core-updates</title>
<updated>2018-03-29T15:34:41Z</updated>
<author>
<name>Marius Bakke</name>
<email>mbakke@fastmail.com</email>
</author>
<published>2018-03-29T15:34:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=5576cfabf3485e0cf794cc3de085a3578151ee64'/>
<id>urn:sha1:5576cfabf3485e0cf794cc3de085a3578151ee64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gnu: bootstrap: Remove unneeded import.</title>
<updated>2018-03-27T12:51:44Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2018-03-26T20:47:00Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=7ddd418a1d678b5ecaac185bde8576c4ed68adf7'/>
<id>urn:sha1:7ddd418a1d678b5ecaac185bde8576c4ed68adf7</id>
<content type='text'>
* gnu/packages/bootstrap.scm: Remove unneeded (guix build utils) import.
</content>
</entry>
<entry>
<title>bootstrap: Use invoke instead of system*.</title>
<updated>2018-03-16T09:01:59Z</updated>
<author>
<name>Mark H Weaver</name>
<email>mhw@netris.org</email>
</author>
<published>2018-03-16T07:48:24Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ad1656dc917cd7f9702cf0d7623f642a7f4bb522'/>
<id>urn:sha1:ad1656dc917cd7f9702cf0d7623f642a7f4bb522</id>
<content type='text'>
* gnu/packages/bootstrap.scm (package-from-tarball): Ignore the result of
the snippet procedure.  Use invoke and remove vestigial plumbing.
(%bootstrap-coreutils&amp;co): Remove the vestigial #t from the snippet.
(%bootstrap-glibc, %bootstrap-gcc)[arguments]: Use invoke.  Return #t from the
builder.
</content>
</entry>
<entry>
<title>gnu: Add basic support for s390x-linux-gnu targets.</title>
<updated>2018-02-19T21:22:21Z</updated>
<author>
<name>mephi42</name>
<email>mephi42@gmail.com</email>
</author>
<published>2018-02-16T14:50:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=b91004c2f5b95281e4533195108051aeeecf99a3'/>
<id>urn:sha1:b91004c2f5b95281e4533195108051aeeecf99a3</id>
<content type='text'>
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
  "s390x-linux".
* gnu/packages/linux.scm (system-&gt;linux-architecture): Add "s390"
  prefix.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>gnu: bootstrap: 'package-with-bootstrap-guile' uses 'eq?' memoization.</title>
<updated>2018-01-18T15:37:41Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2018-01-18T15:37:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=6d7b26a39faf42c37f15dc64a30a77e5e194ea23'/>
<id>urn:sha1:6d7b26a39faf42c37f15dc64a30a77e5e194ea23</id>
<content type='text'>
* gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Use
'mlambdaq'.
</content>
</entry>
<entry>
<title>gnu: guix: Factorize downloads of bootstrap tarball.</title>
<updated>2017-08-28T21:51:32Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-07-27T14:41:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=3e5750af74a057cd3b2610edafea5b507bf67bc6'/>
<id>urn:sha1:3e5750af74a057cd3b2610edafea5b507bf67bc6</id>
<content type='text'>
* gnu/packages/bootstrap.scm (bootstrap-guile-origin): New procedure.
* gnu/packages/package-management.scm (guix)[inputs]: Remove
'boot-guile' procedure; use 'bootstrap-guile-origin' instead.
</content>
</entry>
<entry>
<title>gnu: bootstrap: Prefer HTTPS for downloads.</title>
<updated>2017-08-28T21:49:52Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-07-27T13:17:48Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=894fc4e9f5cf5184be54321c1ba5c8e51a6380d7'/>
<id>urn:sha1:894fc4e9f5cf5184be54321c1ba5c8e51a6380d7</id>
<content type='text'>
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first.
</content>
</entry>
<entry>
<title>gnu: guile-bootstrap: Use a fixed-output derivation to download.</title>
<updated>2017-08-28T21:15:35Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-07-27T13:00:58Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=5c93d2332493a8e7edb07e8863b58c0ca1696280'/>
<id>urn:sha1:5c93d2332493a8e7edb07e8863b58c0ca1696280</id>
<content type='text'>
* gnu/packages/bootstrap.scm (bootstrap-guile-url-path)
(bootstrap-guile-hash, download-bootstrap-guile): New procedures.
(raw-build): Use it.  Script uses $GUILE_TARBALL.  Add GUILE to the
inputs of the derivation.
</content>
</entry>
</feed>
