diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2015-04-12 08:16:30 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-04-13 07:40:28 (GMT) |
commit | 08fdd5789c300b8e3b0251839b57a09a5c8f440e (patch) | |
tree | 43fc4c38ba9f47c0b81e5c23f1bbcdb68be6c2c4 /doc/RELEASING | |
parent | f0c9beef6cf36b477fad6797c466b859be084b29 (diff) | |
download | monitoring-plugins-08fdd5789c300b8e3b0251839b57a09a5c8f440e.tar.gz |
Update RELEASING
fix some typos.
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 6 |
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 | |||
19 | git push origin v2.1.1 | 19 | git push origin v2.1.1 |
20 | 20 | ||
21 | *** Checkout new version | 21 | *** Checkout new version |
22 | rm -fr /tmp/monitoringlug | 22 | rm -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: |
25 | git checkout tags/v2.1.1 | 25 | git checkout tags/v2.1.1 |
26 | # Beware: the trailing slash of --prefix is REQUIRED | 26 | # Beware: the trailing slash of --prefix is REQUIRED |
27 | git checkout-index --prefix=/tmp/monitoringlug/ -a | 27 | git checkout-index --prefix=/tmp/monitoringplug/ -a |
28 | 28 | ||
29 | *** Build the tarball | 29 | *** Build the tarball |
30 | cd /tmp/monitoringlug | 30 | cd /tmp/monitoringplug |
31 | tools/setup | 31 | tools/setup |
32 | ./configure | 32 | ./configure |
33 | make dist | 33 | make dist |