<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts/linux, branch v4.7.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-06T03:29:59Z</updated>
<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>
<entry>
<title>Travis: don't do a redundant upload to transfer.sh</title>
<updated>2017-11-11T22:00:25Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-11T18:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8da57b59f171766883617c1be6c745fdbb86d030'/>
<id>urn:sha1:8da57b59f171766883617c1be6c745fdbb86d030</id>
<content type='text'>
uploadtool already takes care of that.

Reported-by: Simon Peter &lt;probono@puredarwin.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis AppImage: don't delete the copyright info</title>
<updated>2017-11-11T16:12:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-11T16:12:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=35c5016777d902a2c2ae62bc135e5af0c05fbc14'/>
<id>urn:sha1:35c5016777d902a2c2ae62bc135e5af0c05fbc14</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: make sure git describe can work</title>
<updated>2017-11-11T06:45:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-11T06:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=db64ec0af03ea44e57b0c30d926a8f207b03b5d9'/>
<id>urn:sha1:db64ec0af03ea44e57b0c30d926a8f207b03b5d9</id>
<content type='text'>
Travis only fetches the last 50 commits - which means that git describe
will usually fail and our version numbers would end up being wrong.
So let's fetch the whole repo and the tags as well to make sure that
git describe works as expected by our tools.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis AppImage: remove more files that aren't needed</title>
<updated>2017-11-11T06:24:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-11T06:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=07b773ff585a926324a86fd320f0d5701be31594'/>
<id>urn:sha1:07b773ff585a926324a86fd320f0d5701be31594</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
