The debian-private mailing list leak, part 1. Volunteers have complained about Blackmail. Lynchings. Character assassination. Defamation. Cyberbullying. Volunteers who gave many years of their lives are picked out at random for cruel social experiments. The former DPL's girlfriend Molly de Blanc is given volunteers to experiment on for her crazy talks. These volunteers never consented to be used like lab rats. We don't either. debian-private can no longer be a safe space for the cabal. Let these monsters have nowhere to hide. Volunteers are not disposable. We stand with the victims.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Contrib CD



Shaya Potter <spotter@itd.nrl.navy.mil> writes:

> I need someone to show me how to set up mirror to get a mirror of contrib.
> I've never used mirror before. :-).

A sample mirror file (mirror.debian) is included below.  Here's how
you could call it:

(dist=unstable;
 umask 002; \
 cd /usr/src/debian/mirror || exit -1 \
 mirror -p ${dist}-disks \
        -p ${dist}-unstable \
        -p ${dist}-non-free \
        -p ${dist}-contrib \
        -p non-US mirror.debian)

Note that this mirror file does *not* keep upstream symlinks.  They
get "flattened" into an actual copy of the file.  That's important
when you're running a partial mirror.  Note also that this mirror file
uses relative local paths, so you need to be in the right directory
before invoking mirror.  Hope this helps...

package=defaults
	# Keep all local_dirs relative to here
	# Don't mirror file modes.  Set all dirs/files to these
	dir_mode=0775
	file_mode=0664
	do_deletes=true
	max_delete_files=90%
	max_delete_dirs=90%
  flags_recursive+L
  compress_patt=
	site=ftp.debian.org

# Unstable

package=unstable-disks
	local_dir=unstable/main/disks-i386/current
  remote_dir=/pub/debian/dists/unstable/main/disks-i386/current/

package=unstable-main
	local_dir=unstable/main/binary-i386/
  remote_dir=/pub/debian/dists/unstable/main/binary-i386/

package=unstable-contrib
	local_dir=unstable/contrib/binary-i386/
  remote_dir=/pub/debian/dists/unstable/contrib/binary-i386/

package=unstable-non-free
	local_dir=unstable/non-free/binary-i386/
  remote_dir=/pub/debian/dists/unstable/non-free/binary-i386/

# Stable

package=stable-disks
	local_dir=stable/main/disks-i386/current
  remote_dir=/pub/debian/dists/stable/main/disks-i386/current/

package=stable-main
	local_dir=stable/main/binary-i386/
  remote_dir=/pub/debian/dists/stable/main/binary-i386/

package=stable-contrib
	local_dir=stable/contrib/binary-i386/
  remote_dir=/pub/debian/dists/stable/contrib/binary-i386/

package=stable-non-free
	local_dir=stable/non-free/binary-i386/
  remote_dir=/pub/debian/dists/stable/non-free/binary-i386/

package=non-US
  site=os.inf.tu-dresden.de
	local_dir=non-US/
  remote_dir=/pub/debian-non-US/
  get_patt=(binary-i386.*)|(source.*)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-private-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .