X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Finternals-notes%2Frelease-checklist.txt;h=fcc5f5f83f48721ed4c3cd75ee3f2d59e7c14692;hb=f2db6743b1fadeea9e72cb583d857851c87efcd4;hp=8ecb723fcca5ae9c251ce38920f9200f23225d9a;hpb=144471337d8a04029fbd2757ad131303e7c6a973;p=sbcl.git diff --git a/doc/internals-notes/release-checklist.txt b/doc/internals-notes/release-checklist.txt index 8ecb723..fcc5f5f 100644 --- a/doc/internals-notes/release-checklist.txt +++ b/doc/internals-notes/release-checklist.txt @@ -54,6 +54,8 @@ Create the distribution files: *** (In sbcl-x.y.z/, run clean.sh and/or distclean.sh to clean up.) *** Run "sh sbcl-x.y.z/source-distribution.sh sbcl-x.y.z". + ** copy the change descriptions in NEWS for this release to + sbcl-x.y.z-release.notes.txt * Run "md5sum > sbcl-x.y.z-$sfuserid" on the renamed tar files. (On *BSD, it's "md5" instead of "md5sum".) * Edit the digest file to add @@ -78,22 +80,36 @@ for sf anonymous ftp: # scp $stem shell1.sourceforge.net:/home/groups/ftp/pub/sbcl/$stem-x.y.z # done for sf 'module release' system: - * Upload the distribution files via anonymous ftp to - upload.sourceforge.net in the /incoming directory. + # no longer possible now that sf doesn't have upload.sourceforge.net + # * Upload the distribution files via anonymous ftp to + # upload.sourceforge.net in the /incoming directory. + # + # no longer possible in the new (as of July 2009) file management system + # * Upload the distribution files via sftp to the uploads/ directory at + # $sfuser@frs.sourceforge.net + # + # + * upload the distribution files via sftp to + $sfuser,sbcl@frs.sourceforge.net to the directory + /home/frs/project/s/sb/sbcl/sbcl/ (creating the directory + first) * possible shortcuts: - - - * Do the misbegotten^Wunscriptable HTTPforms thing on the sourceforge - project home to make the distribution files visible. - ** (from "Admin", then "File Releases") - ** "Add release" for package "sbcl", "release name"="x.y.z". (not - "release name"="sbcl-x.y.z") - ** boilerplate for "Release Notes": - For information about this release, see the NEWS file - in the distribution. The information is also available - in the "Change Log"/"Changes" section of the SourceForge - webbed description of this release. + sftp $sfuser,sbcl@frs.sourceforge.net + # * Do the misbegotten^Wunscriptable HTTPforms thing on the sourceforge + # project home to make the distribution files visible. + # ** (from "Admin", then "File Releases") + # ** "Add release" for package "sbcl", "release name"="x.y.z". (not + # "release name"="sbcl-x.y.z") + # ** boilerplate for "Release Notes": + # For information about this release, see the NEWS file + # in the distribution. The information is also available + # in the "Change Log"/"Changes" section of the SourceForge + # webbed description of this release. + * Do the misbegotten^Wunscriptable AJAX thing on the sourceforge File + Manager site to make the release notes associated with the file releases + ** In the File Manager interface, click on the release notes file, + tick the release notes box. For a new port (e.g. OpenBSD in sbcl-0.6.7) it's particularly good to upload the appropriate binary distribution.