From: Colin Watson Date: Sun, 4 May 2008 11:57:46 +0000 (+0000) Subject: download using HTTP X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=3068c0396bdaf0b095a9a5fb98afe80893e75486 download using HTTP --- diff --git a/my-debmirror b/my-debmirror index 171547f..a3bf423 100755 --- a/my-debmirror +++ b/my-debmirror @@ -1,6 +1,6 @@ #! /bin/sh DEB_MIRROR=${DEB_MIRROR:-ftp.de.debian.org} -debmirror /mirror/debian -h "$DEB_MIRROR" --passive \ +debmirror /mirror/debian -h "$DEB_MIRROR" --method http \ --dist=lenny,sid \ --section=main,contrib,non-free,main/debian-installer \ --arch=amd64,i386,powerpc --getcontents \