<feed xmlns='http://www.w3.org/2005/Atom'>
<title>awwan/testdata/local/get.data, branch dev</title>
<subtitle>Configuration management software, scriptable shell with SSH support.</subtitle>
<id>http://git.kilabit.info/awwan/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/awwan/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/'/>
<updated>2025-01-11T19:13:39Z</updated>
<entry>
<title>all: update machine container setup with latest Arch</title>
<updated>2025-01-11T19:13:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-12-12T17:43:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=6df469412b3e08624f41f82d8fb7294f4b1c2bfd'/>
<id>urn:sha1:6df469412b3e08624f41f82d8fb7294f4b1c2bfd</id>
<content type='text'>
The latest mkosi use importctl instead of machinectl to import the
image.

There is an issue in mkosi.conf where build with Format=tar always get
compressed using zstd, but importctl unable to import it, so we need
to set CompressOutput=false.

The home directory mode needs to be set to open 0755, because now its
default to 0700, which makes the test failed to read file on others
user's home.

The pacman mirror changes to public one that is always available,
geo.mirror.pkgbuild.com.

The BUG_REPORT_URL in os-release for Arch changes which we need to
modify because its included in the test-container.
</content>
</entry>
<entry>
<title>all: add integration tests for magic command "#get!"</title>
<updated>2023-10-12T15:14:51Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-10-11T18:34:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=a0c9e5e87e951df4d1bc86c6ccc2ed73dbe7f942'/>
<id>urn:sha1:a0c9e5e87e951df4d1bc86c6ccc2ed73dbe7f942</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: simplify parsing statement for magic command get</title>
<updated>2023-10-05T18:33:12Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-10-05T18:33:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=b22f2104dd822a890b8f8b8de5489215493c0812'/>
<id>urn:sha1:b22f2104dd822a890b8f8b8de5489215493c0812</id>
<content type='text'>
This changes minimize code duplication when parsing magic command
between "#get:" and "#get!" using single function parseStatementGetPut.

In the returned Statement, we changes where to store the source argument
into args[0] instead of in cmd for better readability and minimize
confusion in Copy/SudoCopy.

While at it, we add unit test for "#get:".
Unit test for "#get!" is not possible right now, because it will prompt
for password.
</content>
</entry>
</feed>
