summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace external waitfor script with a functionMartin Schwenke2014-07-021-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* packaging: rpmbuild does not like '-' in version, replace it with '_'Amitay Isaacs2012-09-101-1/+1
|
* Packaging: construct version using "git describe"autocluster-0.6Martin Schwenke2012-08-151-3/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Installation and packaging changes reflecting recent file removals/renamesMartin Schwenke2012-05-301-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Version is now 0.5!autocluster-0.5Martin Schwenke2012-05-221-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Version 0.2Martin Schwenke2012-05-071-1/+1
| | | | | | There are enough recent improvements to warrant this... Signed-off-by: Martin Schwenke <martin@meltin.net>
* Makefile generates ChangeLog for dist and spec file installs it as doc.Martin Schwenke2011-05-031-1/+4
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Makefile: Use time in the version string as well.Martin Schwenke2010-03-291-1/+3
| | | | | | Otherwise the versions are less likely to be monotonic. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Makefile: Add rpm target and fix version.Martin Schwenke2010-03-291-1/+4
| | | | | | Version can't contain hyphens or rpmbuild gets upset. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Makefile: Make dist target and associated generated targets more robust.Martin Schwenke2010-03-291-3/+3
| | | | | | | | In the version, use the date from the last git commit rather than the current date. This means that debian/changelog and autocluster.spec can be more reliably generated. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Fix RPM creation in autoclusterRalph Wuerthner2010-03-161-1/+1
| | | | | | | | | | | | | Martin, while testing autocluster RPMs I had to make the following simple change to autocluster: commit bf7ded9fa88d11c219238499c2658fe68db0befb Author: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> Date: Thu Mar 4 09:13:35 2010 +0100 Added config.d directory to RPM package
* In Makefile packaging files depend on Makefile.Martin Schwenke2010-02-251-2/+2
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Makefile puts git hash in version.Martin Schwenke2010-02-251-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Makefile fixes for building RPM.Martin Schwenke2010-02-251-3/+2
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove the FIXME message related to $(genpkg) files.Martin Schwenke2010-01-051-1/+0
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Simplify "make dist".Martin Schwenke2010-01-051-10/+4
| | | | | | | | | | | I changed this locally to use "git archive" quite a while ago and it has been slowing down my commits. :-) However, I couldn't figure out a neat way of adding the extra $(genpkg) (generated packaging) files to the archive generated by "git archive". GNU tar's --transform option makes it trivial! Signed-off-by: Martin Schwenke <martin@meltin.net>
* Add --with-release option to allow kickstart and yum templates to beMartin Schwenke2008-10-141-0/+46
specified in one fell swoop. Add releases directory containing some config files to support this. Add Makefile to allow "make install" (also "make dist", generation of debian/changelog and autocluster.spec). Add RPM spec file template and debian subdirectory to allows building of packages. Add magic comments to main autocluster script to allow installation directory to be substituted. Signed-off-by: Martin Schwenke <martin@meltin.net>