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

X Strike Force XSF toolbox SVN commit: r6 - trunk/bin



Author: branden
Date: 2004-12-24 20:50:44 -0500 (Fri, 24 Dec 2004)
New Revision: 6

Modified:
   trunk/bin/markpending
Log:
Add support for my xtrs repo.


Modified: trunk/bin/markpending
===================================================================
--- trunk/bin/markpending	2004-07-13 04:17:37 UTC (rev 5)
+++ trunk/bin/markpending	2004-12-25 01:50:44 UTC (rev 6)
@@ -29,7 +29,7 @@
 
 "revision" can be a colon-separated revision range or a simple revision number.
 
-Known reponames: Render XFree86 Xcursor Xft Xrender ctwm
+Known reponames: Render XFree86 Xcursor Xft Xrender ctwm xtrs
 EOF
 }
 
@@ -51,7 +51,7 @@
 
 case "$REPO" in
     Render|XFree86|Xcursor|Xft|Xrender) SITE="Debian X Strike Force" ;;
-    ctwm) SITE="Branden Robinson's" ;;
+    ctwm|xtrs) SITE="Branden Robinson's" ;;
     *)
         echo "$PROGNAME: repository \"$REPO\" unrecognized"
         exit 2



Reply to: