Skip to content

Commit d240072

Browse files
Merge pull request containerd#57 from estesp/project-update
Add project references and use common project travis
2 parents 8baeff6 + e4cf832 commit d240072

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ install:
88
- cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout fa4b36aa9c99e00c2ef7b5c0013c84100ede5f4e
99
- cd $GOPATH/src/github.com/containerd/cgroups
1010
- go get -t ./...
11+
- go get -u github.com/vbatts/git-validation
12+
- go get -u github.com/kunalkushwaha/ltag
13+
14+
before_script:
15+
- pushd ..; git clone https://github.com/containerd/project; popd
1116

1217
script:
18+
- DCO_VERBOSITY=-q ../project/script/validate/dco
19+
- ../project/script/validate/fileheader ../project/
1320
- go test -race -coverprofile=coverage.txt -covermode=atomic
1421

1522
after_success:

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ err := control.MoveTo(destination)
110110
```go
111111
subCgroup, err := control.New("child", resources)
112112
```
113+
114+
## Project details
115+
116+
Cgroups is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
117+
As a containerd sub-project, you will find the:
118+
119+
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
120+
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
121+
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
122+
123+
information in our [`containerd/project`](https://github.com/containerd/project) repository.

0 commit comments

Comments
 (0)