Merge pull request #1651 from justincormack/linuxkit-path

change paths to linuxkit/linuxkit
This commit is contained in:
Justin Cormack 2017-04-18 08:49:51 -05:00 committed by GitHub
commit 71d9439b84
6 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@ information within 7 days, we cannot debug your issue and will close it. We
will, however, reopen it if you later provide the information. will, however, reopen it if you later provide the information.
For more information about reporting issues, see For more information about reporting issues, see
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
--------------------------------------------------- ---------------------------------------------------
BUG REPORT INFORMATION BUG REPORT INFORMATION

View File

@ -1,6 +1,6 @@
<!-- <!--
Please make sure you've read and understood our contributing guidelines; Please make sure you've read and understood our contributing guidelines;
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git commit -s` ** ** Make sure all your commits include a signature generated with `git commit -s` **

View File

@ -3,8 +3,8 @@
Want to hack on this project? Awesome! Here are instructions to get you started. Want to hack on this project? Awesome! Here are instructions to get you started.
Additional information can be found in the docs: Additional information can be found in the docs:
[issue triage](https://github.com/docker/linuxkit/blob/master/docs/issue-triage.md), [issue triage](https://github.com/linuxkit/linuxkit/blob/master/docs/issue-triage.md),
and [review process](https://github.com/docker/linuxkit/blob/master/docs/reviewing.md). and [review process](https://github.com/linuxkit/linuxkit/blob/master/docs/reviewing.md).
## Reporting security issues ## Reporting security issues
@ -25,7 +25,7 @@ A great way to contribute to the project is to send a detailed report when you
encounter an issue. We always appreciate a well-written, thorough bug report, encounter an issue. We always appreciate a well-written, thorough bug report,
and will thank you for it! and will thank you for it!
Check that [our issue database](https://github.com/docker/linuxkit/issues) Check that [our issue database](https://github.com/linuxkit/linuxkit/issues)
doesn't already include that problem or suggestion before submitting an issue. doesn't already include that problem or suggestion before submitting an issue.
If you find a match, you can use the "subscribe" button to get notified on If you find a match, you can use the "subscribe" button to get notified on
updates. Do *not* leave random "+1" or "I have this too" comments, as they updates. Do *not* leave random "+1" or "I have this too" comments, as they
@ -47,7 +47,7 @@ This section gives the experienced contributor some tips and guidelines.
Not sure if that typo is worth a pull request? Found a bug and know how to fix Not sure if that typo is worth a pull request? Found a bug and know how to fix
it? Do it! We will appreciate it. Any significant improvement should be it? Do it! We will appreciate it. Any significant improvement should be
documented as [a GitHub issue](https://github.com/docker/linuxkit/issues) before documented as [a GitHub issue](https://github.com/linuxkit/linuxkit/issues) before
anybody starts working on it. anybody starts working on it.
We are always thrilled to receive pull requests. We do our best to process them We are always thrilled to receive pull requests. We do our best to process them

View File

@ -1,6 +1,6 @@
# Project maintainers file # Project maintainers file
# #
# This file describes who runs the docker/linuxkit project and how. # This file describes who runs the linuxkit/linuxkit project and how.
# This is a living document - if you see something out of date or missing, speak up! # This is a living document - if you see something out of date or missing, speak up!
# #
# It is structured to be consumable by both humans and programs. # It is structured to be consumable by both humans and programs.

View File

@ -36,8 +36,8 @@ We use the following variables:
- `LINUXSRC`: Base directory of Linux stable kernel repository - `LINUXSRC`: Base directory of Linux stable kernel repository
e.g.: e.g.:
```sh ```sh
KITSRC=~/src/docker/linuxkit KITSRC=~/src/linuxkit/linuxkit
LINUXSRC=~/src/docker/linux-stable LINUXSRC=~/src/linuxkit/linux
``` ```
to refer to the location of the LinuxKit and Linux kernel trees. to refer to the location of the LinuxKit and Linux kernel trees.

View File

@ -7,7 +7,7 @@ import (
"errors" "errors"
"io" "io"
"github.com/docker/moby/src/pad4" "github.com/linuxkit/linuxkit/src/pad4"
"github.com/surma/gocpio" "github.com/surma/gocpio"
) )