2013-12-26 16:26:11 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
2014-02-01 04:49:24 +08:00
|
|
|
export HHVERSION="1.7.10"
|
2014-01-05 17:43:21 +08:00
|
|
|
export HHFULLVERSION=${HHVERSION}-0ubuntu1
|
2014-01-05 06:08:23 +08:00
|
|
|
export HH=hh_${HHVERSION}
|
2014-01-05 17:43:21 +08:00
|
|
|
export HHRELEASE=hh_${HHFULLVERSION}
|
2014-01-05 06:08:23 +08:00
|
|
|
export HHSRC=/home/dvorka/p/hstr/github/hstr
|
|
|
|
export NOW=`date +%Y-%m-%d--%H-%M-%S`
|
|
|
|
export HHBUILD=hstr-${NOW}
|
2014-01-05 17:43:21 +08:00
|
|
|
|
2014-01-27 05:15:41 +08:00
|
|
|
#export UBUNTUVERSION=quantal
|
2014-02-01 04:49:24 +08:00
|
|
|
#export UBUNTUVERSION=raring
|
|
|
|
export UBUNTUVERSION=saucy
|
2014-02-08 14:06:50 +08:00
|
|
|
#export UBUNTUVERSION=trusty
|
2014-01-05 17:43:21 +08:00
|
|
|
|
2014-02-01 04:49:24 +08:00
|
|
|
export HHBZRMSG="Making radix sort allocation more effient and inserts more robust."
|
2014-01-05 06:08:23 +08:00
|
|
|
|
2014-01-29 04:35:18 +08:00
|
|
|
# - user email must be the same as in gpg i.e. (Dvorka) must present
|
|
|
|
# - hh_ must be with underscore (dh_make enforced)
|
2013-12-26 16:26:11 +08:00
|
|
|
|
2014-01-01 14:14:19 +08:00
|
|
|
# eof
|