<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/.github/workflows, branch v5.0.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/.github/workflows?h=v5.0.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/.github/workflows?h=v5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2021-03-01T20:48:11Z</updated>
<entry>
<title>[gha] simplify LXD handling</title>
<updated>2021-03-01T20:48:11Z</updated>
<author>
<name>Michał Sawicz</name>
<email>michal@sawicz.net</email>
</author>
<published>2021-02-28T07:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6dccfc75dca49e901aecc2e76310cef3ba1a60a4'/>
<id>urn:sha1:6dccfc75dca49e901aecc2e76310cef3ba1a60a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[snap] use setup-lxd action</title>
<updated>2021-02-26T17:57:24Z</updated>
<author>
<name>Michał Sawicz</name>
<email>michal@sawicz.net</email>
</author>
<published>2021-02-26T16:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a72f2ac92de106cc801d98dcda35e5ca60c14d80'/>
<id>urn:sha1:a72f2ac92de106cc801d98dcda35e5ca60c14d80</id>
<content type='text'>
The Snapcraft action unnecessarily tries to migrate things.

Signed-off-by: Michał Sawicz &lt;michal@sawicz.net&gt;
</content>
</entry>
<entry>
<title>build-system: compile stats code on mobile OSs</title>
<updated>2021-01-10T23:16:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-08T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b40354c7f28676d011de35e49b178d9aa789bbc7'/>
<id>urn:sha1:b40354c7f28676d011de35e49b178d9aa789bbc7</id>
<content type='text'>
Android and iOS use qmake, so add the code to the .pro file.
This also removes all remnants of QCharts includes and uses and all the
references to QCharts in our various build systems.

That was a brief but extremely useful detour.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>[snap] enable ccache in Linux Snap workflow</title>
<updated>2021-01-08T01:26:25Z</updated>
<author>
<name>Michał Sawicz</name>
<email>michal@sawicz.net</email>
</author>
<published>2021-01-06T17:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4ecb8ba0cc828defad6f4278fac8998ab48a0b23'/>
<id>urn:sha1:4ecb8ba0cc828defad6f4278fac8998ab48a0b23</id>
<content type='text'>
Also adding `push` to triggering events to populate the cache.

Signed-off-by: Michał Sawicz &lt;michal@sawicz.net&gt;
</content>
</entry>
<entry>
<title>[snap] add Linux Snap workflow</title>
<updated>2021-01-08T01:26:25Z</updated>
<author>
<name>Michał Sawicz</name>
<email>michal@sawicz.net</email>
</author>
<published>2021-01-06T14:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a5e25c8e7d06f19f542737fd4b96bb98ceda2fbe'/>
<id>urn:sha1:a5e25c8e7d06f19f542737fd4b96bb98ceda2fbe</id>
<content type='text'>
This will build and verify the snap on pull requests to `master`.

Signed-off-by: Michał Sawicz &lt;michal@sawicz.net&gt;
</content>
</entry>
<entry>
<title>[snap] add daily USN check</title>
<updated>2021-01-07T20:44:36Z</updated>
<author>
<name>Michał Sawicz</name>
<email>michal@sawicz.net</email>
</author>
<published>2021-01-06T10:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=25d0fb7157d4bf7e4d65303c85cf9875578a362f'/>
<id>urn:sha1:25d0fb7157d4bf7e4d65303c85cf9875578a362f</id>
<content type='text'>
This workflow will download the current snaps published in the `candidate`
channel for all architectures and check them for packages with published
Ubuntu Security Notices. If it finds one, it will trigger a build of the
snap recipe:

https://code.launchpad.net/~subsurface/+snap/subsurface-stable

This will rebuild the snap with patched packages and publish it to the
`candidate` channel.

Signed-off-by: Michał Sawicz &lt;michal@sawicz.net&gt;
</content>
</entry>
<entry>
<title>build-system/AppImage: ensure stats dependencies get bundled</title>
<updated>2021-01-04T01:11:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-04T01:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c63994f775338bacc1948e54c0f482f2ec8c364c'/>
<id>urn:sha1:c63994f775338bacc1948e54c0f482f2ec8c364c</id>
<content type='text'>
This will make sure QtCharts is part of the AppImage.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>cleanup: get the Ubuntu names right</title>
<updated>2021-01-03T21:39:20Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-03T21:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=402e7eaf97916fe61b283dd4eb7be6672f37144b'/>
<id>urn:sha1:402e7eaf97916fe61b283dd4eb7be6672f37144b</id>
<content type='text'>
Kinda silly, but it bugged me.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: fix Coverity script</title>
<updated>2020-12-30T18:56:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T18:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=edd19d4725153e6428e7b2e1b6594b4168601a39'/>
<id>urn:sha1:edd19d4725153e6428e7b2e1b6594b4168601a39</id>
<content type='text'>
Trying to keep the different build environments consistent I messed up and
dropped wget and curl from the Coverity build. Moving them to the beginning of
the list so they stand out more.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>GitHub Actions: clearly disable the docker build tasks</title>
<updated>2020-12-29T21:39:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-29T20:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8cbde0829d209fa2f27d07e0ad875fd938b8e1f3'/>
<id>urn:sha1:8cbde0829d209fa2f27d07e0ad875fd938b8e1f3</id>
<content type='text'>
These haven't been used for a while and still create strange errors.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
