<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, branch feat/test-polling-interval</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Ftest-polling-interval</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Ftest-polling-interval'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-05-24T12:26:31+00:00</updated>
<entry>
<title>aktualizr-polling-interval: new config fragment.</title>
<updated>2019-05-24T12:26:31+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-05-17T10:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=4cd7635e3a68071f7dc84ebc80d13d3967a25839'/>
<id>urn:sha1:4cd7635e3a68071f7dc84ebc80d13d3967a25839</id>
<content type='text'>
Can be used for testing purposes after we increase the default polling
interval in aktualizr. We no longer recommend anything less than an hour
for production use cases, but it's still convenient to poll more
frequently while testing.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #518 from advancedtelematic/test/fix-aktualizr-python-ptest</title>
<updated>2019-05-13T12:33:45+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-05-13T12:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=550ef5c1c32be58cca91f80afbedc23d5e9b79b6'/>
<id>urn:sha1:550ef5c1c32be58cca91f80afbedc23d5e9b79b6</id>
<content type='text'>
Make aktualizr-ptest depend on python3-misc</content>
</entry>
<entry>
<title>Fix bad ptest printing of failures</title>
<updated>2019-05-08T08:56:04+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-05-08T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b58fd12a1ec8bada69d548730b481d907ccdccdd'/>
<id>urn:sha1:b58fd12a1ec8bada69d548730b481d907ccdccdd</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Make aktualizr-ptest depend on python3-misc</title>
<updated>2019-05-07T15:13:51+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-05-07T15:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d1e93041f5dda64631433a28491a2cbe689b99d3'/>
<id>urn:sha1:d1e93041f5dda64631433a28491a2cbe689b99d3</id>
<content type='text'>
Some of our tests use pathlib which ends up in there...

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #516 from advancedtelematic/test/ptest-printing</title>
<updated>2019-05-07T14:26:54+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-05-07T14:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=64be911c2ec371095ffa1f5f9863508d2d36e55d'/>
<id>urn:sha1:64be911c2ec371095ffa1f5f9863508d2d36e55d</id>
<content type='text'>
More robust aktualizr-ptest printing of errors</content>
</entry>
<entry>
<title>README: Add updater_qemux86_64_ptest to list of test targets.</title>
<updated>2019-05-07T14:20:49+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-05-07T14:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ba3496c3f54c8d121e112082deca303180a570a9'/>
<id>urn:sha1:ba3496c3f54c8d121e112082deca303180a570a9</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>More robust aktualizr-ptest printing of errors</title>
<updated>2019-05-07T14:14:03+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-05-07T14:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=aff2440b3f1e57d92d5e8015d0e7c3e993944a3e'/>
<id>urn:sha1:aff2440b3f1e57d92d5e8015d0e7c3e993944a3e</id>
<content type='text'>
If ctest is interrupted (e.g. timeout), its partial output will be in
/tmp/aktualizr-ptest.log.tmp

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #512 from advancedtelematic/fix/latest-aktualizr</title>
<updated>2019-04-30T15:23:08+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-04-30T15:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6e35fce737605ce41050c4e4decb6f7c66671cd5'/>
<id>urn:sha1:6e35fce737605ce41050c4e4decb6f7c66671cd5</id>
<content type='text'>
aktualizr: Bump to latest for recovery fixes.</content>
</entry>
<entry>
<title>selftest: retry aktualizr failure check due to resource constraints.</title>
<updated>2019-04-30T15:15:41+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-04-30T14:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=7fe4010668fa403fac2bed240365acb66ad723bd'/>
<id>urn:sha1:7fe4010668fa403fac2bed240365acb66ad723bd</id>
<content type='text'>
For some reason it now often fails if you don't briefly pause first, so
just retry it if it fails a few times.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: Remove aktualizr-check-discovery dependency.</title>
<updated>2019-04-29T09:23:45+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-04-29T09:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f68440e901522cc03c6151e8bca47117b18e5b6b'/>
<id>urn:sha1:f68440e901522cc03c6151e8bca47117b18e5b6b</id>
<content type='text'>
It no longer exists.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
</feed>
