Commit Graph

19 Commits

Author SHA1 Message Date
Mark McLoughlin
d01da9a566 Change the layout of the dist dir
Rather than lumping everything together into the dist/ dir,
this patch separates them out into sources/, rpms/ and srpms/.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
2008-02-21 15:23:29 +00:00
Mark McLoughlin
c317660a55 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>
2008-02-21 15:23:29 +00:00
Karl MacMillan
1d2c024afa Additional build fixes from autoconf merge. -
Karl MacMillan
5dab9feafd Fix small error in top-level makefile. -
Karl MacMillan
c49d478b92 Fix build from autoconf patch import. -
Karl MacMillan
d2a19b2009 Karl MacMillan wrote:
> > This largish patch makes the build and installation work on 64bit
> > machines. The only catch here is that to get a 64bit build you need to
> > set LIBDIR on make:
> >
> > make install LIBDIR=/usr/lib64
> >
> > The spec file does this correctly. I couldn't find any reliable way to
> > guess this that works both on real systems and in the almost entirely
> > empty rpm build root (you can't, for example, check for the existence
> > of /usr/lib64).
-
Karl MacMillan
50d12d6d2e Misc small fixes
* Remove the rpmbuild tree with the dist-clean target.
* Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa
* Check in requirement change for generated freeipa-python.spec
* Fix interactive hostname in ipa-server-install.
-
Karl MacMillan
d0c856d547 Reset version numbers for next milestone. -
Karl MacMillan
d15ad0f26a Update version numbers for release. -
Kevin McCarthy
c85c8eede3 Add 'test' target to makefiles. Hook up ipautil tests to run. 2007-09-04 10:22:45 -07:00
Simo Sorce
0e419aa4bf Add a prototype client tool to configure a client of the IPA server
Right now it does only discovery (or fallback)
2007-08-16 18:00:16 -04:00
Simo Sorce
4c1cdddab0 Make it possible to keep the rpmbuild root inside the dev tree.
Override provided, just set RPMBUILD in your environment.
2007-08-15 13:09:01 -04:00
Karl MacMillan
0d981af820 Various build system fixes. -
Karl MacMillan
9a01f353cf Bump version numbers for release. -
Karl MacMillan
88a1ab65ce Updates to build kpaswd and the slapi plugins. -
Karl MacMillan
aed1f91105 Add local-dist target.
Remove hard-coded config.
-
Karl MacMillan
66ee656155 Added spec files for python and admintools. -
Karl MacMillan
7d95cd612c Final reorginzation to reflect packaging. -
Karl MacMillan
bac241ffc3 More reorgnization. -