summaryrefslogtreecommitdiffstats
path: root/tools/debian-repo-cleaner
diff options
context:
space:
mode:
authorRick Bradshow <bradshaw@mcs.anl.gov>2004-10-07 15:19:48 +0000
committerRick Bradshow <bradshaw@mcs.anl.gov>2004-10-07 15:19:48 +0000
commit44c9f8316c11cacfefffa72968a5c747846c77b1 (patch)
tree6bff6597bfd54134456e6fc199d1f16ed18dbb7d /tools/debian-repo-cleaner
parent09651621e385958d95d8e90912e4e60ec9da8381 (diff)
downloadbcfg2-44c9f8316c11cacfefffa72968a5c747846c77b1.tar.gz
bcfg2-44c9f8316c11cacfefffa72968a5c747846c77b1.tar.bz2
bcfg2-44c9f8316c11cacfefffa72968a5c747846c77b1.zip
(Logical change 1.81)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@391 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools/debian-repo-cleaner')
-rw-r--r--tools/debian-repo-cleaner3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/debian-repo-cleaner b/tools/debian-repo-cleaner
index e69de29bb..3962f6f89 100644
--- a/tools/debian-repo-cleaner
+++ b/tools/debian-repo-cleaner
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+for i in alpha arm hppa ia64 m68k mipsel powerpc s390 sparc mips; do find /cluster/distro/debian -name \*${i}.deb | xargs rm -f; done