From e4a07bdf19e4a31e96e5d283ddab45ec8a4e97cf Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 8 Nov 1999 21:08:07 +0000 Subject: [PATCH] Preparing some improvements to the build process. --- LAST_TAG | 1 + Makefile.am | 10 +++++++++- OVERSION | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 LAST_TAG create mode 100644 OVERSION diff --git a/LAST_TAG b/LAST_TAG new file mode 100644 index 000000000..d51ef7463 --- /dev/null +++ b/LAST_TAG @@ -0,0 +1 @@ +mutt-1-1-1-rel diff --git a/Makefile.am b/Makefile.am index d0ff659ca..a608bdc41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,8 +178,14 @@ do-upload: test-tlr scp $(distdir){,i}.tar.gz{,.asc} \ sigtrap.guug.de:/home/ftp/pub/mutt/devel/ \ || echo "UPLOAD FAILED. Please upload manually!" - cvs commit -m "automatic post-release commit for $(distdir)" + ( cd $(srcdir) && cvs commit -m "automatic post-release commit for $(distdir)" ) cvs tag `echo $(distdir)-rel | tr . -` + cvs rdiff -u -r `cat $(srcdir)/LAST_TAG` \ + -r `echo $(distdir)-rel | tr . -` \ + > $(srcdir)/diff-`cat $(srcdir)/OVERSION`-`cat $(srcdir)/VERSION` + gzip -9 $(srcdir)/diff-`cat $(srcdir)/OVERSION`-`cat $(srcdir)/VERSION` + echo $(distdir)-rel | tr . - > $(srcdir)/LAST_TAG + ( cd $(srcdir) && cvs commit -m "automatically committing updated build information" LAST_TAG ) cvs update $$HOME/bin/upload-mutt mutt -s "[Announce] $(distdir) is out" mutt-dev@mutt.org @@ -187,6 +193,8 @@ do-upload: test-tlr bump-version: test-tlr -rm -f $(srcdir)/VERSION ( cd $(srcdir) && cvs update VERSION ) + ( cd $(srcdir) && cp VERSION OVERSION && \ + cvs commit -m "automatically committing updated build information" OVERSION ) awk -F . '{printf("%d.%d.%d\n", $$1, $$2, $$3 + 1);}' $(srcdir)/VERSION > _VERSION.$$$$ \ && mv _VERSION.$$$$ $(srcdir)/VERSION $(VISUAL) $(srcdir)/VERSION diff --git a/OVERSION b/OVERSION new file mode 100644 index 000000000..524cb5524 --- /dev/null +++ b/OVERSION @@ -0,0 +1 @@ +1.1.1 -- 2.40.0