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 9d193f695649c739ec742e233e7462a89e8f04c9

Fixing deb signing.
Author: Martin Dvorak
Author date (UTC): 2015-09-17 17:10
Committer name: Martin Dvorak
Committer date (UTC): 2015-09-17 17:10
Parent(s): dfddecccd1bf3a353decfc0df129e2e6c1635fc7
Signing key:
Tree: 030fe8a02f7799f8287b31c5287c6c477d2fbec3
File Lines added Lines deleted
dist/2-debian-build-deb.sh 2 2
File dist/2-debian-build-deb.sh changed (mode: 100755) (index 7482653..c5296f1)
... ... export SCRIPTHOME=`pwd`
5 5 . ./debian-env.sh . ./debian-env.sh
6 6
7 7 function createChangelog() { function createChangelog() {
8 # crazily strict Debian tool:
8 # Debian tooling changelog hints:
9 9 # - signature line MUST have one whitespace prefix # - signature line MUST have one whitespace prefix
10 10 # - signature line MUST have double space between email and timestamp # - signature line MUST have double space between email and timestamp
11 11 # - traling lines must have exactly one space # - traling lines must have exactly one space
 
... ... function createChangelog() {
16 16 echo " " >> $1 echo " " >> $1
17 17 echo -e " * ${HHBZRMSG}" >> $1 echo -e " * ${HHBZRMSG}" >> $1
18 18 echo " " >> $1 echo " " >> $1
19 echo " -- Martin Dvorak <martin.dvorak@mindforger.com> ${MYTS} +0100" >> $1
19 echo " -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> ${MYTS} +0100" >> $1
20 20 } }
21 21
22 22 function createTarball() { function createTarball() {
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