Add --skip-broken to nightly updates downloader

So updates are still fetch even if there's a dep issue in the transaction
tags/ipasserelle-base-0.2.65-1 0.2.47_el6
Daniel Berteaud 10 years ago
parent 05b6ce68d3
commit e6993a39b7
  1. 2
      root/etc/cron.daily/download-updates

@ -1,4 +1,4 @@
#!/bin/bash
/usr/bin/yum --downloadonly -y update > /dev/null 2>&1
/usr/bin/yum --downloadonly --skip-broken -y update > /dev/null 2>&1
exit 0

Loading…
Cancel
Save