diff options
| author | Mystery Man <unknown@mandriva.org> | 2002-06-13 16:15:36 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2002-06-13 16:15:36 +0000 |
| commit | f6b1f4a66cef635a90213504ebebe8387f43a595 (patch) | |
| tree | 30ddcf857393f7ae6ab825816285d7eb429ecc75 /tools/updatehdlist | |
| parent | f55dff2ba8cd925679728455a9a8b47654d14a44 (diff) | |
| download | drakx-1_1_7_99mdk.tar drakx-1_1_7_99mdk.tar.gz drakx-1_1_7_99mdk.tar.bz2 drakx-1_1_7_99mdk.tar.xz drakx-1_1_7_99mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V1_1_7_99mdk'.V1_1_7_99mdk
Diffstat (limited to 'tools/updatehdlist')
| -rwxr-xr-x | tools/updatehdlist | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/updatehdlist b/tools/updatehdlist deleted file mode 100755 index 036a52e7b..000000000 --- a/tools/updatehdlist +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -topdir=$1 -[ -d "$topdir" ] || topdir=/export -[ -d "$topdir" ] || exit 1 -add=$topdir/Mandrake/RPMS2 -[ -d "$add" ] || add=$topdir/Mandrake/RPMS - -./syncrpms --verbose --clean --update --remove --add $add --from /RPMS --to $topdir/Mandrake/RPMS{,2,3} -gendistrib --noclean --distrib $topdir |
