a3b0f66c85435c5b081b4e3fbed8ca607adccc58
Overview
telwho is a command line tool for accessing the PSI phonebook.
Usage
Usage: telwho <expr>
Development
The binary can be (cross)compiled as follows:
# Linux
GOPATH=`pwd` GOOS=linux GOARCH=amd64 go build telwho.go
# Windows
GOPATH=`pwd` GOOS=windows GOARCH=amd64 go build telwho.go
# Mac OS X
GOPATH=`pwd` GOOS=darwin GOARCH=amd64 go build telwho.go
Packaging
Prerequisite: before packaging the telwho binary need to be build for linux with one of the above mentioned command.
The RPM package for RHEL7 can be build via the docker build image as follows:
docker run -it --rm -v $(pwd):/data paulscherrerinstitute/centos_build_rpm:7 package gfa-telwho.spec
Legacy
For building the packge for SL6 use:
docker run -it --rm -v $(pwd):/data paulscherrerinstitute/centos_build_rpm:6 package gfa-telwho.spec
Description
Languages
Shell
100%