diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 15:35:02 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 15:35:02 +0000 |
commit | 34074b545aa7da28a88e80d6515822e8afce14d5 (patch) | |
tree | db03be5f02578f1237638f2bb1c7cce2e292a13d /release/checklist | |
parent | dfbfff220f6f91f283de0eb0ef352cf6bda58bba (diff) |
Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* INSTALL-binary (Subroutine): Update location of NetBSD install
floppies. Also specify to use -P mount option on nfs mount.
* menu.lst: Fix typo in floppy -> hd install.
* Makefile (dist-files): Replace SOURCES.0.0 with SOURCES.0.2.
(install-dist): Install SOURCES.0.2 instead of SOURCES.0.0.
Diffstat (limited to 'release/checklist')
-rw-r--r-- | release/checklist | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/release/checklist b/release/checklist index cc8eab73..3500b4ed 100644 --- a/release/checklist +++ b/release/checklist @@ -16,8 +16,10 @@ See `release-steps' for Hurd source release steps. Checklist for binary image filesystems * Symlinks in /bin; esp. sh, awk, more, cc. -* Symlink /lib/libtermcap.a -> /lib/libncurses.a +* Symlink /lib/libtermcap.a -> /lib/libncurses.a, termcap_g.a, + curses_g.a, curses.a. * Check all symlinks to make sure they don't reference /gd4. +* Don't use absolute symlinks--make them all relative. * Build some static fileutils: ls, ln, cp, mv, chmod. * Make damn sure that we are only distributing the md5 libcrypt. * Make sure /include/obstack.h is from libc and not binutils. @@ -31,7 +33,6 @@ Checklist for binary image filesystems * Make sure nethack is clean * Make sure localtime is Factory * Source code for Hurd and libc must be released. -* Make sure everything listed in SOURCES is on prep. * Remove .stamp files from binary tree. * Chown everything root.wheel, mode 755/644. * /tmp is 1777. @@ -40,5 +41,8 @@ Checklist for binary image filesystems (login, su, addauth, setauth, ids, ps, w, vmstat, vminfo, rsh, rlogin, games/lib/nethack/nethack) * Check each directory for bogus cruft files. -* Especially delete .bash_history, .gnunfs*, and .stamp files. +* Especially delete .bash_history, .gnunfs*, and .stamp files, *~, *.rej * Verify installation on bare machine. +* Make sure everything listed in SOURCES is on prep. +* Install release +* Post announcement |