[sysadmin-bin] post-receive-notify-ostree: *Actually* notify scale.gnome.org instead of spinner



commit 31224f65ce388a9e044142b716d8bbab9c78e806
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Oct 10 09:37:40 2016 -0400

    post-receive-notify-ostree: *Actually* notify scale.gnome.org instead of spinner
    
    The last commit missed the essential part of the change; but also use
    scale.gnome.org instead of scale-back, since it's now preferred just
    to let our DNS configuration redirect to the back channel.

 git/post-receive-notify-ostree |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-notify-ostree b/git/post-receive-notify-ostree
index b7b095b..d542bd5 100755
--- a/git/post-receive-notify-ostree
+++ b/git/post-receive-notify-ostree
@@ -52,7 +52,7 @@ def main():
         print >>sys.stderr, "Module name has unexpected characters, can't notify build.gnome.org"
         return
 
-    process = Popen(["/usr/bin/fishpoke", "spinner-back", "modules_changed", module_name],
+    process = Popen(["/usr/bin/fishpoke", "scale.gnome.org", "modules_changed", module_name],
                       stdout=None, stderr=None, stdin=None)
     process.wait()
 


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