<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/.gitignore, branch ruby-team</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>etc/committer: Avoid using an Autoconf template.</title>
<updated>2026-08-25T01:05:08+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-08-09T23:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d485ff319a82fb4d497e1d5435d881608f4bdf10'/>
<id>d485ff319a82fb4d497e1d5435d881608f4bdf10</id>
<content type='text'>
This does not seem to be critical here, and hampers hackability (a ./configure
re-run was needed to regenerate the file).

* etc/committer.scm.in: Rename to...
* etc/committer.scm: ... this.  Adjust shebang to use /bin/sh and 'guix repl'.
* .gitignore: De-register etc/committer.scm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not seem to be critical here, and hampers hackability (a ./configure
re-run was needed to regenerate the file).

* etc/committer.scm.in: Rename to...
* etc/committer.scm: ... this.  Adjust shebang to use /bin/sh and 'guix repl'.
* .gitignore: De-register etc/committer.scm.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Remove Debbugs-related documentation.</title>
<updated>2026-06-21T01:21:37+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-06-21T01:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3210143e852cf940c18a7043f7cb778eb8539efc'/>
<id>3210143e852cf940c18a7043f7cb778eb8539efc</id>
<content type='text'>
We've been using Codeberg for more than a year now.  Also delete email-flow
related config files.

* doc/contributing.texi (Tracking Bugs and Changes)
&lt;Debbugs User Interfaces&gt;: Delete subsection.
* .patman: Delete file.
* .mumi/config: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've been using Codeberg for more than a year now.  Also delete email-flow
related config files.

* doc/contributing.texi (Tracking Bugs and Changes)
&lt;Debbugs User Interfaces&gt;: Delete subsection.
* .patman: Delete file.
* .mumi/config: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: Add AppArmor profile for the daemon.</title>
<updated>2025-12-22T21:48:57+00:00</updated>
<author>
<name>Noé Lopez</name>
<email>noelopez@free.fr</email>
</author>
<published>2025-12-08T15:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=587fd2dad49d8af3f31d06e29ff43c986d6f35c4'/>
<id>587fd2dad49d8af3f31d06e29ff43c986d6f35c4</id>
<content type='text'>
* .gitignore: Add etc/apparmor.d/tunables/guix.
* Makefile.am (nodist_apparmor_profile_DATA)
(nodist_apparmor_profile_tunables_DATA): Define it.
* configure.ac: Generate etc/apparmor.d/tunables/guix. Add
--with-apparmor-profile-dir option.
* etc/apparmor.d/guix-daemon: New file.
* etc/apparmor.d/tunables/guix.in: New file.
* doc/guix.texi: Document AppArmor profiles.
* gnu/packages/package-management.scm (guix): Add future changes commented.

Change-Id: Iac7df9d642383cc46a2d450c3badef31199ab041
Signed-off-by: Rutherther &lt;rutherther@ditigal.xyz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .gitignore: Add etc/apparmor.d/tunables/guix.
* Makefile.am (nodist_apparmor_profile_DATA)
(nodist_apparmor_profile_tunables_DATA): Define it.
* configure.ac: Generate etc/apparmor.d/tunables/guix. Add
--with-apparmor-profile-dir option.
* etc/apparmor.d/guix-daemon: New file.
* etc/apparmor.d/tunables/guix.in: New file.
* doc/guix.texi: Document AppArmor profiles.
* gnu/packages/package-management.scm (guix): Add future changes commented.

Change-Id: Iac7df9d642383cc46a2d450c3badef31199ab041
Signed-off-by: Rutherther &lt;rutherther@ditigal.xyz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Add more .trs files.</title>
<updated>2025-08-04T12:14:44+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2025-08-04T11:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=29476443b47860e303d17790fe480ccdcf782159'/>
<id>29476443b47860e303d17790fe480ccdcf782159</id>
<content type='text'>
* .gitignore: Ignore all .trs files in the tests directory.

Change-Id: I7d8f895cf38a6391f0dcfd068c61a1034a4eb6d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .gitignore: Ignore all .trs files in the tests directory.

Change-Id: I7d8f895cf38a6391f0dcfd068c61a1034a4eb6d9
</pre>
</div>
</content>
</entry>
<entry>
<title>nix: Install guix-gc systemd timer.</title>
<updated>2025-03-02T12:21:59+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2025-03-02T12:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=61ca5bdbce55c38615b6f98a1835fa64b5220a7b'/>
<id>61ca5bdbce55c38615b6f98a1835fa64b5220a7b</id>
<content type='text'>
* nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer.
(etc/guix-gc.timer): Add rule to generate file.
(EXTRA_DIST): Add guix-gc.timer.in, remove guix-gc.timer.
* gitignore: Add etc/guix-gc.timer.

