summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2018-03-14 12:45:32 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-03-15 09:37:16 +0800
commit6286f8f80f8fb6aed56278ad82e22bfb5e5615d1 (patch)
tree4b917cfda362c29ea4d852c2e5c9d9588b074d08 /.travis.yml
parent7c5820d07db4c686be0866e17d27c1e798f784f0 (diff)
downloadlibva-intel-driver-6286f8f80f8fb6aed56278ad82e22bfb5e5615d1.tar.gz
Use the new link URLs
We moved libva from github/01org to github/intel, however some files still have links to the old 01org URLs, this commit updates these links to the new intel URLs. In addition, this commit added a contact email address for security issue reporting This fixes https://github.com/intel/intel-vaapi-driver/issues/364 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b0d5f499..807234bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,13 +42,13 @@ before_install:
- sudo apt-get install -y intel-gpu-tools
install:
- - git clone https://github.com/01org/libva.git
+ - git clone https://github.com/intel/libva.git
- (cd libva && ./autogen.sh && ./configure --prefix=/usr && sudo make install)
addons:
coverity_scan:
project:
- name: "01org/intel-vaapi-driver"
+ name: "intel/intel-vaapi-driver"
description: "Build submitted via Travis CI"
notification_email: intel-media-security@lists.01.org
build_command_prepend: "./autogen.sh; ./configure --prefix=/usr"