20 строки
291 B
Plaintext
20 строки
291 B
Plaintext
|
# Packaging rook
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- go
|
||
|
Requires go 1.12+ and GOPATH set correctly
|
||
|
- dep
|
||
|
go get -u github.com/golang/dep/cmd/dep
|
||
|
- git
|
||
|
- curl
|
||
|
|
||
|
## Updating the package
|
||
|
|
||
|
- run update-tarball.sh to create a new tarball
|
||
|
- update rook.changes
|
||
|
- remove the old tarballs
|
||
|
- osc ar
|
||
|
- osc commit
|
||
|
|