en-US/cpy

John J. McDonough jjmcd at fedoraproject.org
Sun Sep 5 15:11:28 UTC 2010


 en-US/cpy |   34 ----------------------------------
 1 file changed, 34 deletions(-)

New commits:
commit 75d4248d17563997106ea7a855f7e74d5b9376d7
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Sun Sep 5 11:11:22 2010 -0400

    Remove unnecessary script

diff --git a/en-US/cpy b/en-US/cpy
deleted file mode 100755
index a13f886..0000000
--- a/en-US/cpy
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-FILES=(
-Boot.xml                  
-Security.xml              
-Virtualization.xml        
-Web_Servers.xml           
-Mail_Servers.xml          
-Database_Servers.xml        
-File_Servers.xml
-Samba.xml
-System_Daemons.xml
-Server_Configuration_Tools.xml
-File_Systems.xml
-Xorg.xml
-Cluster.xml
-Development.xml
-Development_Runtime.xml
-Developer_Tools.xml
-Development_GCC.xml
-Development_Java.xml
-Development_Haskell.xml
-Development_Eclipse.xml
-Backwards_Compatibility.xml
-Kernel.xml		       
-Scientific_and_Technical.xml 
-EDA.xml		       
-Embedded_Development.xml     
-Circuit_Design.xml	       
-Amateur_Radio.xml )
-for I in {0..26} ; do
-  NN=`expr $I + 16`
-  cp ../../en-US/$NN-${FILES[$I]} ${FILES[I]}
-done
-




More information about the docs-commits mailing list