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.44_el5
Daniel Berteaud 10 years ago
parent 791ba80b40
commit 9a4fbb0e7c
  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