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

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



Author: branden
Date: 2005-08-03 16:22:19 -0500 (Wed, 03 Aug 2005)
New Revision: 11

Modified:
   trunk/bin/markpending
Log:
Too clever for my own good.  Since a transformation is applied to the
repository name to generate the SVN path, leave out the dot and
include a dash in "X.Org X11" after all.

(That, or introduce a bunch of special-case logic, which seems even
sillier.)


Modified: trunk/bin/markpending
===================================================================
--- trunk/bin/markpending	2005-08-03 21:11:07 UTC (rev 10)
+++ trunk/bin/markpending	2005-08-03 21:22:19 UTC (rev 11)
@@ -29,7 +29,7 @@
 
 "revision" can be a colon-separated revision range or a simple revision number.
 
-Known reponames: Render X.Org XFree86 Xcursor Xft Xrender ctwm vtwm xtrs
+Known reponames: Render XOrg-X11 XFree86 Xcursor Xft Xrender ctwm vtwm xtrs
 EOF
 }
 
@@ -50,7 +50,7 @@
 fi
 
 case "$REPO" in
-    Render|X.Org|XFree86|Xcursor|Xft|Xrender) SITE="Debian X Strike Force" ;;
+    Render|XOrg-X11|XFree86|Xcursor|Xft|Xrender) SITE="Debian X Strike Force" ;;
     ctwm|vtwm|xtrs) SITE="Branden Robinson's" ;;
     *)
         echo "$PROGNAME: repository \"$REPO\" unrecognized"



Reply to: