[sysadmin-bin] post-receive-notify-ostree: notify scale instead of spinner



commit afdb42a70c053dcc802ecbb83dd91debf9c5c4cb
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sat Oct 8 22:49:54 2016 -0400

    post-receive-notify-ostree: notify scale instead of spinner

 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 c514f67..b7b095b 100755
--- a/git/post-receive-notify-ostree
+++ b/git/post-receive-notify-ostree
@@ -49,7 +49,7 @@ def main():
     module_name = re.sub('-', '__2d', module_name)
 
     if not re.match('^[A-Za-z0-9_.]+$', module_name):
-        print >>sys.stderr, "Module name has unexpected characters, can't notify ostree.gnome.org"
+        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],


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