mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Fix the debian package to actually package the binary.
Until now I was focused on getting the machinery in place, and didn't notice I was packaging the source code directory, instead of the binary. Oops.
This commit is contained in:
parent
6cd2249ed8
commit
01a86583a5
@ -17,10 +17,12 @@ script:
|
||||
- go test $(glide novendor)
|
||||
- go vet $(glide novendor)
|
||||
- glide novendor | xargs -n1 golint
|
||||
|
||||
- go build -o pixiecore.amd64 ./cmd/pixiecore
|
||||
- fpm -s dir -t deb -n pixiecore -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor
|
||||
"David Anderson <dave@natulte.net>" --maintainer "David Anderson <dave@natulte.net>"
|
||||
--description "All-in-one PXE booting" --url "https://github.com/google/netboot"
|
||||
./pixiecore=/usr/bin/pixiecore
|
||||
./pixiecore.amd64=/usr/bin/pixiecore
|
||||
env:
|
||||
global:
|
||||
# Packagecloud API token
|
||||
|
Loading…
x
Reference in New Issue
Block a user