| File | Lines added | Lines deleted |
|---|---|---|
| Changelog | 7 | 0 |
| PKGBUILD | 1 | 1 |
| dist/ubuntu-add-new-distro-base.sh | 1 | 1 |
| dist/ubuntu-make-all-distros.sh | 2 | 2 |
| File Changelog changed (mode: 100644) (index c4581c1..a54beef) | |||
| 1 | 2016-04-27 Martin Dvorak <martin.dvorak@mindforger.com> | ||
| 2 | |||
| 3 | * Released v1.20 - Bottom prompt | ||
| 4 | * This release rewrite of screen rendering allowing to | ||
| 5 | choose prompt and help location - top or bottom. In | ||
| 6 | addition Ubuntu 16.04 LST is supported. | ||
| 7 | |||
| 1 | 8 | 2015-11-25 Martin Dvorak <martin.dvorak@mindforger.com> | 2015-11-25 Martin Dvorak <martin.dvorak@mindforger.com> |
| 2 | 9 | ||
| 3 | 10 | * Released v1.19 - Stabilization release | * Released v1.19 - Stabilization release |
| File PKGBUILD changed (mode: 100644) (index f6f7add..146f764) | |||
| 1 | 1 | # Maintainer: Christian Wieden <wiedenchr at gmail dot com | # Maintainer: Christian Wieden <wiedenchr at gmail dot com |
| 2 | 2 | # Contributer: Ricardo Band <me at xengi dot de> | # Contributer: Ricardo Band <me at xengi dot de> |
| 3 | 3 | pkgname=hh | pkgname=hh |
| 4 | pkgver=1.19 | ||
| 4 | pkgver=1.20 | ||
| 5 | 5 | pkgrel=1 | pkgrel=1 |
| 6 | 6 | pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r." | pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r." |
| 7 | 7 | arch=('any') | arch=('any') |
| File dist/ubuntu-add-new-distro-base.sh changed (mode: 100755) (index d9bae9b..cf4e871) | |||
| 1 | 1 | #!/bin/bash | #!/bin/bash |
| 2 | 2 | ||
| 3 | 3 | # boostrap new OR refresh distribution base for pbuilder | # boostrap new OR refresh distribution base for pbuilder |
| 4 | export DISTRO=trusty | ||
| 4 | export DISTRO=xenial | ||
| 5 | 5 | ||
| 6 | 6 | sudo pbuilder --create $DISTRO | sudo pbuilder --create $DISTRO |
| 7 | 7 | rm -vf ~/pbuilder/${DISTRO}-base.tgz | rm -vf ~/pbuilder/${DISTRO}-base.tgz |
| File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 282583d..a5a2419) | |||
| ... | ... | export HHBZRMSG="Buffer overflow fix of regexp mode." | |
| 13 | 13 | export VERSION=1.20. | export VERSION=1.20. |
| 14 | 14 | export MINOR=1 | export MINOR=1 |
| 15 | 15 | ||
| 16 | # precise quantal saucy precise utopic / trusty vivid wily | ||
| 17 | for DISTRO in trusty vivid wily | ||
| 16 | # precise quantal saucy precise utopic / trusty vivid wily xenial | ||
| 17 | for DISTRO in xenial | ||
| 18 | 18 | do | do |
| 19 | 19 | ||
| 20 | 20 | ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" | ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" |