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

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



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

Modified:
   trunk/bin/markpending
Log:
Add support for the X.Org X11 repository.  Call it simply "X.Org" to avoid
screwing with whitespace, hyphens, or other nonsense in the operand.


Modified: trunk/bin/markpending
===================================================================
--- trunk/bin/markpending	2005-05-19 16:50:14 UTC (rev 9)
+++ trunk/bin/markpending	2005-08-03 21:11:07 UTC (rev 10)
@@ -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 vtwm xtrs
+Known reponames: Render X.Org XFree86 Xcursor Xft Xrender ctwm vtwm xtrs
 EOF
 }
 
@@ -50,7 +50,7 @@
 fi
 
 case "$REPO" in
-    Render|XFree86|Xcursor|Xft|Xrender) SITE="Debian X Strike Force" ;;
+    Render|X.Org|XFree86|Xcursor|Xft|Xrender) SITE="Debian X Strike Force" ;;
     ctwm|vtwm|xtrs) SITE="Branden Robinson's" ;;
     *)
         echo "$PROGNAME: repository \"$REPO\" unrecognized"



Reply to: