summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2011-01-01 21:21:56 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2011-01-01 21:21:56 (GMT)
commitfdd0028be1e33f540b0f24f445eaa0301a55b7d1 (patch)
tree7824d81c360b2c633d754f57df456e0563f5eaef /tools
parent890e0ae0008d657c461ce9a2a3c62b61ef9fc35b (diff)
downloadmonitoring-plugins-fdd0028be1e33f540b0f24f445eaa0301a55b7d1.tar.gz
Update the README text
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sfsnapshot-upload7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/sfsnapshot-upload b/tools/sfsnapshot-upload
index 9eabcbb..d8ebcc5 100755
--- a/tools/sfsnapshot-upload
+++ b/tools/sfsnapshot-upload
@@ -107,12 +107,13 @@ cat <<-END_README > README
107 corresponding snapshot (nagios-plugins-<git-describe>.tar.gz). 107 corresponding snapshot (nagios-plugins-<git-describe>.tar.gz).
108 108
109 For backward-compatibility, the nagios-plugins-HEAD.tar.gz and 109 For backward-compatibility, the nagios-plugins-HEAD.tar.gz and
110 nagios-plugins-trunk-<ts> point to their corresponding "master" head. 110 nagios-plugins-trunk-<ts>.tar.gz point to their corresponding "master"
111 head.
111 112
112 The tarballs will only be updated when a change has been made. The 113 The tarballs will only be updated when a change has been made. The
113 MD5SUM file will be updated each time. 114 MD5SUM file is updated every time the snapshot script runs.
114 115
115 The MD5SUM are: 116 The MD5SUMs are:
116 END_README 117 END_README
117md5sum *.gz | tee -a README > MD5SUM 118md5sum *.gz | tee -a README > MD5SUM
118 119