summaryrefslogtreecommitdiffstats
path: root/doc/RELEASING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RELEASING')
-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