2020-10-05 15:57:41 +02:00
2023-02-27 15:38:32 +01:00
2020-10-05 16:09:27 +02:00
2020-10-22 16:58:33 +02:00

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
No description provided
Readme 47 KiB
Languages
Shell 100%