<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/init.d/savecache.in, branch origin/tests</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Ftests</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Ftests'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2025-11-13T16:02:31Z</updated>
<entry>
<title>init.d/*: check if RC_CACHEDIR is writtable</title>
<updated>2025-11-13T16:02:31Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-11-04T23:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f09ca47fe5e04ca823df668c5c5c7ba69663ddf3'/>
<id>urn:sha1:f09ca47fe5e04ca823df668c5c5c7ba69663ddf3</id>
<content type='text'>
Bug: https://github.com/OpenRC/openrc/issues/890
Fixes: https://github.com/OpenRC/openrc/issues/936
</content>
</entry>
<entry>
<title>init.d/savecache, sh/openrc-user.sh: cache init.d and conf.d from svcdir as well</title>
<updated>2025-04-04T01:39:33Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-04-04T01:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=68857a1c6db40b558da01f6150c2f6446f6ffdb1'/>
<id>urn:sha1:68857a1c6db40b558da01f6150c2f6446f6ffdb1</id>
<content type='text'>
this avoids regenerating the deptree cache for services in there, if
they're always created
</content>
</entry>
<entry>
<title>init.d/savecache: remove softlevel from save list</title>
<updated>2025-04-04T01:39:33Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-04-04T01:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=283fd3cf6ed3315abf64ebcc859136d058dd1a12'/>
<id>urn:sha1:283fd3cf6ed3315abf64ebcc859136d058dd1a12</id>
<content type='text'>
there's no point in saving a copy of softlevel, it'll always be the
runlevel 'savecache' is running under, and it'll always be re-written to
"sysinit" early at boot
</content>
</entry>
<entry>
<title>openrc: don't use libexec for data cache</title>
<updated>2025-04-04T01:39:33Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-04-04T01:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b71db4053651662a37b42f0b1273a92a870a85aa'/>
<id>urn:sha1:b71db4053651662a37b42f0b1273a92a870a85aa</id>
<content type='text'>
instead, move caches to /var/cache/openrc. If /var is not mounted, cache
will not be used and the deptree would be regenerated

user services use ${XDG_CACHE_HOME}/rc, defaulting to ~/.cache

Closes: https://github.com/OpenRC/openrc/issues/339
</content>
</entry>
<entry>
<title>use HEAD in git URIs to point to the default branch</title>
<updated>2021-12-21T01:07:00Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2021-12-21T01:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=301161a7a4bda27c7ebd54c537dfec0cbc926365'/>
<id>urn:sha1:301161a7a4bda27c7ebd54c537dfec0cbc926365</id>
<content type='text'>
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
</content>
</entry>
<entry>
<title>Revert "savecache: stop saving the dependency tree"</title>
<updated>2018-05-11T16:54:48Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2018-05-09T22:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=f0ad647303daca528cb9b75f9a07d422318635c2'/>
<id>urn:sha1:f0ad647303daca528cb9b75f9a07d422318635c2</id>
<content type='text'>
It is safe to save the deptree, but we also need to regenerate it at
boot time.
</content>
</entry>
<entry>
<title>savecache: stop saving the dependency tree</title>
<updated>2016-09-12T17:58:31Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-09-09T16:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b02ff466fa75cc4b5bcfaff3f2989cc65c823f43'/>
<id>urn:sha1:b02ff466fa75cc4b5bcfaff3f2989cc65c823f43</id>
<content type='text'>
This fixes #85.
</content>
</entry>
<entry>
<title>savecache: stop saving nettree</title>
<updated>2016-01-28T23:06:25Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-10-26T13:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=e52b5f59c22283b22e2b5a0d2ab9de6b92a73ebf'/>
<id>urn:sha1:e52b5f59c22283b22e2b5a0d2ab9de6b92a73ebf</id>
<content type='text'>
Netifrc is no longer part of OpenRC, so we shouldn't save its dep tree
as part of savecache.

This should have been removed when netifrc was split out. also, it
might be related to the following bug.

X-Gentoo-Bug: 563720
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=563720
</content>
</entry>
<entry>
<title>Convert OpenRC to a centralized copyright/license structure</title>
<updated>2015-12-21T18:16:06Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-04T22:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=000503fad72e4eb2ef956a24df358be84b2a9493'/>
<id>urn:sha1:000503fad72e4eb2ef956a24df358be84b2a9493</id>
<content type='text'>
In the past, OpenRC was a hybrid of a centralized and file-scope
license/copyright structure.

I followed the instructions from the Software Freedom Law Center [1] to
convert to a Centralized structure where possible, for easier future
maintenance.

[1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
</content>
</entry>
<entry>
<title>savecache: clean up implementation</title>
<updated>2015-08-10T14:51:15Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2015-08-10T14:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c256a7aa80c683eca6194c80b57294e4d51c9a16'/>
<id>urn:sha1:c256a7aa80c683eca6194c80b57294e4d51c9a16</id>
<content type='text'>
X-Gentoo-Bug: 557222
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=557222
</content>
</entry>
</feed>
