Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Sep 8, 2023
1 parent b60fc8d commit c37f142
Show file tree
Hide file tree
Showing 23 changed files with 707 additions and 283 deletions.
2 changes: 1 addition & 1 deletion 2023/07/08/gentoo-guru-now-includes-vale/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1><a href="/2023/07/08/gentoo-guru-now-includes-vale/">Gentoo GURU now include
</a>
</li>
<li class="next">
<a href="/2023/08/05/releasing-rex-1-14-3/index.html" rel="next">
<a href="/2023/07/25/gentoo-guru-now-includes-laminar/index.html" rel="next">
Newer →
</a>
</li>
Expand Down
106 changes: 106 additions & 0 deletions 2023/07/25/gentoo-guru-now-includes-laminar/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Ferenc Erki - agile sysadmin" name="description">
<meta content="Ferenc Erki" name="author">
<meta content="4KzbYclokErOfwrKiBpX8XCu8ckJ9A7zwueL9VAbAYE" name="google-site-verification">
<link href="/theme/images/favicon.svg" rel="icon">
<link href="/theme/css/selenized.css" rel="stylesheet">
<script data-domain="blog.ferki.it" defer src="https://plausible.io/js/script.js"></script>
<title>Gentoo GURU now includes Laminar</title>
</head>
<body>
<header>
<h1><a href="/">agile sysadmin</a></h1>
<p>by Ferenc Erki</p>
</header>

<nav>
<ul>
<li><a href="/pages/about.html">About</a></li>
<li><a href="/">Posts</a></li>
<li><a href="https://ferki.it" target="_blank">Homepage</a></li>
<li><a href="https://cal.com/ferki" target="_blank">Booking</a></li>
</ul>
</nav>

<main>
<article>

<header>
<h1><a href="/2023/07/25/gentoo-guru-now-includes-laminar/">Gentoo GURU now includes Laminar</a></h1>

<aside>
<time datetime="2023-07-25">
📅 2023-07-25
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/guru/">#GURU</a>
<a href="/tag/laminar/">#laminar</a>
</aside>

</header>


<section id="section-1">
<p><a href="https://laminar.ohwg.net/">Laminar</a> describes itself as a fast, lightweight,
and modular Continuous Integration service for Linux. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the latest
<a href="https://github.com/ohwgiles/laminar/releases/tag/1.3">1.3 release</a> available
for the wider community.</p>

</section>
<section id="section-2">
<p>I use Laminar as a self-hosted CI service as part of my private infrastructure.
Instead of reinventing several components required by such systems, it relies
on well-known tools such as <code>bash</code> and <code>cron</code>. This lightweight and modular
approach enables its users to build the CI solution their use case requires.</p>

<p>I maintain a Laminar ebuild in my overlay since late 2020, starting with
version 0.9 at the time. I had to add an initscript for OpenRC, and also some
patches to offload downloading JavaScript dependencies and compressing manual
pages to Portage from the build system. I expect to simplify the ebuild over
time, since upstream already merged a patch I sent.</p>

</section>

</article>

<ul class="pager">
<li class="prev">
<a href="/2023/07/08/gentoo-guru-now-includes-vale/index.html" rel="prev">
← Older
</a>
</li>
<li class="next">
<a href="/2023/08/05/releasing-rex-1-14-3/index.html" rel="next">
Newer →
</a>
</li>
</ul>


</main>

<footer>

<ul>
<li><a href="https://github.com/ferki" rel="me" target="_blank">GitHub</a></li>
<li><a href="https://profile.codersrank.io/user/ferki" rel="me" target="_blank">CodersRank</a></li>
<li><a href="https://www.linkedin.com/in/ferki" rel="me" target="_blank">LinkedIn</a></li>
<li><a href="https://twitter.com/erkiferenc" rel="me" target="_blank">Twitter</a></li>
<li><a href="https://fosstodon.org/@ferki" rel="me" target="_blank">Mastodon</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="/pages/impressum.html">Impressum</a></li>
<li><a href="/pages/privacy_policy.html">Privacy policy</a></li>
</ul>
<ul>
<li>© 2023 Ferenc Erki</li>
</ul>

