Commit c0c6db116aa3c9557c0f94892114fe28cabd6a65
PPA update to the current release.
Author: Martin Dvorak
Author date (UTC): 2018-02-18 10:28
Committer name: Martin Dvorak
Committer date (UTC): 2018-02-18 10:28
Parent(s): 069ad24822f9674b55d1d41f8d77c373fa9c4b62
Signing key:
Tree: acab9e8341156ff88bcc4e394d1ae39a5df7a8dd
| File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 3d2421f..93f0e78) |
| ... |
... |
export HHBZRMSG="Top and bottom prompt." |
| 19 |
19 |
export VERSION=1.24. |
export VERSION=1.24. |
| 20 |
20 |
export MINOR=0 |
export MINOR=0 |
| 21 |
21 |
|
|
| 22 |
|
# precise quantal saucy precise utopic vivid wily yakkety / trusty xenial zesty artful |
|
| 23 |
|
for DISTRO in trustry xenial zesty artful |
|
|
22 |
|
# precise quantal saucy precise utopic vivid wily yakkety zesty / trusty xenial artful |
|
23 |
|
for DISTRO in trustry xenial artful |
| 24 |
24 |
do |
do |
| 25 |
25 |
|
|
| 26 |
26 |
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" |
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" |
| File src/hstr.c changed (mode: 100644) (index c8bdd25..a704ca4) |
| ... |
... |
static const char *HELP_STRING= |
| 247 |
247 |
"\n"; |
"\n"; |
| 248 |
248 |
|
|
| 249 |
249 |
static const char *VERSION_STRING= |
static const char *VERSION_STRING= |
| 250 |
|
"hh version \"1.24\" (2018-01-03T12:19:00)" |
|
|
250 |
|
"hh version \"1.24\" (2018-02-18T11:00:00)" |
| 251 |
251 |
"\n"; |
"\n"; |
| 252 |
252 |
|
|
| 253 |
253 |
// TODO help screen - curses window (tig) |
// TODO help screen - curses window (tig) |