<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/bootstrap, branch koszko</title>
<subtitle>Wojtek's customized Guix</subtitle>
<id>https://git.koszko.org/guix/atom?h=koszko</id>
<link rel='self' href='https://git.koszko.org/guix/atom?h=koszko'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/'/>
<updated>2024-04-19T14:45:41Z</updated>
<entry>
<title>maint: Generate doc/version[-LANG].texi using `mdate-from-git.scm'.</title>
<updated>2024-04-19T14:45:41Z</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2024-04-14T07:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=2b8a2a6e723a0cf987c814865df9368e6348b6f8'/>
<id>urn:sha1:2b8a2a6e723a0cf987c814865df9368e6348b6f8</id>
<content type='text'>
This replaces Automake's `build-aux/mdate-sh' with our own
`build-aux/mdate-from-git.scm' to use reproducible timestamps from Git
instead.

* build-aux/mdate-from-git.scm: New script.
* bootstrap: Use it to replace build-aux/mdate-sh.
* Makefile.am (EXTRA_DIST): Add it.

Change-Id: I17d0a7de9ffea397129c0db1728f86e28a4e245f
</content>
</entry>
<entry>
<title>bootstrap: Simplify search for translation languages.</title>
<updated>2021-06-13T18:46:01Z</updated>
<author>
<name>Hartmut Goebel</name>
<email>h.goebel@crazy-compilers.com</email>
</author>
<published>2021-05-30T17:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=bd02e50a02ceed914135dba1e69e4457e489cf86'/>
<id>urn:sha1:bd02e50a02ceed914135dba1e69e4457e489cf86</id>
<content type='text'>
Extend the sed script to also behave like "basename",
saving the addtional call of "xargs basename".

* bootstrap (langs): Extend sed scripts, remove running xargs.
</content>
</entry>
<entry>
<title>bootstrap: Fix typo.</title>
<updated>2020-02-17T10:49:08Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2020-02-17T10:48:50Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=3dd311e3a059131ef245417106d4fb659222ef3c'/>
<id>urn:sha1:3dd311e3a059131ef245417106d4fb659222ef3c</id>
<content type='text'>
* bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’.

Reported-by: jetomit on #guix
</content>
</entry>
<entry>
<title>doc: Add Guix Cookbook.</title>
<updated>2019-09-18T09:38:14Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-09-08T12:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=7bc46ecc34ceb042ff890e5d306d0a2a736e891d'/>
<id>urn:sha1:7bc46ecc34ceb042ff890e5d306d0a2a736e891d</id>
<content type='text'>
* .gitignore: Update ignore list.
* Makefile.am (assert-no-store-file-names): Exclude the cookbook.
* bootstrap: Generate po files for cookbook translations.
* doc/guix-cookbook.texi: New file.
* doc/local.mk (info_TEXINFOS): Add it; add a rule to build cookbook
translations.
* po/doc/local.mk (DOC_COOKBOOK_PO_FILES): New variable.
(EXTRA_DIST): Add cookbook pot file and po files.
(doc-po-update-cookbook-%): New target.
(doc-pot-update): Also update cookbook pot file.
(doc-po-update): Also update cookbook po files.
</content>
</entry>
<entry>
<title>bootstrap: Break automake dependency on generated files.</title>
<updated>2019-04-26T09:21:32Z</updated>
<author>
<name>Miguel Ángel Arruga Vivas</name>
<email>rosen644835@gmail.com</email>
</author>
<published>2019-04-23T09:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=9ca5ff882e2ac4eaab02eb0fde545bd784af478b'/>
<id>urn:sha1:9ca5ff882e2ac4eaab02eb0fde545bd784af478b</id>
<content type='text'>
* bootstrap: Generate stub files for the manual translations whose
generated files are not included in the VCS.
* doc/contributing.de.texi: Remove file.
* doc/contributing.es.texi: Remove file.
* doc/contributing.fr.texi: Remove file.
* doc/contributing.zh_CN.texi: Remove file.
* doc/guix.de.texi: Remove file.
* doc/guix.es.texi: Remove file.
* doc/guix.fr.texi: Remove file.
* doc/guix.zh_CN.texi: Remove file.
* .gitignore: Add them.

Signed-off-by: Julien Lepiller &lt;julien@lepiller.eu&gt;
</content>
</entry>
<entry>
<title>Remove 'nix-upstream' submodule.</title>
<updated>2014-12-19T22:18:49Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2014-12-19T22:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=9ac97e83e9d8bef310b5353c64505498c9d16ce7'/>
<id>urn:sha1:9ac97e83e9d8bef310b5353c64505498c9d16ce7</id>
<content type='text'>
* nix/sync-with-upstream: Remove.
* bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'.
* .gitmodules: Remove.
</content>
</entry>
<entry>
<title>build: Have `bootstrap' run all the necessary steps.</title>
<updated>2012-12-13T22:46:33Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-12-13T22:45:38Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=e2a06ddc7a7d5620f7df8397cec714335b548d6a'/>
<id>urn:sha1:e2a06ddc7a7d5620f7df8397cec714335b548d6a</id>
<content type='text'>
* bootstrap: Always run "git submodule init".  Run
  `nix/sync-with-upstream'.
  Reported by Nikita Karetnikov and Andreas Enge.
</content>
</entry>
<entry>
<title>build: Add `bootstrap' and `sync-with-upstream' scripts.</title>
<updated>2012-12-03T22:05:11Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-12-03T21:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=b49ffe2d678b5df4192fb9be4ad50bed9d6d5b7f'/>
<id>urn:sha1:b49ffe2d678b5df4192fb9be4ad50bed9d6d5b7f</id>
<content type='text'>
* bootstrap, nix/sync-with-upstream: New files.
* Makefile.am (EXTRA_DIST): Add `bootstrap'.
* daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'.
</content>
</entry>
</feed>
