From: Colin Watson Date: Sat, 25 Jan 2014 12:25:27 +0000 (+0000) Subject: my-debmirror: drop d-i images X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=3dc97c2465315fa4952e9a2e23dd68f2982a723d;p=bin.git my-debmirror: drop d-i images debmirror often seems to get confused and try to download these over and over again. I don't use these often enough for it to be worth the hassle. --- diff --git a/my-debmirror b/my-debmirror index 5c5b73f..7a3cc28 100755 --- a/my-debmirror +++ b/my-debmirror @@ -6,7 +6,7 @@ debmirror /mirror/debian -h "$DEB_MIRROR" --method http \ --dist=wheezy,jessie,sid,experimental \ --section=main,main/debian-installer \ --arch=i386 --getcontents \ - --rsync-extra=doc,indices,tools,trace --di-dist=wheezy,sid \ + --rsync-extra=doc,indices,tools,trace \ --i18n \ --exclude='i18n/Translation-' --include='i18n/Translation-en' \ "$@"