SVN: toys/stbr/stbr.tcl

shadzik shadzik at pld-linux.org
Sat Oct 31 04:51:21 CET 2009


Author: shadzik
Date: Sat Oct 31 04:51:21 2009
New Revision: 10912

Modified:
   toys/stbr/stbr.tcl
Log:
- updated help a bit


Modified: toys/stbr/stbr.tcl
==============================================================================
--- toys/stbr/stbr.tcl	(original)
+++ toys/stbr/stbr.tcl	Sat Oct 31 04:51:21 2009
@@ -64,16 +64,19 @@
 proc help {nick} {
 	global usage
 	putserv "privmsg $nick :$usage"
-	putserv "privmsg $nick :Most important is that you understand what the difference between 'upgrade' and 'noupgrade' is. When you call 'noupgrade' it's going to be just an test-build. When you call 'upgrade' the package is going to be upgraded on builders and ftp." 
-	putserv "privmsg $nick :Visit http://stbr.pld-linux.org/ to see the status of your request."
-	putserv "privmsg $nick :Options in square brackets are optional."
 	putserv "privmsg $nick :Options:"
 	putserv "privmsg $nick :!stbr help - shows this help"
 	putserv "privmsg $nick :!stbr url - shows main URL on private chat"
 	putserv "privmsg $nick :!stbr version - shows version on public channel"
+	putserv "privmsg $nick :Options in square brackets are optional."
 	putserv "privmsg $nick :Examples:"
 	putserv "privmsg $nick :!stbr th upgrade spec1 spec2:DEVEL - sends upgrade request for spec1 on branch HEAD and spec2 on branch DEVEL to TH developers"
 	putserv "privmsg $nick :!stbr ti noupgrade spec1 - sends noupgrade request for spec1 on branch HEAD directly to Titanium builders"
+	putserv "privmsg $nick :!stbr ti noupgrade spec1/+bcond1-bcond2 - sends noupgrade request for spec1 on branch HEAD with bcond1 enabled and bcond2 disabled"
+	putserv "privmsg $nick :Other commands:"
+	putserv "privmsg $nick :!stat spec branch - checks if spec exists on branch"
+	putserv "privmsg $nick :!del spec date time - (for admins only) removes request and sends cancelation email"
+	putserv "privmsg $nick :Visit http://stbr.pld-linux.org/ to see the status of your request."
 }
 
 proc url {nick} {


More information about the pld-cvs-commit mailing list