Search Criteria
Package Details: cni-git r730.47cf2da-1
Git Clone URL: | https://aur.archlinux.org/cni-git.git (read-only) |
---|---|
Package Base: | cni-git |
Description: | Specification and libraries for writing plugins to configure network interfaces in Linux containers |
Upstream URL: | https://github.com/containernetworking/cni |
Licenses: | |
Conflicts: | |
Submitter: | tm-x |
Maintainer: | None |
Last Packager: | tm-x |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-24 16:00 |
Last Updated: | 2018-09-09 18:49 |
Latest Comments
zatricky commented on 2018-09-30 13:52
Very strange that this now includes /usr/bin/sleep which, of course, conflicts with coreutils. :-|
icebal commented on 2018-08-28 16:56
looks like it is building via go get and go build by the looks of the .travisyml file for CI/CD.
install: - go get golang.org/x/tools/cmd/cover - go get github.com/modocache/gover - go get github.com/mattn/goveralls - go get -t ./...
script: - > if [ "${TARGET}" == "amd64" ]; then GOARCH="${TARGET}" ./test.sh; else GOARCH="${TARGET}" go list ./... | xargs -n1 go build -v -o /dev/null fi
Ppjet6 commented on 2017-11-07 15:08
fa8f141f29b5f4ff4f2f763987d1395315e32cfd Apparently removed build.sh, I'm trying to figure out what needs to be done now, could you also have a look?
tm-x commented on 2017-04-08 14:50
Hi qybl, thanks for the info. Updated the PKGBUILD.
qybl commented on 2017-04-06 19:19
Hi, the build command has changed from './build' to './build.sh' on upstream.