summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2015-04-12 08:16:30 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-04-13 07:40:28 (GMT)
commit08fdd5789c300b8e3b0251839b57a09a5c8f440e (patch)
tree43fc4c38ba9f47c0b81e5c23f1bbcdb68be6c2c4
parentf0c9beef6cf36b477fad6797c466b859be084b29 (diff)
downloadmonitoring-plugins-08fdd57.tar.gz
Update RELEASING
fix some typos.
-rw-r--r--doc/RELEASING6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index eee53d7..30c81cc 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -19,15 +19,15 @@ git push origin master
19git push origin v2.1.1 19git push origin v2.1.1
20 20
21*** Checkout new version 21*** Checkout new version
22rm -fr /tmp/monitoringlug 22rm -fr /tmp/monitoringplug
23# If you need to checkout the tag, don't forget to "checkout master" later to 23# If you need to checkout the tag, don't forget to "checkout master" later to
24# get back to your development branch: 24# get back to your development branch:
25git checkout tags/v2.1.1 25git checkout tags/v2.1.1
26# Beware: the trailing slash of --prefix is REQUIRED 26# Beware: the trailing slash of --prefix is REQUIRED
27git checkout-index --prefix=/tmp/monitoringlug/ -a 27git checkout-index --prefix=/tmp/monitoringplug/ -a
28 28
29*** Build the tarball 29*** Build the tarball
30cd /tmp/monitoringlug 30cd /tmp/monitoringplug
31tools/setup 31tools/setup
32./configure 32./configure
33make dist 33make dist