Casey Callendrello
72f2a1ffd4
plugins: correctly output build version, cosmetic cleanups
...
Now that libcni has the ability to print a version message, plumb it
through correctly.
While we're at it,
- fix import paths
- run gofmt
- add some more comments to sample
- add container runtime swappability for release
2019-04-15 16:52:07 +02:00
Ben Moss
4e1f7802db
Split build.sh into two OS-specific scripts
2018-11-01 16:41:31 -04:00
Andy Goldstein
9689522b4f
scripts: support building releases without a TTY
...
This allows systems such as Jenkins, which do not provide a TTY, to run
scripts/release.sh
Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2018-08-09 10:20:40 -04:00
Casey Callendrello
aade7b93ee
build: some small improvements; bump to go1.10
...
- bump to go 1.10
- Add a linker tag with the build version
- Remove fastbuild, go builds are cached now
- Use better ginkgo suite names
2018-04-12 16:59:51 +02:00
Casey Callendrello
84a01001be
release: bump golang version
2018-02-07 13:16:30 +01:00
Casey Callendrello
2d7d680874
Release: clean the builddir when building
2017-08-14 14:42:50 +02:00
Tom Denham
b7b0e6c1d4
Add release process
...
Copied from containernetworking/cni
The only difference is that the release archives also include the the
word "plugin"
2017-07-11 13:57:49 -07:00