SVN: toys/stbr: cancellation.sh stbr.tcl
shadzik
shadzik at pld-linux.org
Sat Oct 31 04:23:22 CET 2009
Author: shadzik
Date: Sat Oct 31 04:23:22 2009
New Revision: 10909
Modified:
toys/stbr/cancellation.sh
toys/stbr/stbr.tcl
Log:
- cosmetics
Modified: toys/stbr/cancellation.sh
==============================================================================
--- toys/stbr/cancellation.sh (original)
+++ toys/stbr/cancellation.sh Sat Oct 31 04:23:22 2009
@@ -1,7 +1,7 @@
#!/bin/bash
# author: shadzik at pld-linux dot org
# use with stbr.tcl at exactly the same version
-# Version: 0.8
+# Version: 0.9.2
SPEC="$1"
SEND_TO="$2"
Modified: toys/stbr/stbr.tcl
==============================================================================
--- toys/stbr/stbr.tcl (original)
+++ toys/stbr/stbr.tcl Sat Oct 31 04:23:22 2009
@@ -345,7 +345,7 @@
if {([string match test-build $second])} {
putserv "privmsg $chan :$nick: Sent $second request for $tspecs directly to PLD-$dist builders. Visit http://stbr.pld-linux.org/?show=$nick&date=$day$space$hour to track your request."
} {
- putserv "privmsg $chan :$nick: Sent STBR Mail for $rspecs. An $second will be performed on PLD-$dist line. Visit http://stbr.pld-linux.org/?show=$nick&date=$day$space$hour to track your request."
+ putserv "privmsg $chan :$nick: Sent STBR Mail for $rspecs. A ready-build will be performed on PLD-$dist line. Visit http://stbr.pld-linux.org/?show=$nick&date=$day$space$hour to track your request."
}
if {$cntr<1} {incr cntr} {utimer 30 "set cntr 0"; return 1}
}
More information about the pld-cvs-commit
mailing list