hstr/dist/ubuntu-env.sh
Martin Dvorak c0ed23d953 MD
2014-04-12 00:19:44 +02:00

22 lines
605 B
Bash
Executable file

#!/bin/bash
export HHVERSION="1.8.11"
export HHFULLVERSION=${HHVERSION}-0ubuntu1
export HH=hh_${HHVERSION}
export HHRELEASE=hh_${HHFULLVERSION}
export HHSRC=/home/dvorka/p/hstr/github/hstr
export NOW=`date +%Y-%m-%d--%H-%M-%S`
export HHBUILD=hstr-${NOW}
## https://wiki.ubuntu.com/Releases
#export UBUNTUVERSION=precise
#export UBUNTUVERSION=quantal
#export UBUNTUVERSION=saucy
export UBUNTUVERSION=trusty
export HHBZRMSG="Fixed escape sequence rendering from the history."
# - user email must be the same as in gpg i.e. (Dvorka) must present
# - hh_ must be with underscore (dh_make enforced)
# eof