Page MenuHomeDevCentral

D125.diff
No OneTemporary

D125.diff

diff --git a/Wearg/Notifications.tcl b/Wearg/Notifications.tcl
--- a/Wearg/Notifications.tcl
+++ b/Wearg/Notifications.tcl
@@ -76,8 +76,8 @@
if {$project == "Nasqueron"} {
switch $group {
tasacora { return "#tasacora" }
- docker { return "#nasqueron-ops" }
- ops { return "#nasqueron-ops" }
+ docker { return "#nasqueron-ops-logs" }
+ ops { return "#nasqueron-ops-logs" }
orgz { return "#nasqueron-ops" }
nasqueron { return "#nasqueron-logs" }
default {
@@ -100,11 +100,11 @@
append message " — $link"
}
- if {$type == "push" || $type == "ping" || $type == "repository" || $type == "create"} {
+ if {$service == "Phabricator" || $type == "push" || $type == "ping" || $type == "repository" || $type == "create" || $type == "status"} {
putquick "PRIVMSG $channel :$message"
} {
# These probably need some love on the notifications center
- putdebug "Message for $channel: $message"
+ putdebug "Message for $channel: $message (service: $service, type: $type)"
}
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 19:54 (20 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2232227
Default Alt Text
D125.diff (1 KB)

Event Timeline