Vale, the “syntax-aware linter for prose built with speed
and extensibility in mind”, has a new v2.28.3
release.
My overlay already makes it
available for fellow Gentoo users. I also contributed the same ebuild to the
official Gentoo GURU overlay,
where it should reach the reviewed branch soon.
Automation challenges often focus on remote endpoints, while several use cases
require automating locally as well. Typical situations range from managing
a personal machine, through setups where the managed fleet includes the host
managing the whole, to pull-style models where each node manages itself.
Rex, the friendly automation framework supports any
combination of local and remote execution. This post summarizes the main
orientation points about local management.
TL;DR
Rex provides several options for local management to choose from, allowing
authors to express their intent explicitly according to their use case at hand:
- Tasks without an explicit target
- Tasks targeting
<local>
explicitly
- Override the task’s target to
<local>
- Disable SSH per task with
no_ssh task
- Disable SSH globally with
no_ssh
- Running parts of a task within
LOCAL{}
blocks
- Connect to local host over SSH
Continue reading …
I released Rex-1.14.3 today, making it available both on
CPAN and in my Gentoo
overlay.
This version of the friendly automation framework contains bug fixes for local
package installation, command existence checks, and git tests.
Continue reading …
Laminar describes itself as a fast, lightweight,
and modular Continuous Integration service for Linux. The official Gentoo
GURU overlay now makes the latest
1.3 release available
for the wider community.
Continue reading …
Vale describes itself as a “syntax-aware linter for prose
built with speed and extensibility in mind”. The official Gentoo
GURU overlay now makes the
v2.27.0 release
available for the wider community.
Continue reading …