summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-11-29 08:00:03 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-11-29 08:00:03 (GMT)
commit1e575b656172aaf51d26ce503f5480bdf75224a7 (patch)
tree7306ca4701d03732e20592c53ffe0ef2a231d3e8
parentd7de5e562a767ab964baea9bd5c47e433fe9afa6 (diff)
downloadmonitoring-plugins-1e575b6.tar.gz
doc/RELEASING.md: Apply more cosmetic changes
-rw-r--r--doc/RELEASING.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index 8fe3aaa..7758e0b 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -59,8 +59,8 @@ Build the tarball
59 ./configure 59 ./configure
60 make dist 60 make dist
61 61
62Upload tarball to our web site 62Upload tarball to web site
63------------------------------ 63--------------------------
64 64
65 scp monitoring-plugins-2.3.tar.gz \ 65 scp monitoring-plugins-2.3.tar.gz \
66 plugins@orwell.monitoring-plugins.org:web/download/ 66 plugins@orwell.monitoring-plugins.org:web/download/
@@ -69,13 +69,12 @@ Generate SHA1 checksum files on web site
69---------------------------------------- 69----------------------------------------
70 70
71 ssh plugins@orwell.monitoring-plugins.org \ 71 ssh plugins@orwell.monitoring-plugins.org \
72 '(cd web/download; \ 72 '(cd web/download; $HOME/bin/create-checksum monitoring-plugins-2.3.tar.gz)'
73 $HOME/bin/create-checksum monitoring-plugins-2.3.tar.gz)'
74 73
75Announce new release 74Announce new release
76-------------------- 75--------------------
77 76
78- In the site.git repository, 77- In the site.git repository:
79 78
80 - Create `web/input/news/release-2-3.md`. 79 - Create `web/input/news/release-2-3.md`.
81 - Update the `plugins_release` version in `web/macros.py`. 80 - Update the `plugins_release` version in `web/macros.py`.