xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit 9358a500ff027daad393b574084194e4a0cda8e1

Getting ready for Yakkety 1.21 release.
Author: Martin Dvorak
Author date (UTC): 2016-10-22 09:30
Committer name: Martin Dvorak
Committer date (UTC): 2016-10-22 09:46
Parent(s): 87ed4ae6a4fa7f24cf22627ca631b89a5d19cb91
Signing key:
Tree: 27484170a5c581e83ed6f5b52ad80204d9df3d09
File Lines added Lines deleted
configure.ac 1 1
dist/debian-env.sh 1 1
dist/github-env.sh 1 1
dist/github-release.sh 1 0
dist/ubuntu-add-new-distro-base.sh 1 1
dist/ubuntu-make-all-distros.sh 5 4
dist/ubuntu-make-distro.sh 2 0
pad.xml 1 1
src/hstr.c 1 1
File configure.ac changed (mode: 100644) (index 462dd84..baacd23)
17 17
18 18 AC_PREREQ([2.69]) AC_PREREQ([2.69])
19 19
20 AC_INIT(hh, 1.20, martin.dvorak@mindforger.com)
20 AC_INIT(hh, 1.21, martin.dvorak@mindforger.com)
21 21 AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
22 22
23 23 # Checks for src dir existence. # Checks for src dir existence.
File dist/debian-env.sh changed (mode: 100755) (index 5e28cdd..be1e6c5)
2 2
3 3 # Debian release: https://wiki.debian.org/IntroDebianPackaging # Debian release: https://wiki.debian.org/IntroDebianPackaging
4 4
5 export HHVERSION="1.20.0"
5 export HHVERSION="1.21.0"
6 6 #export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload #export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
7 7 export HHFULLVERSION=${HHVERSION}-1 # mantainer upload export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
8 8 export HH=hstr_${HHVERSION} export HH=hstr_${HHVERSION}
File dist/github-env.sh changed (mode: 100755) (index 16d5c64..b29fb99)
... ... export NOW=`date +%Y-%m-%d--%H-%M-%S`
4 4 export GH_RELEASE_DIR=~/p/hstr/release export GH_RELEASE_DIR=~/p/hstr/release
5 5 export GH_DISTRO_DIR=${GH_RELEASE_DIR}/release-${NOW} export GH_DISTRO_DIR=${GH_RELEASE_DIR}/release-${NOW}
6 6
7 export HHVERSION="1.20"
7 export HHVERSION="1.21"
8 8
9 9 # eof # eof
File dist/github-release.sh changed (mode: 100755) (index bb267b0..3cb20b8)
4 4 # - update version in the source code (hstr.c) # - update version in the source code (hstr.c)
5 5 # - update version in configure.ac # - update version in configure.ac
6 6 # - update version github-env.sh # - update version github-env.sh
7 # - ... search for old version using Eclipse/grep
7 8 # - run this script from this directory # - run this script from this directory
8 9
9 10 . ./github-env.sh . ./github-env.sh
File dist/ubuntu-add-new-distro-base.sh changed (mode: 100755) (index cf4e871..725f141)
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=xenial
4 export DISTRO=yakkety
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 ceb68d3..cf7fc93)
... ... then
16 16 fi fi
17 17
18 18 export HHBZRMSG="Top and bottom prompt." export HHBZRMSG="Top and bottom prompt."
19 export VERSION=1.20.
20 export MINOR=3
19 export VERSION=1.21.
20 export MINOR=1
21 21
22 # precise quantal saucy precise utopic / trusty vivid wily xenial
23 for DISTRO in xenial
22 # precise quantal saucy precise utopic / trusty vivid wily xenial yakkety
23 # trusty xenial yakkety
24 for DISTRO in yakkety
24 25 do do
25 26
26 27 ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
File dist/ubuntu-make-distro.sh changed (mode: 100755) (index 9e82a04..b94111b)
... ... export UBUNTUVERSION=$1
12 12 #export UBUNTUVERSION=saucy #export UBUNTUVERSION=saucy
13 13 #export UBUNTUVERSION=trusty #export UBUNTUVERSION=trusty
14 14 #export UBUNTUVERSION=utopic #export UBUNTUVERSION=utopic
15 #export UBUNTUVERSION=xenial
16 #export UBUNTUVERSION=yakkety
15 17 export HHVERSION=$2 export HHVERSION=$2
16 18 export HHBZRMSG=$3 export HHBZRMSG=$3
17 19
File pad.xml changed (mode: 100644) (index 42a2daa..4f47e28)
51 51 </Company_Info> </Company_Info>
52 52 <Program_Info> <Program_Info>
53 53 <Program_Name>HSTR</Program_Name> <Program_Name>HSTR</Program_Name>
54 <Program_Version>1.20</Program_Version>
54 <Program_Version>1.21</Program_Version>
55 55 <Program_Release_Month>05</Program_Release_Month> <Program_Release_Month>05</Program_Release_Month>
56 56 <Program_Release_Day>09</Program_Release_Day> <Program_Release_Day>09</Program_Release_Day>
57 57 <Program_Release_Year>2015</Program_Release_Year> <Program_Release_Year>2015</Program_Release_Year>
File src/hstr.c changed (mode: 100644) (index 3d50a69..9dfacfd)
... ... static const char *HELP_STRING=
210 210 "\n"; "\n";
211 211
212 212 static const char *VERSION_STRING= static const char *VERSION_STRING=
213 "hh version \"1.20\""
213 "hh version \"1.21\""
214 214 "\n build \""__DATE__" " __TIME__"\"" "\n build \""__DATE__" " __TIME__"\""
215 215 "\n"; "\n";
216 216
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master