]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
F16 updates broken- Delete F16 and F17 update repos and don't yum update
authorSteven Dake <sdake@redhat.com>
Sun, 1 Apr 2012 22:36:57 +0000 (15:36 -0700)
committerSteven Dake <sdake@redhat.com>
Sun, 1 Apr 2012 22:36:57 +0000 (15:36 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/jeos/F16-x86_64-gold-jeos.tdl
heat/jeos/F17-x86_64-gold-jeos.tdl

index 2dff435c96edd11bd1d154009fe5eea19ac79063..6e900f1d01e0d336f0b53ad425a715ebeb195c6d 100644 (file)
@@ -12,7 +12,7 @@
   <description>Fedora 16</description>
   <commands>
     <command name='commands'>
-yum -y update; yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
+rm -f /etc/yum.repos.d/fedora-updates*;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
 #!/bin/bash
 setenforce 0
 while true; do
index 06f605e6fb9b5197f7f4b2db2ff7a3c6ca3e76cf..53bc1ebc92ae15abc45e0c750cd415525ec18c01 100644 (file)
@@ -12,7 +12,7 @@
   <description>Fedora 17</description>
   <commands>
     <command name='commands'>
-yum -y update;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
+rm -f /etc/yum.repos.d/fedora-updates*;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
 #!/bin/bash
 setenforce 0
 while true; do