Commit Graph

27 Commits

Author SHA1 Message Date
H. Peter Anvin
ec4dc4e04b No binary files left in the source distro; unbreak release script
There are no more binary files in the source distro; this broke the
build robot.  Comment out the binary file zipping.
2007-11-08 20:21:41 -08:00
H. Peter Anvin
f5c729203d Treat info files as binary when creating xdoc distro file
info files appear to contain embedded binary information and should
therefore be treated as binary when creating zipfiles.
2007-11-01 15:08:27 -07:00
H. Peter Anvin
cc94919aa3 .gitignore file doesn't need to be in the release file 2007-10-13 23:19:21 -07:00
H. Peter Anvin
7b45fbb127 release script: handle stricter CLI parsing for "git tag"
The current version of "git tag" seems to demand that the options
precede arguments; the name is an argument, but the -m option and its
parameter is an option.
2007-09-22 16:38:25 -07:00
Charles Crayne
bfff95a6c0 modified: misc/release to fix bug in removing .git 2007-09-20 21:12:33 -07:00
H. Peter Anvin
942acbf782 release script: fix final cleanup
Make sure we're in the right place for the final cleanup.
2007-09-13 12:25:32 -07:00
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