~snappy-hwe-team/snappy-hwe-snaps/+git/tpm2:tpm2-tools/v2.1.0

Last commit made on 2017-07-24
Get this branch:
git clone -b tpm2-tools/v2.1.0 https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/tpm2
Members of Snappy HWE Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
tpm2-tools/v2.1.0
Repository:
lp:~snappy-hwe-team/snappy-hwe-snaps/+git/tpm2

Recent commits

27d34a6... by William Roberts <email address hidden>

CHANGELOG: update for 2.1.0 release

Signed-off-by: William Roberts <email address hidden>

fee93da... by William Roberts <email address hidden>

RELEASE: update process

Signed-off-by: William Roberts <email address hidden>

ec2b7c5... by William Roberts <email address hidden>

README: add coverity badge

9524248... by William Roberts <email address hidden>

coverity: skip building and testing

When coverity starts a scan, it builds first, thus the script
for jenkins CI fails becuase the top level tpm2.0-tools folder
has had --configure executed. Just skip building and testing
when pushing to coverity_scan, as we just want coverity to
build it.

We move the build commands to a script. Which has the nice
property of being able to run it locally:
$ .ci/travis-build-and-run-tests.sh

The downside is, individual command errors are not reported nicely
like the Travis CI script did.

Also, add ./bootstrap to coverity addon, as this in no longer in the
before_script tag. Coverity runs inbetween before_script and script.

The other option would be to:
1. Detect coverity scan branch and call make distclean from top level
2. Modify coverity to use the same build directory

Signed-off-by: William Roberts <email address hidden>

bc7a88d... by William Roberts <email address hidden>

.travis.yml: enable coverity scans

Signed-off-by: William Roberts <email address hidden>

0193349... by William Roberts <email address hidden>

travis.yml: drop clang as a compiler

The 2.X branch does not support Clang yet. However, we want the
rest of the travis CI changes.

Signed-off-by: William Roberts <email address hidden>

f1c8516... by William Roberts <email address hidden>

travis: enable clang build checks

1. Change source to C
2. sudo drops environment, so sudo make install for libtool on TSS fails. Use a
   helper script.
   For more details, see:
     https://travis-ci.org/01org/tpm2.0-tools/jobs/251268795
     https://github.com/flihp/tpm2-abrmd/commit/f02af65e265828b68e660c289e0fd88aabdbd8f4

Signed-off-by: William Roberts <email address hidden>

a48f903... by William Roberts <email address hidden>

Update CHANGELOG

86f19ab... by Fredric Carl <email address hidden>

Fix potential issue if readx/writex get interrupted more than once

24b905d... by William Roberts <email address hidden>

CHANGELOG: prepare for 2.0.0-rc0 release