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