From c317660a55c2a1907283d4017b6ce7094a58409e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 21 Feb 2008 15:23:29 +0000 Subject: 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 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61b4e19e..7914b869 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,10 @@ rpm-ipa-client: rpms: rpmroot 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 -- cgit