aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-10-15 16:54:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-10-15 16:54:08 +0000
commite7f22559a1764ec67343037f7216dbc8ebba8be4 (patch)
tree1a4d3f8d4244fead175c30dcd7a39243e66ffa78
parent1dd6018d3b9b7095a4a97c68754bd872e0f22186 (diff)
This commit was manufactured by cvs2svn to create tagvendor/tcsh/6.15a
'tcsh-vendor-tcsh_6_15a'.
Notes
Notes: svn path=/vendor/tcsh/dist/; revision=172668 svn path=/vendor/tcsh/6.15a/; revision=172670; tag=vendor/tcsh/6.15a
-rw-r--r--contrib/tcsh/Makefile.ADMIN20
-rw-r--r--contrib/tcsh/RELEASE-PROCEDURE27
2 files changed, 0 insertions, 47 deletions
diff --git a/contrib/tcsh/Makefile.ADMIN b/contrib/tcsh/Makefile.ADMIN
deleted file mode 100644
index 966190619479..000000000000
--- a/contrib/tcsh/Makefile.ADMIN
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Makefile.ADMIN
-#
-# Maintenance tasks
-#
-# You can refetch files from the website, then run "cvs diff" to
-# sanity check any changes before committing.
-#
-
-LYNX= lynx -dump -nolist
-TRIM= expand | sed -e 's/^ *$$//' | cat -s
-WEB= http://www.tcsh.org/page?
-
-.for i in FAQ WishList
-$i: force
- ${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET}
-.endfor
-
-.DUMMY: force
-force:
diff --git a/contrib/tcsh/RELEASE-PROCEDURE b/contrib/tcsh/RELEASE-PROCEDURE
deleted file mode 100644
index 54de676dc13b..000000000000
--- a/contrib/tcsh/RELEASE-PROCEDURE
+++ /dev/null
@@ -1,27 +0,0 @@
-HOW TO RELEASE TCSH
-
-1) Update version number and date in patchlevel.h
-2) Note the new version and date in Fixes
-3) Updated tcsh.man to have the new version and date also
- (two separate lines, with the date in different formats)
-4) Commit changes into CVS
-5) Tag the release with TCSHx_yy_zz where
- x == REV
- yy == VERS
- zz == PATCHLEVEL
- from patchlevel.h (the new values you picked)
-6) Export the code using the new tag you created. Rename
- the directory from "tcsh" to "tcsh-x.yy.zz" and create
- tcsh-x.yy.zz.tar.gz (or tcsh-x.yy.tar.gz for public
- releases where zz [PATCHLEVEL] is zero)
-7) Export the previous release as well
-8) Remove files that should not be in a release:
- - Announce*
- - Copyright
- - Makefile.ADMIN
- - RELEASE-PROCEDURE (this file)
-9) Generate a "diff -urN" between the two directories you
- have exported, save it in patchz.gz (z is PATCHLEVEL)
-10) Make the patch and the source tarball available on ftp
-11) Mail an announcement to tcsh@mx.gw.com
-12) Mail the patch to tcsh-diffs@mx.gw.com