Change-Id: I361aef660fe7d9803f58f4e31e16d8db595d1853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer.
(etc/guix-gc.timer): Add rule to generate file.
(EXTRA_DIST): Add guix-gc.timer.in, remove guix-gc.timer.
* gitignore: Add etc/guix-gc.timer.

Change-Id: I361aef660fe7d9803f58f4e31e16d8db595d1853
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Ignore more generated .info files.</title>
<updated>2025-02-25T03:19:32+00:00</updated>
<author>
<name>Tomas Volf</name>
<email>~@wolfsden.cz</email>
</author>
<published>2025-02-23T20:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c1cab99ff8fb6f67e815ab9a6bd25768ac2c77cf'/>
<id>c1cab99ff8fb6f67e815ab9a6bd25768ac2c77cf</id>
<content type='text'>
Building Guix now creates 'doc/guix.de.info-10', so we have to adjust the ignore
pattern to match numbers with more than a single digit.

* .gitignore: Ignore /doc/guix*.info-[0-9][0-9].  Add a newline at the end of
file.

Change-Id: I42f8eb6fc24e4fdc1121e7b0927bda5fb3e2e151
Signed-off-by: Leo Famulari &lt;leo@famulari.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building Guix now creates 'doc/guix.de.info-10', so we have to adjust the ignore
pattern to match numbers with more than a single digit.

* .gitignore: Ignore /doc/guix*.info-[0-9][0-9].  Add a newline at the end of
file.

Change-Id: I42f8eb6fc24e4fdc1121e7b0927bda5fb3e2e151
Signed-off-by: Leo Famulari &lt;leo@famulari.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>teams: Adjust shebang to use 'guix repl'.</title>
<updated>2023-10-23T00:35:15+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2023-10-21T02:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4cf4dcb8b31274a8dfba6bae3a6826a1b521da3f'/>
<id>4cf4dcb8b31274a8dfba6bae3a6826a1b521da3f</id>
<content type='text'>
This ensures the correct Guix dependencies are always available for the
script.

* etc/teams.scm.in: Rename to...
* etc/teams.scm: ... this.  Adjust shebang.
* .gitignore: No longer ignore it.
* configure.ac: Do not process it with AC_CONFIG_FILES.

Reported-by: Clément Lassieur &lt;clement@lassieur.org&gt;
Fixes: https://issues.guix.gnu.org/66605
Change-Id: I7a01750c6c5f0696b6c36b1e6caa9389d9e6822c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures the correct Guix dependencies are always available for the
script.

* etc/teams.scm.in: Rename to...
* etc/teams.scm: ... this.  Adjust shebang.
* .gitignore: No longer ignore it.
* configure.ac: Do not process it with AC_CONFIG_FILES.

Reported-by: Clément Lassieur &lt;clement@lassieur.org&gt;
Fixes: https://issues.guix.gnu.org/66605
Change-Id: I7a01750c6c5f0696b6c36b1e6caa9389d9e6822c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mumi config.</title>
<updated>2023-04-24T14:32:54+00:00</updated>
<author>
<name>Arun Isaac</name>
<email>arunisaac@systemreboot.net</email>
</author>
<published>2023-04-24T14:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=23f11afacdfe755ffa514a8cbf93ba1121b9db0d'/>
<id>23f11afacdfe755ffa514a8cbf93ba1121b9db0d</id>
<content type='text'>
* .mumi/config: New file.
* .gitignore: Add .mumi/current-issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .mumi/config: New file.
* .gitignore: Add .mumi/current-issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: Add teams.scm.</title>
<updated>2022-07-03T12:12:32+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2022-07-03T12:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4eaf90470f466b3fdab87f6961cb18bb348d433f'/>
<id>4eaf90470f466b3fdab87f6961cb18bb348d433f</id>
<content type='text'>
* etc/teams.scm.in: New file.
* configure.ac: Generate executable.
* .gitignore: Ignore generated file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/teams.scm.in: New file.
* configure.ac: Generate executable.
* .gitignore: Ignore generated file.
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: Add .DS_Store.</title>
<updated>2022-06-05T19:27:53+00:00</updated>
<author>
<name>Pavel Shlyak</name>
<email>p.shlyak@pantherx.org</email>
</author>
<published>2022-05-26T17:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4d47c2c723927ad4ad4142bd517c6ccc03c27528'/>
<id>4d47c2c723927ad4ad4142bd517c6ccc03c27528</id>
<content type='text'>
Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store

Signed-off-by: Mathieu Othacehe &lt;othacehe@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store

Signed-off-by: Mathieu Othacehe &lt;othacehe@gnu.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
