diff options
author | Mark McLoughlin <markmc@redhat.com> | 2008-02-21 15:23:29 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2008-02-21 15:23:29 +0000 |
commit | c317660a55c2a1907283d4017b6ce7094a58409e (patch) | |
tree | 1a4074b6e41f3fbd2462cd5e6e89e8a010a1e9f8 | |
parent | 263fba1468a1425f22af149f577f442d5f7d4316 (diff) | |
download | freeipa-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>
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |