summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-02-21 15:23:29 +0000
committerMark McLoughlin <markmc@redhat.com>2008-02-21 15:23:29 +0000
commitc317660a55c2a1907283d4017b6ce7094a58409e (patch)
tree1a4074b6e41f3fbd2462cd5e6e89e8a010a1e9f8 /Makefile
parent263fba1468a1425f22af149f577f442d5f7d4316 (diff)
downloadfreeipa-c317660a55c2a1907283d4017b6ce7094a58409e.tar.gz
freeipa-c317660a55c2a1907283d4017b6ce7094a58409e.tar.xz
freeipa-c317660a55c2a1907283d4017b6ce7094a58409e.zip
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@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61b4e19e2..7914b869f 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