[sysadmin-bin] Drop signal-ftp-sync, the mirroring model is pull based now.



commit be68f60c5580ca4dcfbcaab25be6122c64b0805e
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 30 02:33:09 2022 +0200

    Drop signal-ftp-sync, the mirroring model is pull based now.

 ftpadmin | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 7ea25f7..c9b3074 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1284,10 +1284,7 @@ Install %s? [Y/n]""" % self.module,
         retcode = self._send_email(mail.read(), subject, to, smtp_to, headers)
         print ", done"
 
-        sys.stdout.write(" - Triggering ftp.gnome.org update")
-        cmd = ['/usr/local/bin/signal-ftp-sync']
-        if self._call_cmd(cmd):
-            print """
+        print """
 Your tarball will appear in the following location on ftp.gnome.org:
 
   %s


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