summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-06-17 17:02:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-06-17 17:02:20 +0000
commitf4cb99c3a2ccb22eead1b92d46b765bc42734802 (patch)
tree7a6e29b73a2e75e5e8846be95d4421b6b09795aa /bin
parent64a9efc30a5baf50c454a93ddf854a2af2b8c0b0 (diff)
release 0.9.1
Original commit message from CVS: release 0.9.1
Diffstat (limited to 'bin')
-rwxr-xr-xbin/yum-rep4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/yum-rep b/bin/yum-rep
index 8b564404..cb38d016 100755
--- a/bin/yum-rep
+++ b/bin/yum-rep
@@ -21,11 +21,11 @@ cd $BASEDIR
# get absolute
ABSBASEDIR=`pwd`
-YUMS=`find * -type d -name "yum"`
+YUMS=`find * -type d -name "yum" | sort -r`
for yum in $YUMS;
do
cd $ABSBASEDIR/$yum
- DIRS=`find * -type d -maxdepth 0`
+ DIRS=`find * -maxdepth 0 -type d | sort`
for dir in $DIRS;
do
echo "Generating yum repository for $BASEDIR/$yum/$dir"