diff options
author | Monitoring Plugins Development Team <devel@monitoring-plugins.org> | 2014-01-18 03:40:24 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-19 14:18:47 -0500 |
commit | 63734f52ab1b4b2c17545b26fc41016d6bbd80bd (patch) | |
tree | dcd7aa3fd9a2a6a69a47d3a7e6a18d034426087a /doc/RELEASING | |
parent | 9db763963f3993f923619a2147e4313b09f12134 (diff) | |
download | monitoring-plugins-63734f52ab1b4b2c17545b26fc41016d6bbd80bd.tar.gz |
Project rename initial commit.
This is an initial take at renaming the project to Monitoring Plugins.
It's not expected to be fully complete, and it is expected to break
things (The perl module for instance). More testing will be required
before this goes mainline.
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 34bed939..1eaec9de 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -1,8 +1,5 @@ NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG -NB: A copy of this document is located at: - http://nagiosplugins.org/node/96 - *** Pre-release git pull . tools/devmode, if feeling adventurous @@ -24,15 +21,15 @@ git push origin master git push origin release-1.4.14 *** Checkout new version -rm -fr /tmp/nagioslug +rm -fr /tmp/monitoringlug # If you need to checkout the tag, don't forget to "checkout master" later to # get back to your development branch: git checkout tags/release-1.4.14 # Beware: the trailing slash of --prefix is REQUIRED -git checkout-index --prefix=/tmp/nagioslug/ -a +git checkout-index --prefix=/tmp/monitoringlug/ -a *** Build the tarball -cd /tmp/nagioslug +cd /tmp/monitoringlug tools/setup ./configure make dist @@ -43,7 +40,7 @@ SF username and password cd /uploads put file -SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) +SF -> Submit News about release. Make sure it is called "Monitoring Plugins" (with those caps) Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880 Include contents of NEWS for this release List all people on team involved. @@ -60,5 +57,5 @@ Step 3: *.tar.gz, Platform Independent, Source .gz Step 4: Send notice *** Announce new release -Send email to nagiosplug-help, nagios-announce with the news text -Add a news item to http://nagiosplugins.org +Send email to help, announce with the news text +Add a news item to https://monitoring-plugins.org |