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 384e90dc5620a53010dda454f1c10ba7a83f7dbb

Fixed dput path to enable launchpad releases.
Author: Martin Dvorak
Author date (UTC): 2015-01-08 11:39
Committer name: Martin Dvorak
Committer date (UTC): 2015-01-08 11:39
Parent(s): ea05cf465bfe3d9c473702decfd56e69a2488658
Signing key:
Tree: f4a2cf08ee3b0564a975ef62d8822e2b7266fc46
File Lines added Lines deleted
dist/ubuntu-make-all-distros.sh 1 1
dist/ubuntu-make-distro.sh 2 1
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 4a56ee3..b0af814)
2 2
3 3 export HHBZRMSG="Enter first item auto-select, Vim keybinding, doc improvements." export HHBZRMSG="Enter first item auto-select, Vim keybinding, doc improvements."
4 4 export VERSION=1.15. export VERSION=1.15.
5 export MINOR=1
5 export MINOR=3
6 6
7 7 # precise quantal saucy / precise trusty utopic # precise quantal saucy / precise trusty utopic
8 8 for DISTRO in trusty utopic for DISTRO in trusty utopic
File dist/ubuntu-make-distro.sh changed (mode: 100755) (index 4592844..9797928)
... ... echo "Before bzr push: " `pwd`
125 125 bzr push lp:~ultradvorka/+junk/hh-package bzr push lp:~ultradvorka/+junk/hh-package
126 126 cd .. cd ..
127 127 echo "Before dput push: " `pwd` echo "Before dput push: " `pwd`
128 dput ppa:ultradvorka ${HHRELEASE}_source.changes
128 # recently added /ppa to fix the path and package rejections
129 dput ppa:ultradvorka/ppa ${HHRELEASE}_source.changes
129 130
130 131 # eof # eof
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