[monitoring-plugins] Update RELEASING
Holger Weiss
git at monitoring-plugins.org
Mon Apr 13 09:50:09 CEST 2015
Module: monitoring-plugins
Branch: master
Commit: 08fdd5789c300b8e3b0251839b57a09a5c8f440e
Author: Elan Ruusamäe <glen at delfi.ee>
Committer: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Sun Apr 12 11:16:30 2015 +0300
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=08fdd57
Update RELEASING
fix some typos.
---
doc/RELEASING | 6 +++---
1 file 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
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
More information about the Commits
mailing list