</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion 2023/08/05/releasing-rex-1-14-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2 id="fixtestsrelatedtogitfunctionality">Fix tests related to Git functionalit

<ul class="pager">
<li class="prev">
<a href="/2023/07/08/gentoo-guru-now-includes-vale/index.html" rel="prev">
<a href="/2023/07/25/gentoo-guru-now-includes-laminar/index.html" rel="prev">
← Older
</a>
</li>
Expand Down
57 changes: 26 additions & 31 deletions index.atom
Original file line number Diff line number Diff line change
Expand Up @@ -114,65 +114,60 @@ package installation, command existence checks, and git tests.</p>
<category term="overlay" />
</entry>
<entry>
<id>https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/</id>
<title>Gentoo GURU now includes Vale</title>
<id>https://agilesysadmin.github.io/2023/07/25/gentoo-guru-now-includes-laminar/</id>
<title>Gentoo GURU now includes Laminar</title>
<author><name>Ferenc Erki</name></author>
<link href="https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/" rel="alternate" />
<link href="https://agilesysadmin.github.io/2023/07/25/gentoo-guru-now-includes-laminar/" rel="alternate" />
<content type="html"><![CDATA[
<p><a href="https://vale.sh/">Vale</a> describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the
<a href="https://github.com/errata-ai/vale/releases/tag/v2.27.0">v2.27.0 release</a>
available for the wider community.</p>
<p><a href="https://laminar.ohwg.net/">Laminar</a> describes itself as a fast, lightweight,
and modular Continuous Integration service for Linux. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the latest
<a href="https://github.com/ohwgiles/laminar/releases/tag/1.3">1.3 release</a> available
for the wider community.</p>
<p><a href="https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/#section-2">Continue reading...</a></p>
<p><a href="https://agilesysadmin.github.io/2023/07/25/gentoo-guru-now-includes-laminar/#section-2">Continue reading...</a></p>
<p>Tags:
<a href="https://agilesysadmin.github.io/tag/gentoo/">Gentoo</a>
<a href="https://agilesysadmin.github.io/tag/ebuild/">ebuild</a>
<a href="https://agilesysadmin.github.io/tag/guru/">GURU</a>
<a href="https://agilesysadmin.github.io/tag/vale/">vale</a>
<a href="https://agilesysadmin.github.io/tag/laminar/">laminar</a>
</p>
]]></content>
<updated>2023-07-08T00:00:00Z</updated>
<updated>2023-07-25T00:00:00Z</updated>
<category term="Gentoo" />
<category term="ebuild" />
<category term="GURU" />
<category term="vale" />
<category term="laminar" />
</entry>
<entry>
<id>https://agilesysadmin.github.io/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/</id>
<title>Gentoo has xsel-1.2.1 among the firsts</title>
<id>https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/</id>
<title>Gentoo GURU now includes Vale</title>
<author><name>Ferenc Erki</name></author>
<link href="https://agilesysadmin.github.io/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/" rel="alternate" />
<link href="https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/" rel="alternate" />
<content type="html"><![CDATA[
<p><a href="https://github.com/kfish/xsel">xsel</a> works great to “manipulate the
X selection”. Last week I stepped up as proxied maintainer to help bring
already merged improvements to Gentoo users despite lack of new releases since
2008.</p>
<p>Thanks to support from <a href="https://wiki.gentoo.org/wiki/User:Soap">soap</a> during
the past week, upstream has merged all ebuild patches, <a href="https://github.com/kfish/xsel/releases/tag/1.2.1">tagged
1.2.1</a>, and Gentoo already
ships the latest version — among the first distros, according to
<a href="https://repology.org/project/xsel/history">repology</a>.</p>
<p><a href="https://vale.sh/">Vale</a> describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the
<a href="https://github.com/errata-ai/vale/releases/tag/v2.27.0">v2.27.0 release</a>
available for the wider community.</p>
<p><a href="https://agilesysadmin.github.io/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/#section-2">Continue reading...</a></p>
<p><a href="https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/#section-2">Continue reading...</a></p>
<p>Tags:
<a href="https://agilesysadmin.github.io/tag/gentoo/">Gentoo</a>
<a href="https://agilesysadmin.github.io/tag/proxied/">proxied</a>
<a href="https://agilesysadmin.github.io/tag/ebuild/">ebuild</a>
<a href="https://agilesysadmin.github.io/tag/xsel/">xsel</a>
<a href="https://agilesysadmin.github.io/tag/guru/">GURU</a>
<a href="https://agilesysadmin.github.io/tag/vale/">vale</a>
</p>
]]></content>
<updated>2023-04-26T00:00:00Z</updated>
<updated>2023-07-08T00:00:00Z</updated>
<category term="Gentoo" />
<category term="proxied" />
<category term="ebuild" />
<category term="xsel" />
<category term="GURU" />
<category term="vale" />
</entry>
</feed>

