<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/chutney, branch tor-circmgr-v0.18.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-circmgr-v0.18.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-circmgr-v0.18.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-07-10T16:46:14Z</updated>
<entry>
<title>make chutney setup script more portable</title>
<updated>2023-07-10T16:46:14Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2023-07-10T16:46:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4fc779faa236cb561f493781ea7a7a61e274dc1e'/>
<id>urn:sha1:4fc779faa236cb561f493781ea7a7a61e274dc1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix chutney in CI</title>
<updated>2023-07-08T10:31:20Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2023-07-08T09:35:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c98894cebc60e223d9067636337b8e737d08ad51'/>
<id>urn:sha1:c98894cebc60e223d9067636337b8e737d08ad51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shell: use /usr/bin/env instead of absolute paths</title>
<updated>2023-01-25T17:35:53Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-01-25T17:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79097484de7401bf247e14c1bdf5982aee4518a1'/>
<id>urn:sha1:79097484de7401bf247e14c1bdf5982aee4518a1</id>
<content type='text'>
This commit changes the shebang in all shell scripts from absolute
paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env`
binary with the accompanying interpreter as it's argument.

The reason for this are as follows:
- NixOS cannot work with absolute paths
- BSD systems install their packages in /usr/local/bin
</content>
</entry>
<entry>
<title>test/chutney/setup: Set allow_running_as_root as needed.</title>
<updated>2022-08-24T14:57:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-24T13:28:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8332e613f43475862a0e96b91d8bc12177b9b9f7'/>
<id>urn:sha1:8332e613f43475862a0e96b91d8bc12177b9b9f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add default chutney path to arti-bench script</title>
<updated>2022-05-26T19:09:06Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-26T19:09:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0dccb567be02fd9c5116e09e74b135849be3d510'/>
<id>urn:sha1:0dccb567be02fd9c5116e09e74b135849be3d510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make almost all scripts use bash and set euo pipefail</title>
<updated>2022-05-25T20:25:58Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-25T11:10:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8eb843f2af349e4dbbd377a4c16fa57094c90414'/>
<id>urn:sha1:8eb843f2af349e4dbbd377a4c16fa57094c90414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chutney/teardown: validate that pid is set</title>
<updated>2022-05-23T17:07:59Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2022-05-20T21:47:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48e1c755844bdaf0044f4d9eff0a2332d8832ca9'/>
<id>urn:sha1:48e1c755844bdaf0044f4d9eff0a2332d8832ca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chutney test stop network when arti died or did not start</title>
<updated>2022-05-05T11:12:30Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-05T11:12:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee9730cab4e4b21ec40d05becd4c9f54a92d7c29'/>
<id>urn:sha1:ee9730cab4e4b21ec40d05becd4c9f54a92d7c29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use port 35353 for testing, not 5353.</title>
<updated>2022-03-15T12:26:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-15T12:26:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c16c4c38459db8c1ab4247b28ce90119bbdb5985'/>
<id>urn:sha1:c16c4c38459db8c1ab4247b28ce90119bbdb5985</id>
<content type='text'>
Apparently 5353 is commonly used for mDNS, and so counts as "already in
use" on many consumer machines.
</content>
</entry>
<entry>
<title>comment AAAA test and explain why it's disabled</title>
<updated>2022-03-14T20:19:20Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-12T08:24:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a6eac1367179199b37e4acd186626de8c10baf0'/>
<id>urn:sha1:3a6eac1367179199b37e4acd186626de8c10baf0</id>
<content type='text'>
</content>
</entry>
</feed>
