From 3068c0396bdaf0b095a9a5fb98afe80893e75486 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 4 May 2008 11:57:46 +0000 Subject: [PATCH] download using HTTP --- my-debmirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2