hstr/dist/env.sh

16 lines
411 B
Bash
Raw Normal View History

2013-12-26 16:26:11 +08:00
#!/bin/bash
2014-01-05 06:08:23 +08:00
export HHVERSION="0.71"
export HH=hh_${HHVERSION}
export HHRELEASE=${HH}-0ubuntu1
export HHSRC=/home/dvorka/p/hstr/github/hstr
export NOW=`date +%Y-%m-%d--%H-%M-%S`
export HHBUILD=hstr-${NOW}
export UBUNTUVERSION=raring
# - when asked to change debian/changes, just copy the date and keep 0ubuntu1
# - user email must be as in gpg i.e. (Dvorka) must present
# - hh_ must be with underscore
2013-12-26 16:26:11 +08:00
2014-01-01 14:14:19 +08:00
# eof