Bug#156564: hack around the problem

2006-02-17 Thread Goswin von Brederlow
Warren Turkal <[EMAIL PROTECTED]> writes: > To hack around the problem, my debmirror script looks like this. > > #!/bin/bash > SERVER=ftp.debian.org > SERVER_DIR=/debian > DIR=/srv/ftp/debian > > debmirror --progress --host=$SERVER --method=ftp \ > --root=$SERVER_DIR --section=main

Bug#156564: hack around the problem

2006-02-16 Thread Warren Turkal
To hack around the problem, my debmirror script looks like this. #!/bin/bash SERVER=ftp.debian.org SERVER_DIR=/debian DIR=/srv/ftp/debian debmirror --progress --host=$SERVER --method=ftp \ --root=$SERVER_DIR --section=main \ --arch=i386 --dist=etch --postcleanup \