[Freeipa-devel] [PATCH 4 of 5] Create repodata during "make dist"

Mark McLoughlin markmc at redhat.com
Thu Oct 25 14:39:24 UTC 2007


# HG changeset patch
# User Mark McLoughlin <markmc at redhat.com>
# Date 1203607409 0
# Node ID a976a68fd8d0b8b2b41af68e816a48c69b72a213
# Parent  f3a8d25e7a37f194faa71577e5a19d8627d1da04
Create repodata during "make dist"

This patch just makes "make dist" build the yum repodata.

Note, that since the repodata is at the toplevel, if this
dist/ dir is uploaded to freeipa.org/downloads, people's
yum configs will continue to work.

Signed-off-by: Mark McLoughlin <markmc at redhat.com>

diff -r f3a8d25e7a37 -r a976a68fd8d0 Makefile
--- a/Makefile	Thu Feb 21 15:23:29 2008 +0000
+++ b/Makefile	Thu Feb 21 15:23:29 2008 +0000
@@ -151,7 +151,10 @@ rpm-ipa-client:
 
 rpms: rpmroot rpmdistdir rpm-ipa-server rpm-ipa-admin rpm-ipa-python rpm-ipa-client
 
-dist: version-update archive tarballs archive-cleanup rpms
+repodata:
+	-createrepo -p dist
+
+dist: version-update archive tarballs archive-cleanup rpms repodata
 
 local-dist: autogen clean version-update local-archive tarballs archive-cleanup rpms
 




More information about the Freeipa-devel mailing list