summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-11-09 20:39:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-11-09 20:39:01 +0000
commitb45e3ea435e3a3d39b778b247b4ee9f016d9c6a8 (patch)
tree6cfd7a6efcb4513652f41b51fb8d260b9560295a /bin
parent77fa94c27033674a26e1f0167214a9aabfa702b5 (diff)
start on 0.8.6 release notes
Original commit message from CVS: start on 0.8.6 release notes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/yum-rep3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/yum-rep b/bin/yum-rep
index 3d0ed0c6..8b564404 100755
--- a/bin/yum-rep
+++ b/bin/yum-rep
@@ -30,6 +30,7 @@ do
do
echo "Generating yum repository for $BASEDIR/$yum/$dir"
cd $ABSBASEDIR/$yum/$dir
- yum-arch -q .
+ yum-arch -q . 2> /dev/null
+ createrepo .
done
done