Commit 338b1894 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web_deploy: Flush yum cache on deploy script

parent 7862ea47
...@@ -78,6 +78,8 @@ failovermethod=priority ...@@ -78,6 +78,8 @@ failovermethod=priority
enabled=0 enabled=0
gpgcheck=0 gpgcheck=0
EOF EOF
yum clean all
yum makecache
yum update -y yum update -y
yum_install yum-utils yum_install yum-utils
# Enable a bootstrap repo. It is removed after finishing # Enable a bootstrap repo. It is removed after finishing
......
...@@ -205,6 +205,7 @@ ...@@ -205,6 +205,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </record>
...@@ -223,7 +224,7 @@ ...@@ -223,7 +224,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>superrafael</string> </value> <value> <string>superthomas</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -237,7 +238,7 @@ ...@@ -237,7 +238,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.29395.5252.38758</string> </value> <value> <string>983.43382.56440.40994</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -255,7 +256,7 @@ ...@@ -255,7 +256,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1512479078.93</float> <float>1589294310.44</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
...@@ -264,6 +265,7 @@ ...@@ -264,6 +265,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </record>
...@@ -321,6 +323,7 @@ ...@@ -321,6 +323,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </record>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment