From: Colin Watson Date: Wed, 30 Jul 2003 23:49:23 +0000 (+0000) Subject: my-debmirror: Continue on errors so that the non-US mirror is updated even X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=6608e47387b8857e35bb84b8704d3f95a95eb2d7;ds=sidebyside my-debmirror: Continue on errors so that the non-US mirror is updated even if the main mirror fails. --- diff --git a/my-debmirror b/my-debmirror index 458efc0..79ce8c6 100755 --- a/my-debmirror +++ b/my-debmirror @@ -1,4 +1,4 @@ -#! /bin/sh -e +#! /bin/sh DEB_MIRROR=${DEB_MIRROR:-ftp.de.debian.org} debmirror /mirror/debian -h "$DEB_MIRROR" --passive \ --nosource --section=main,contrib,non-free,main/debian-installer \