| File dist/ubuntu-env.sh changed (mode: 100755) (index 74c5aaf..54af73f) |
| 1 |
1 |
#!/bin/bash |
#!/bin/bash |
| 2 |
2 |
|
|
| 3 |
|
export HHVERSION="1.7.10" |
|
|
3 |
|
export HHVERSION="1.8.3" |
| 4 |
4 |
export HHFULLVERSION=${HHVERSION}-0ubuntu1 |
export HHFULLVERSION=${HHVERSION}-0ubuntu1 |
| 5 |
5 |
export HH=hh_${HHVERSION} |
export HH=hh_${HHVERSION} |
| 6 |
6 |
export HHRELEASE=hh_${HHFULLVERSION} |
export HHRELEASE=hh_${HHFULLVERSION} |
| |
| ... |
... |
export NOW=`date +%Y-%m-%d--%H-%M-%S` |
| 9 |
9 |
export HHBUILD=hstr-${NOW} |
export HHBUILD=hstr-${NOW} |
| 10 |
10 |
|
|
| 11 |
11 |
#export UBUNTUVERSION=quantal |
#export UBUNTUVERSION=quantal |
| 12 |
|
#export UBUNTUVERSION=raring |
|
| 13 |
|
export UBUNTUVERSION=saucy |
|
| 14 |
|
#export UBUNTUVERSION=trusty |
|
|
12 |
|
##export UBUNTUVERSION=raring |
|
13 |
|
#export UBUNTUVERSION=saucy |
|
14 |
|
export UBUNTUVERSION=trusty |
| 15 |
15 |
|
|
| 16 |
|
export HHBZRMSG="Making radix sort allocation more effient and inserts more robust." |
|
|
16 |
|
export HHBZRMSG="Huge history scalability and robustness (optimization and fixes)." |
| 17 |
17 |
|
|
| 18 |
18 |
# - user email must be the same as in gpg i.e. (Dvorka) must present |
# - user email must be the same as in gpg i.e. (Dvorka) must present |
| 19 |
19 |
# - hh_ must be with underscore (dh_make enforced) |
# - hh_ must be with underscore (dh_make enforced) |