Author: benm
Date: 2005-04-14 16:07:07 -0400 (Thu, 14 Apr 2005)
New Revision: 43008

Modified:
   trunk/release/website/distro-info.sh
   trunk/release/website/mk-oc.sh
Log:
this should fix rhel rug channels

Modified: trunk/release/website/distro-info.sh
===================================================================
--- trunk/release/website/distro-info.sh        2005-04-14 19:56:50 UTC (rev 
43007)
+++ trunk/release/website/distro-info.sh        2005-04-14 20:07:07 UTC (rev 
43008)
@@ -10,4 +10,22 @@
                fedora-* | redhat-*        ) DISTRO_TYPE=redhat;;
                suse-*   | nld-* | sles-*  ) DISTRO_TYPE=suse;;
        esac
+       
+       case "$DISTRO" in
+               rhel-3-i386 )
+                       DISTRO_ALIASES=(
+                               rhel-3as-i386
+                               rhel-3ws-i386
+                               rhel-3es-i386
+                       )
+               ;;
+               
+               rhel-4-i386 )
+                       DISTRO_ALIASES=(
+                               rhel-4as-i386
+                               rhel-4ws-i386
+                               rhel-4es-i386
+                       )
+               ;;
+       esac
 }
\ No newline at end of file

Modified: trunk/release/website/mk-oc.sh
===================================================================
--- trunk/release/website/mk-oc.sh      2005-04-14 19:56:50 UTC (rev 43007)
+++ trunk/release/website/mk-oc.sh      2005-04-14 20:07:07 UTC (rev 43008)
@@ -45,6 +45,10 @@
                                        VERSION=`ls -d $mloc/$mod/*/ -t -1 | 
head -n1`
                                        
                                        echo "AddDistro $DISTRO $VERSION" >> 
$chan.conf
+                                       
+                                       for a in [EMAIL PROTECTED]; do
+                                               echo "AddDistro $a $VERSION" >> 
$chan.conf
+                                       done
                                fi
                        done
                done

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to