From 44c9f8316c11cacfefffa72968a5c747846c77b1 Mon Sep 17 00:00:00 2001 From: Rick Bradshow Date: Thu, 7 Oct 2004 15:19:48 +0000 Subject: (Logical change 1.81) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@391 ce84e21b-d406-0410-9b95-82705330c041 --- tools/rsync-debian-repo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/rsync-debian-repo') diff --git a/tools/rsync-debian-repo b/tools/rsync-debian-repo index e69de29bb..c7902b3ef 100644 --- a/tools/rsync-debian-repo +++ b/tools/rsync-debian-repo @@ -0,0 +1,4 @@ +#!/bin/sh +/usr/bin/rsync -a --exclude="**/*alpha*" --exclude="**/*arm*" --exclude="**/*hppa*" --exclude="**/*ia64*" --exclude="**/*m68k*" --exclude="**/*mipsel*" --exclude="**/*powerpc*" --exclude="**/*s390*" --exclude="**/*sparc*" --exclude="**/*mips*" rsync://mirror.mcs.anl.gov/debian/ /cluster/distro/debian/ +/usr/bin/rsync -a --exclude="**/*alpha*" --exclude="**/*arm*" --exclude="**/*hppa*" --exclude="**/*ia64*" --exclude="**/*m68k*" --exclude="**/*mipsel*" --exclude="**/*powerpc*" --exclude="**/*s390*" --exclude="**/*sparc*" --exclude="**/*mips*" rsync://non-us.debian.org/debian-non-US/ /cluster/distro/debian-non-US/ +rsync -a rsync://debian-test/deb-repo/ /cluster/debian/woody/ -- cgit v1.2.3-1-g7c22