47 changes: 21 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,62 +134,57 @@ <h1><a href="/2023/08/05/releasing-rex-1-14-3/">Releasing Rex-1.14.3</a></h1>
<article>

<header>
<h1><a href="/2023/07/08/gentoo-guru-now-includes-vale/">Gentoo GURU now includes Vale</a></h1>
<h1><a href="/2023/07/25/gentoo-guru-now-includes-laminar/">Gentoo GURU now includes Laminar</a></h1>

<aside>
<time datetime="2023-07-08">
📅 2023-07-08
<time datetime="2023-07-25">
📅 2023-07-25
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/guru/">#GURU</a>
<a href="/tag/vale/">#vale</a>
<a href="/tag/laminar/">#laminar</a>
</aside>

</header>


<p><a href="https://vale.sh/">Vale</a> describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the
<a href="https://github.com/errata-ai/vale/releases/tag/v2.27.0">v2.27.0 release</a>
available for the wider community.</p>
<p><a href="https://laminar.ohwg.net/">Laminar</a> describes itself as a fast, lightweight,
and modular Continuous Integration service for Linux. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the latest
<a href="https://github.com/ohwgiles/laminar/releases/tag/1.3">1.3 release</a> available
for the wider community.</p>


<p><a href="/2023/07/08/gentoo-guru-now-includes-vale/#section-2">Continue reading …</a></p>
<p><a href="/2023/07/25/gentoo-guru-now-includes-laminar/#section-2">Continue reading …</a></p>

</article>
<article>

<header>
<h1><a href="/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/">Gentoo has xsel-1.2.1 among the firsts</a></h1>
<h1><a href="/2023/07/08/gentoo-guru-now-includes-vale/">Gentoo GURU now includes Vale</a></h1>

<aside>
<time datetime="2023-04-26">
📅 2023-04-26
<time datetime="2023-07-08">
📅 2023-07-08
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/proxied/">#proxied</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/xsel/">#xsel</a>
<a href="/tag/guru/">#GURU</a>
<a href="/tag/vale/">#vale</a>
</aside>

</header>


<p><a href="https://github.com/kfish/xsel">xsel</a> works great to “manipulate the
X selection”. Last week I stepped up as proxied maintainer to help bring
already merged improvements to Gentoo users despite lack of new releases since
2008.</p>

<p>Thanks to support from <a href="https://wiki.gentoo.org/wiki/User:Soap">soap</a> during
the past week, upstream has merged all ebuild patches, <a href="https://github.com/kfish/xsel/releases/tag/1.2.1">tagged
1.2.1</a>, and Gentoo already
ships the latest version — among the first distros, according to
<a href="https://repology.org/project/xsel/history">repology</a>.</p>
<p><a href="https://vale.sh/">Vale</a> describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the
<a href="https://github.com/errata-ai/vale/releases/tag/v2.27.0">v2.27.0 release</a>
available for the wider community.</p>


<p><a href="/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/#section-2">Continue reading …</a></p>
<p><a href="/2023/07/08/gentoo-guru-now-includes-vale/#section-2">Continue reading …</a></p>

</article>

