Commit graph

21 commits

Author SHA1 Message Date
H. Peter Anvin
c338779174 Modify release script for a git-centric world
Change the release script to use git rather than CVS.
THE BEHAVIOR OF THE SCRIPT HAS CHANGED -- make sure to look at it
before use.
2007-09-13 12:22:00 -07:00
Frank Kotler
f20f692156 update cvs server name in misc/release script 2007-05-30 16:34:29 +00:00
H. Peter Anvin
dbcf0089d6 Update to match SF changes 2005-01-14 22:57:03 +00:00
H. Peter Anvin
8229cfe83f Add autoheader command 2003-09-01 04:20:40 +00:00
H. Peter Anvin
2ef2f06125 Enable the use of a config.h file and autoheader. At this point we don't
actually *use* the resulting configuration file, but it keeps autoconf
from creating an insanely long compiler command line, which can cause
problems all by itself.  Eventually we can do:

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

... to get the same information.
2003-09-01 04:19:37 +00:00
H. Peter Anvin
3728b63c74 Fix "make doc" 2003-08-29 20:00:26 +00:00
H. Peter Anvin
7a3cf83951 Don't rename the spec file 2003-08-29 19:58:02 +00:00
H. Peter Anvin
2daf5e456a Making the spec file part of dist is something for the Makefile, not
for the release script
2003-08-29 19:56:40 +00:00
H. Peter Anvin
828f00bee3 Include spec file in tarball for rpm -ta 2003-08-29 19:53:10 +00:00
H. Peter Anvin
927c5d71f3 Generate a spec file *correctly* 2002-05-27 01:18:45 +00:00
H. Peter Anvin
d093e3232a Automatically make a specfile 2002-05-27 01:14:00 +00:00
H. Peter Anvin
4f22df2b91 Need "make cleaner" not "make clean" 2002-05-27 00:55:53 +00:00
H. Peter Anvin
bb253a2d38 Avoid releasing intermediate files in the doc bundle 2002-05-27 00:52:46 +00:00
H. Peter Anvin
ac7e75a05d Automatically update the LATEST tag if doing a "real" release 2002-05-19 05:37:08 +00:00
H. Peter Anvin
5eb5f7b64e Move cleanup before work directory creation 2002-05-10 22:01:17 +00:00
H. Peter Anvin
2b1fdbf4fa Operate from the correct path in "real" mode. 2002-05-10 22:00:03 +00:00
H. Peter Anvin
cd0fcae4ae Clean the directory correctly; generate the SF path correctly 2002-05-10 21:58:43 +00:00
H. Peter Anvin
e3e654ab6d cvs tag doesn't have an -a option 2002-05-10 21:56:53 +00:00
H. Peter Anvin
6afaad9771 Fix typo in release script 2002-05-10 21:55:49 +00:00
H. Peter Anvin
43a0a1d0fe Don't include the .hpj and .rtf files in the bundles -- noone wants
those files except the person who has to build the .hlp files, which has
to be done separately anyway.

Remove dire warning at the top; we're now using a working directory.
2002-05-06 00:42:07 +00:00
H. Peter Anvin
c17471c38c Move the "makedist.sh" script to "misc"; label it with an "obsolete"
warning, and create new "release" script
2002-05-06 00:27:15 +00:00