<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts/windows, 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 windows building to travis-ci</title>
<updated>2018-02-24T21:42:01Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2018-02-15T20:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f6cee2ca7ebcad011b5109b2679f14d60852b50f'/>
<id>urn:sha1:f6cee2ca7ebcad011b5109b2679f14d60852b50f</id>
<content type='text'>
Prepare the building script to suport travis or set other automated
builds, while keeping other options to manual builds.

In before_install script, create needed directories, and dowload
mdbtools sources.

Add smtk2ssrf build script to travisbuild.sh

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>libdc: update the MXE build script for submodule</title>
<updated>2017-12-03T22:12:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-03T20:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=25041be08c8b5729ce2d6f2b0a07a5c7fab65132'/>
<id>urn:sha1:25041be08c8b5729ce2d6f2b0a07a5c7fab65132</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>libdc: get the submodule for Travis CI / Windows MXE</title>
<updated>2017-12-03T22:12:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-03T19:52:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3368b89336b07b93f036ace72c961d6206dd0b03'/>
<id>urn:sha1:3368b89336b07b93f036ace72c961d6206dd0b03</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: set better release message</title>
<updated>2017-11-14T16:34:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-14T06:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=65e65272ce297dbbece60860d9ffcab148dec5e6'/>
<id>urn:sha1:65e65272ce297dbbece60860d9ffcab148dec5e6</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>MXE: reword echo text about uploading</title>
<updated>2017-11-14T04:43:35Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-11-14T02:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8adcc826560a7163777066540513cbdf622e3add'/>
<id>urn:sha1:8adcc826560a7163777066540513cbdf622e3add</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
</feed>
