<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts/ci, branch master</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2021-09-02T10:57:53+00:00</updated>
<entry>
<title>OTA-5671: Disable caching for checkout job</title>
<updated>2021-09-02T10:57:53+00:00</updated>
<author>
<name>Oleh Avramenko</name>
<email>ext-oleh.avramenko@here.com</email>
</author>
<published>2021-09-02T10:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5aa5af9390df6eb3bc6cad1d5e9da78d3be030ac'/>
<id>urn:sha1:5aa5af9390df6eb3bc6cad1d5e9da78d3be030ac</id>
<content type='text'>
Signed-off-by: Oleh Avramenko &lt;ext-oleh.avramenko@here.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-07-30T08:29:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T17:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee'/>
<id>urn:sha1:31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee</id>
<content type='text'>
This is the result of automated script (0.9.0) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #814 from advancedtelematic/feat/Return-python2-dockerfile</title>
<updated>2021-07-12T13:26:55+00:00</updated>
<author>
<name>Yaroslav Stefinko</name>
<email>ext-yaroslav.stefinko@here.com</email>
</author>
<published>2021-07-12T13:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d48600d49eabfad3f348560d0d1595febde7622c'/>
<id>urn:sha1:d48600d49eabfad3f348560d0d1595febde7622c</id>
<content type='text'>
Return python2 to Docker image</content>
</entry>
<entry>
<title>Return python2 to Docker image</title>
<updated>2021-07-12T13:04:31+00:00</updated>
<author>
<name>Oleh Avramenko</name>
<email>ext-oleh.avramenko@here.com</email>
</author>
<published>2021-07-12T11:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bab3148f5348dfc15392f735be96ce7903abab35'/>
<id>urn:sha1:bab3148f5348dfc15392f735be96ce7903abab35</id>
<content type='text'>
Signed-off-by: Oleh Avramenko &lt;ext-oleh.avramenko@here.com&gt;
</content>
</entry>
<entry>
<title>Fix repo error</title>
<updated>2021-07-09T09:54:59+00:00</updated>
<author>
<name>Oleh Avramenko</name>
<email>ext-oleh.avramenko@here.com</email>
</author>
<published>2021-07-09T08:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=7f0b835031e11bb9d1d2fa1aa2ecb3c788edb295'/>
<id>urn:sha1:7f0b835031e11bb9d1d2fa1aa2ecb3c788edb295</id>
<content type='text'>
Signed-off-by: Oleh Avramenko &lt;ext-oleh.avramenko@here.com&gt;
</content>
</entry>
<entry>
<title>Update dockerfiles to use Debian Buster.</title>
<updated>2021-01-29T08:43:46+00:00</updated>
<author>
<name>Patti Vacek</name>
<email>pattivacek@gmail.com</email>
</author>
<published>2021-01-28T15:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=91abc988f5305e3307e9965a453302472446128a'/>
<id>urn:sha1:91abc988f5305e3307e9965a453302472446128a</id>
<content type='text'>
This should hopefully resolve some python3/repo issues.

Signed-off-by: Patti Vacek &lt;pattivacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use python3 to get repo working again.</title>
<updated>2020-12-15T08:34:38+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-12-15T08:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6ea7917e6d4edbae63016b1fc0c53cfd4225c632'/>
<id>urn:sha1:6ea7917e6d4edbae63016b1fc0c53cfd4225c632</id>
<content type='text'>
The latest version of repo requires python3.6+, but the default Debian
package is fine with the default python3 package (although it complains
about experimental support).

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>oe-selftest.sh: This also now requires setting git identity.</title>
<updated>2020-02-27T11:26:03+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-02-27T11:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=660fe8d258e996360345ff827e09a897ba059503'/>
<id>urn:sha1:660fe8d258e996360345ff827e09a897ba059503</id>
<content type='text'>
Not sure why this only started cropping up now.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Manually set a git identity in CI</title>
<updated>2020-02-12T15:48:17+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2020-02-12T15:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=177975cf270f67d6db5fd0516edf775a4382b29b'/>
<id>urn:sha1:177975cf270f67d6db5fd0516edf775a4382b29b</id>
<content type='text'>
repo cannot do without right now

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Fix CI error if repos are missing after previous runs.</title>
<updated>2019-10-11T12:23:51+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-10-11T12:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f87628186bd3b548c1f449adce3116d38557df5c'/>
<id>urn:sha1:f87628186bd3b548c1f449adce3116d38557df5c</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
</feed>
