lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master da72a433: Add instructions to remove files fr


From: Greg Chicares
Subject: [lmi-commits] [lmi] master da72a433: Add instructions to remove files from ftp area
Date: Wed, 31 May 2023 06:11:38 -0400 (EDT)

branch: master
commit da72a4338b6b8eee4ded6bf982fc6e070283bedf
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add instructions to remove files from ftp area
---
 publish.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/publish.sh b/publish.sh
index 5b8d42ff..9b9ef222 100755
--- a/publish.sh
+++ b/publish.sh
@@ -46,3 +46,9 @@ rsync -vv \
   "$(basename "$filepath")" \
   "$(basename "$filepath.sig")" \
   chicares@dl.sv.nongnu.org:/releases/lmi/
+
+# To remove old releases that are no longer wanted:
+#   sftp chicares@dl.sv.nongnu.org:/releases/lmi/
+# then use interactive commands such as:
+#   sftp> rm lmi-20230417T1615Z.zip*
+#   sftp> quit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]