File dist/ubuntu-env.sh changed (mode: 100755) (index d4e8fc9..9ad9170) |
1 |
1 |
#!/bin/bash |
#!/bin/bash |
2 |
2 |
|
|
3 |
|
export HHVERSION="1.7.1" |
|
|
3 |
|
export HHVERSION="1.7.4" |
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 HHBUILD=hstr-${NOW} |
12 |
12 |
#export UBUNTUVERSION=raring |
#export UBUNTUVERSION=raring |
13 |
13 |
export UBUNTUVERSION=saucy |
export UBUNTUVERSION=saucy |
14 |
14 |
|
|
15 |
|
export HHBZRMSG="Fixing history management - exact match ensured." |
|
|
15 |
|
export HHBZRMSG="Color version and env var configuration." |
16 |
16 |
|
|
17 |
|
# - user email must be as in gpg i.e. (Dvorka) must present |
|
18 |
|
# - hh_ must be with underscore |
|
|
17 |
|
# - user email must be the same as in gpg i.e. (Dvorka) must present |
|
18 |
|
# - hh_ must be with underscore (dh_make enforced) |
19 |
19 |
|
|
20 |
20 |
# eof |
# eof |