diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-03-11 22:33:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-03-11 22:33:42 +0000 |
commit | 8c6abaadb4e917dfb07113f0e6cc19cea4d90fe2 (patch) | |
tree | 60f8ef32edb72c8b1b7a65f4a37a573f3869a839 | |
parent | 45e5710bbb3676c9d945e9df78019b2c58930a59 (diff) |
This commit was manufactured by cvs2svn to create tagvendor/tcsh/6.15
'tcsh-vendor-tcsh_6_15'.
Notes
Notes:
svn path=/vendor/tcsh/dist/; revision=167465
svn path=/vendor/tcsh/6.15/; revision=167467; tag=vendor/tcsh/6.15
-rw-r--r-- | contrib/tcsh/Makefile.ADMIN | 20 | ||||
-rw-r--r-- | contrib/tcsh/RELEASE-PROCEDURE | 27 |
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 |