Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3716777
D125.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D125.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D125: Tweak notifications
Attached
Detach File
Event Timeline
Log In to Comment