diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2011-01-01 16:21:56 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2011-01-01 16:21:56 -0500 |
commit | fdd0028be1e33f540b0f24f445eaa0301a55b7d1 (patch) | |
tree | 7824d81c360b2c633d754f57df456e0563f5eaef /tools | |
parent | 890e0ae0008d657c461ce9a2a3c62b61ef9fc35b (diff) | |
download | monitoring-plugins-fdd0028be1e33f540b0f24f445eaa0301a55b7d1.tar.gz |
Update the README text
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sfsnapshot-upload | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/sfsnapshot-upload b/tools/sfsnapshot-upload index 9eabcbbb..d8ebcc54 100755 --- a/tools/sfsnapshot-upload +++ b/tools/sfsnapshot-upload @@ -107,12 +107,13 @@ cat <<-END_README > README corresponding snapshot (nagios-plugins-<git-describe>.tar.gz). For backward-compatibility, the nagios-plugins-HEAD.tar.gz and - nagios-plugins-trunk-<ts> point to their corresponding "master" head. + nagios-plugins-trunk-<ts>.tar.gz point to their corresponding "master" + head. The tarballs will only be updated when a change has been made. The - MD5SUM file will be updated each time. + MD5SUM file is updated every time the snapshot script runs. - The MD5SUM are: + The MD5SUMs are: END_README md5sum *.gz | tee -a README > MD5SUM |