mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Update RELEASING
fix some typos.
This commit is contained in:
parent
f0c9beef6c
commit
08fdd5789c
1 changed files with 3 additions and 3 deletions
|
|
@ -19,15 +19,15 @@ git push origin master
|
|||
git push origin v2.1.1
|
||||
|
||||
*** Checkout new version
|
||||
rm -fr /tmp/monitoringlug
|
||||
rm -fr /tmp/monitoringplug
|
||||
# If you need to checkout the tag, don't forget to "checkout master" later to
|
||||
# get back to your development branch:
|
||||
git checkout tags/v2.1.1
|
||||
# Beware: the trailing slash of --prefix is REQUIRED
|
||||
git checkout-index --prefix=/tmp/monitoringlug/ -a
|
||||
git checkout-index --prefix=/tmp/monitoringplug/ -a
|
||||
|
||||
*** Build the tarball
|
||||
cd /tmp/monitoringlug
|
||||
cd /tmp/monitoringplug
|
||||
tools/setup
|
||||
./configure
|
||||
make dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue