mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 14:57:35 +08:00
Adding Launchpad release protection from running and destroying local git repository.
This commit is contained in:
parent
12913e85d4
commit
07fb25e2fb
1 changed files with 8 additions and 2 deletions
10
dist/ubuntu-make-all-distros.sh
vendored
10
dist/ubuntu-make-all-distros.sh
vendored
|
@ -9,9 +9,15 @@
|
|||
# - check minor version in this file
|
||||
# - run this script from ~/p/hstr/launchpad
|
||||
|
||||
export HHBZRMSG="Buffer overflow fix of regexp mode."
|
||||
if [ -e "../.git" ]
|
||||
then
|
||||
echo "This script MUST NOT be run from Git repository - run it e.g. from ~/p/hstr/launchpad instead"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export HHBZRMSG="Top and bottom prompt."
|
||||
export VERSION=1.20.
|
||||
export MINOR=1
|
||||
export MINOR=3
|
||||
|
||||
# precise quantal saucy precise utopic / trusty vivid wily xenial
|
||||
for DISTRO in xenial
|
||||
|
|
Loading…
Reference in a new issue