Expand Down
51 changes: 23 additions & 28 deletions index.rss
Original file line number Diff line number Diff line change
Expand Up @@ -102,58 +102,53 @@ package installation, command existence checks, and git tests.</p>
</pubDate>
</item>
<item>
<title>Gentoo GURU now includes Vale</title>
<link>https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/</link>
<guid>https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/</guid>
<title>Gentoo GURU now includes Laminar</title>
<link>https://agilesysadmin.github.io/2023/07/25/gentoo-guru-now-includes-laminar/</link>
<guid>https://agilesysadmin.github.io/2023/07/25/gentoo-guru-now-includes-laminar/</guid>
<description><![CDATA[
<p><a href="https://vale.sh/">Vale</a> describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the
<a href="https://github.com/errata-ai/vale/releases/tag/v2.27.0">v2.27.0 release</a>
available for the wider community.</p>
<p><a href="https://laminar.ohwg.net/">Laminar</a> describes itself as a fast, lightweight,
and modular Continuous Integration service for Linux. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the latest
<a href="https://github.com/ohwgiles/laminar/releases/tag/1.3">1.3 release</a> available
for the wider community.</p>
<p><a href="https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/#section-2">Continue reading...</a></p>
<p><a href="https://agilesysadmin.github.io/2023/07/25/gentoo-guru-now-includes-laminar/#section-2">Continue reading...</a></p>
<p>Tags:
<a href="https://agilesysadmin.github.io/tag/gentoo/">Gentoo</a>
<a href="https://agilesysadmin.github.io/tag/ebuild/">ebuild</a>
<a href="https://agilesysadmin.github.io/tag/guru/">GURU</a>
<a href="https://agilesysadmin.github.io/tag/vale/">vale</a>
<a href="https://agilesysadmin.github.io/tag/laminar/">laminar</a>
</p>
]]></description>
<pubDate>
Sat, 08 Jul 2023 00:00:00 +0000
Tue, 25 Jul 2023 00:00:00 +0000
</pubDate>
</item>
<item>
<title>Gentoo has xsel-1.2.1 among the firsts</title>
<link>https://agilesysadmin.github.io/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/</link>
<guid>https://agilesysadmin.github.io/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/</guid>
<title>Gentoo GURU now includes Vale</title>
<link>https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/</link>
<guid>https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/</guid>
<description><![CDATA[
<p><a href="https://github.com/kfish/xsel">xsel</a> works great to “manipulate the
X selection”. Last week I stepped up as proxied maintainer to help bring
already merged improvements to Gentoo users despite lack of new releases since
2008.</p>
<p>Thanks to support from <a href="https://wiki.gentoo.org/wiki/User:Soap">soap</a> during
the past week, upstream has merged all ebuild patches, <a href="https://github.com/kfish/xsel/releases/tag/1.2.1">tagged
1.2.1</a>, and Gentoo already
ships the latest version — among the first distros, according to
<a href="https://repology.org/project/xsel/history">repology</a>.</p>
<p><a href="https://vale.sh/">Vale</a> describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
<a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU</a> overlay now makes the
<a href="https://github.com/errata-ai/vale/releases/tag/v2.27.0">v2.27.0 release</a>
available for the wider community.</p>
<p><a href="https://agilesysadmin.github.io/2023/04/26/gentoo-has-xsel-1-2-1-among-the-firsts/#section-2">Continue reading...</a></p>
<p><a href="https://agilesysadmin.github.io/2023/07/08/gentoo-guru-now-includes-vale/#section-2">Continue reading...</a></p>
<p>Tags:
<a href="https://agilesysadmin.github.io/tag/gentoo/">Gentoo</a>
<a href="https://agilesysadmin.github.io/tag/proxied/">proxied</a>
<a href="https://agilesysadmin.github.io/tag/ebuild/">ebuild</a>
<a href="https://agilesysadmin.github.io/tag/xsel/">xsel</a>
<a href="https://agilesysadmin.github.io/tag/guru/">GURU</a>
<a href="https://agilesysadmin.github.io/tag/vale/">vale</a>
</p>
]]></description>
<pubDate>
Wed, 26 Apr 2023 00:00:00 +0000
Sat, 08 Jul 2023 00:00:00 +0000
</pubDate>
</item>
</channel>
Expand Down
Loading

0 comments on commit c37f142

Please sign in to comment.