Showing with 5 additions and 5 deletions.
  1. +2 −2 .travis.yml
  2. +1 −1 man/common/footer.md
  3. +2 −2 test/system/tests/tcti/abrmd/extended-sessions.sh
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -50,13 +50,13 @@ install:
- tar xJf autoconf-archive-2017.09.28.tar.xz && pushd autoconf-archive-2017.09.28
- ./configure --prefix=/usr && make -j$(nproc) && sudo make install
- popd
- git clone https://github.com/intel/tpm2-tss.git
- git clone https://github.com/tpm2-software/tpm2-tss.git
- pushd tpm2-tss
- ./bootstrap && ./configure && make -j$(nproc)
- sudo ../.ci/travis-tss-install.sh
- popd
- sudo ldconfig /usr/local/lib
- git clone https://github.com/intel/tpm2-abrmd.git
- git clone https://github.com/tpm2-software/tpm2-abrmd.git
- pushd tpm2-abrmd
- git am ../.ci/patches/abrmd/* || true
- ./bootstrap && ./configure --with-dbuspolicydir=/etc/dbus-1/system.d && make -j$(nproc) && sudo make install && popd
Expand Down
2 changes: 1 addition & 1 deletion man/common/footer.md
@@ -1,6 +1,6 @@
# BUGS

[Github Issues](https://github.com/intel/tpm2-tools/issues)
[Github Issues](https://github.com/tpm2-software/tpm2-tools/issues)

# HELP

Expand Down
4 changes: 2 additions & 2 deletions test/system/tests/tcti/abrmd/extended-sessions.sh
Expand Up @@ -75,8 +75,8 @@ tpm2_clear

#
# Test an extended policy session beyond client connections. This is ONLY supported by abrmd
# since version: https://github.com/intel/tpm2-abrmd/releases/tag/1.2.0
# However, bug: https://github.com/intel/tpm2-abrmd/issues/285 applies
# since version: https://github.com/tpm2-software/tpm2-abrmd/releases/tag/1.2.0
# However, bug: https://github.com/tpm2-software/tpm2-abrmd/issues/285 applies
#
# The test works by:
# Step 1: Creating a trial session and updating it with a policyPCR event to generate
Expand Down