<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/script, branch cmn/https-cap-no-hardcode</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>coverity: check for Coverity token only if necessary</title>
<updated>2016-10-31T15:01:10+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-10-31T14:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=18c18e3df86850f794dd2fe562ea03a2beab244e'/>
<id>18c18e3df86850f794dd2fe562ea03a2beab244e</id>
<content type='text'>
When running a Coverity build, we have to provide an
authentication token in order to proof that we are actually
allowed to run analysis in the name of a certain project. As this
token should be secret, it is only set on the main repository, so
when we were requested to run the Coverity script on another
repository we do error out. But in fact we do also error out if
the Coverity analysis should _not_ be run if there is no
authentication token provided.

Fix the issue by only checking for the authentication token after
determining if analysis is indeed requested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running a Coverity build, we have to provide an
authentication token in order to proof that we are actually
allowed to run analysis in the name of a certain project. As this
token should be secret, it is only set on the main repository, so
when we were requested to run the Coverity script on another
repository we do error out. But in fact we do also error out if
the Coverity analysis should _not_ be run if there is no
authentication token provided.

Fix the issue by only checking for the authentication token after
determining if analysis is indeed requested.
</pre>
</div>
</content>
</entry>
<entry>
<title>coverity: only analyze the master branch of the main repository</title>
<updated>2016-10-28T12:56:10+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-10-28T12:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=561276eed6be2c763af23ae3b034a1f194b03d0b'/>
<id>561276eed6be2c763af23ae3b034a1f194b03d0b</id>
<content type='text'>
We used to only execute Coverity analysis on the 'development'
branch before commit 998f001 (Refine build limitation,
2014-01-15), which refined Coverity build limitations. While we
do not really use the 'development' branch anymore, it does
still make sense to only analyze a single branch, as otherwise
Coverity might get confused.

Re-establish the restriction such that we only analyze libgit2's
'master' branch. Also fix the message announcing why we do not
actually analyze a certain build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to only execute Coverity analysis on the 'development'
branch before commit 998f001 (Refine build limitation,
2014-01-15), which refined Coverity build limitations. While we
do not really use the 'development' branch anymore, it does
still make sense to only analyze a single branch, as otherwise
Coverity might get confused.

Re-establish the restriction such that we only analyze libgit2's
'master' branch. Also fix the message announcing why we do not
actually analyze a certain build.
</pre>
</div>
</content>
</entry>
<entry>
<title>coverity: fix download URL</title>
<updated>2016-10-28T12:45:55+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-10-28T12:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=6c4d2d3ea208bfd0d38d7c5071ea0b398e71c5c8'/>
<id>6c4d2d3ea208bfd0d38d7c5071ea0b398e71c5c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>script: cibuild: build examples</title>
<updated>2016-10-10T07:04:42+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-08-16T09:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ec3f5a9c20f77ceafe78d104fe195e4f14a1769b'/>
<id>ec3f5a9c20f77ceafe78d104fe195e4f14a1769b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: take the newer ssh-keygen format into account</title>
<updated>2016-10-05T18:23:58+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-10-05T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=db357667bc8a9b9379f5e9171838d87a510e77a8'/>
<id>db357667bc8a9b9379f5e9171838d87a510e77a8</id>
<content type='text'>
The Mac machines have updated their SSH version and so the ssh-keygen
format has changed. Ask it for MD5, which is the one that is output as
hex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Mac machines have updated their SSH version and so the ssh-keygen
format has changed. Ask it for MD5, which is the one that is output as
hex.
</pre>
</div>
</content>
</entry>
<entry>
<title>cibuild: set -x</title>
<updated>2016-10-05T16:52:43+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-10-05T16:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=94d565b957bebf8a131cd4130f93eed98a20d008'/>
<id>94d565b957bebf8a131cd4130f93eed98a20d008</id>
<content type='text'>
This lets us see the details of what we're doing instead of just seeing the
output of unknown commands in the build output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This lets us see the details of what we're doing instead of just seeing the
output of unknown commands in the build output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3815 from pks-t/pks/coverity-model</title>
<updated>2016-07-24T20:05:17+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-07-24T20:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a37624ecc7e8949ed9013af3bcb974f510720316'/>
<id>a37624ecc7e8949ed9013af3bcb974f510720316</id>
<content type='text'>
Coverity user model</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity user model</pre>
</div>
</content>
</entry>
<entry>
<title>ci: install homebrew's curl on mac</title>
<updated>2016-07-24T18:54:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-07-24T18:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0239eff354e5880ceae079b7ddd04d1b01f664ac'/>
<id>0239eff354e5880ceae079b7ddd04d1b01f664ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: install homebrew's zlib on mac</title>
<updated>2016-07-23T01:10:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-07-22T21:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=08556e6db339a745da94ee4afcfa2c2fc4eb68b8'/>
<id>08556e6db339a745da94ee4afcfa2c2fc4eb68b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coverity: model functions printing into git_buf</title>
<updated>2016-06-07T07:22:02+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2016-06-07T07:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4d8fe1cda0175bdedb4a868910e9a24c37d72d74'/>
<id>4d8fe1cda0175bdedb4a868910e9a24c37d72d74</id>
<content type='text'>
The `git_buf` structure seems to be too complicated to correctly
grasp for Coverity. As such, add simpler models trying to guide
Coverity and remove false positives related to these functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `git_buf` structure seems to be too complicated to correctly
grasp for Coverity. As such, add simpler models trying to guide
Coverity and remove false positives related to these functions.
</pre>
</div>
</content>
</entry>
</feed>
