diff options
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 |