Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 6286f8f

Browse files
committed
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 #364 Signed-off-by: Haihao Xiang <[email protected]>
1 parent 7c5820d commit 6286f8f

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ before_install:
4242
- sudo apt-get install -y intel-gpu-tools
4343

4444
install:
45-
- git clone https://github.com/01org/libva.git
45+
- git clone https://github.com/intel/libva.git
4646
- (cd libva && ./autogen.sh && ./configure --prefix=/usr && sudo make install)
4747

4848
addons:
4949
coverity_scan:
5050
project:
51-
name: "01org/intel-vaapi-driver"
51+
name: "intel/intel-vaapi-driver"
5252
description: "Build submitted via Travis CI"
5353
notification_email: [email protected]
5454
build_command_prepend: "./autogen.sh; ./configure --prefix=/usr"

CONTRIBUTING.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,26 @@ We accept github pull requests.
7676

7777
Once you've finished making your changes push them to your fork and send the PR via the github UI.
7878

79-
## Issue tracking
79+
## Reporting a security issue
80+
81+
Please mail to [email protected] directly for security issue
82+
83+
## Public issue tracking
8084

8185
If you have a problem, please let us know. IRC is a perfectly fine place
8286
to quickly informally bring something up, if you get a response. The
8387
[mailing list](https://lists.01.org/mailman/listinfo/intel-vaapi-media)
8488
is a more durable communication channel.
8589

8690
If it's a bug not already documented, by all means please [open an
87-
issue in github](https://github.com/01org/intel-vaapi-driver/issues/new) so we all get visibility
91+
issue in github](https://github.com/intel/intel-vaapi-driver/issues/new) so we all get visibility
8892
to the problem and can work towards a resolution.
8993

9094
For feature requests we're also using github issues, with the label
9195
"enhancement".
9296

9397
Our github bug/enhancement backlog and work queue are tracked in a
94-
[Intel vaapi driver waffle.io kanban](https://waffle.io/01org/intel-vaapi-driver).
98+
[Intel vaapi driver waffle.io kanban](https://waffle.io/intel/intel-vaapi-driver).
9599

96100
## Closing issues
97101

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Stories in Ready](https://badge.waffle.io/01org/intel-vaapi-driver.png?label=ready&title=Ready)](http://waffle.io/01org/intel-vaapi-driver)
2-
[![Build Status](https://travis-ci.org/01org/intel-vaapi-driver.svg?branch=master)](https://travis-ci.org/01org/intel-vaapi-driver)
3-
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11612/badge.svg)](https://scan.coverity.com/projects/01org-intel-vaapi-driver)
1+
[![Stories in Ready](https://badge.waffle.io/intel/intel-vaapi-driver.png?label=ready&title=Ready)](http://waffle.io/intel/intel-vaapi-driver)
2+
[![Build Status](https://travis-ci.org/intel/intel-vaapi-driver.svg?branch=master)](https://travis-ci.org/intel/intel-vaapi-driver)
3+
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11612/badge.svg)](https://scan.coverity.com/projects/intel-intel-vaapi-driver)
44

55
#Intel-vaapi-driver Project
66

@@ -17,10 +17,10 @@ commands to be sent to the i915 driver for exercising both hardware and shader f
1717
decode, encode, and processing.
1818

1919
If you would like to contribute to intel-vaapi-driver, check our [Contributing
20-
guide](https://github.com/01org/intel-vaapi-driver/blob/master/CONTRIBUTING.md).
20+
guide](https://github.com/intel/intel-vaapi-driver/blob/master/CONTRIBUTING.md).
2121

2222
We also recommend taking a look at the ['janitorial'
23-
bugs](https://github.com/01org/intel-vaapi-driver/issues?q=is%3Aopen+is%3Aissue+label%3AJanitorial)
23+
bugs](https://github.com/intel/intel-vaapi-driver/issues?q=is%3Aopen+is%3Aissue+label%3AJanitorial)
2424
in our list of open issues as these bugs can be solved without an
2525
extensive knowledge of intel-vaapi-driver.
2626

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ m4_define([wayland_api_version], [1.11.0])
2222
AC_PREREQ([2.57])
2323
AC_INIT([intel_vaapi_driver],
2424
[intel_vaapi_driver_version],
25-
[https://github.com/01org/intel-vaapi-driver/issues/new],
25+
[https://github.com/intel/intel-vaapi-driver/issues/new],
2626
[intel-vaapi-driver],
27-
[https://github.com/01org/intel-vaapi-driver])
27+
[https://github.com/intel/intel-vaapi-driver])
2828
AC_CONFIG_SRCDIR([Makefile.am])
2929
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability foreign])
3030

0 commit comments

Comments
 (0)