<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts/linux, branch v4.7.8</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.8</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.8'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-02-24T21:42:01Z</updated>
<entry>
<title>smtk-import: Upload .AppImage and .exe files</title>
<updated>2018-02-24T21:42:01Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2018-02-19T22:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=36396d0bf4f411507c62362df015e9a7b11d531e'/>
<id>urn:sha1:36396d0bf4f411507c62362df015e9a7b11d531e</id>
<content type='text'>
Upload windows installer and AppImage to Subsurface's repo

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>smtk-import: Add an AppImage for smtk2ssrf</title>
<updated>2018-02-24T21:42:01Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2018-02-19T18:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9ec6aafe5156f8eec71e51f00923406da79caffa'/>
<id>urn:sha1:9ec6aafe5156f8eec71e51f00923406da79caffa</id>
<content type='text'>
Build an AppImage for smtk2ssrf using previously build binaries.

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>smtk-import: Support SmartTrak import in travis builds</title>
<updated>2018-02-24T21:42:01Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2018-02-13T21:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=142c60ff888cf86e4125b7396f7c6b7734131343'/>
<id>urn:sha1:142c60ff888cf86e4125b7396f7c6b7734131343</id>
<content type='text'>
1.- Include needed dependencies (glib-2.0 and mdbtools) in .travis.yml
2.- Call smtk2ssrf-build.sh script *after* subsurface is done and
AppImage is built, as the script will override subsurface's binary.

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use our fork of uploadtool</title>
<updated>2017-12-30T19:10:40Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-30T19:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a1cd2f2e7ac5f31d835a538ac8a6e77430416e0c'/>
<id>urn:sha1:a1cd2f2e7ac5f31d835a538ac8a6e77430416e0c</id>
<content type='text'>
And use the 'correct' URL to obtain the actual file.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: no longer test Subsurface-mobile without BT</title>
<updated>2017-12-06T03:29:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-05T19:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8f318c7e6959bba73b273d4b9ad065ef602ccd4d'/>
<id>urn:sha1:8f318c7e6959bba73b273d4b9ad065ef602ccd4d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: try to make sure failing builds fail</title>
<updated>2017-11-25T00:58:55Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-24T16:14:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ad4ea65493afb7f54610b7ddaa28f526f791554f'/>
<id>urn:sha1:ad4ea65493afb7f54610b7ddaa28f526f791554f</id>
<content type='text'>
In some situations Travis CI doesn't seem to notice that a build failed and
give us a green check mark even though the build didn't succeed.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Switch back to upstream uploadtool</title>
<updated>2017-11-18T16:05:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-18T16:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f691593e65801b82be668f2bdf6e4ce7a03add32'/>
<id>urn:sha1:f691593e65801b82be668f2bdf6e4ce7a03add32</id>
<content type='text'>
In commit e643589233 ("Travis: setup up the desired release message
right away") we temproarily switched to my fork of uploadtool to take
advantage of a new feature that I had implemented there. This has
already been merged upstream, so let's switch back to upstream.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: setup up the desired release message right away</title>
<updated>2017-11-18T15:17:40Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-18T00:40:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e6435892336fe579777bd268296e4a8461899051'/>
<id>urn:sha1:e6435892336fe579777bd268296e4a8461899051</id>
<content type='text'>
Instead of using the default release message and then trying to fix it up
in the after_success section of one of the builds that we test, let's just
always use the message that we want, regardless which build finishes first.

This currently requires my fork of the uploadtool - the changes have been
submitted upstream and I hope they'll get merged there so we can switch
back to the upstream version of uploadtool.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: test more variations of the build</title>
<updated>2017-11-15T06:18:10Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-15T06:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f02388d6b795509fd6e94b0aa0348bfcf0a5af71'/>
<id>urn:sha1:f02388d6b795509fd6e94b0aa0348bfcf0a5af71</id>
<content type='text'>
On Linux we want to test both desktop and mobile, and both the full
feature set as well as a build without BT and without WebKit.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: make AppImages follow our naming pattern</title>
<updated>2017-11-14T16:34:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-12T03:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de3d6b53274bacd880a83b9c2d404347839997f7'/>
<id>urn:sha1:de3d6b53274bacd880a83b9c2d404347839997f7</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
