diff options
| -rw-r--r-- | admin/make-tarball.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 0730b947a03..030ad4cee68 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -5,7 +5,7 @@ Instructions to create pretest or release tarballs. -*- coding: utf-8 -*- | |||
| 5 | 5 | ||
| 6 | Steps to take before starting on the first pretest in any release sequence: | 6 | Steps to take before starting on the first pretest in any release sequence: |
| 7 | 7 | ||
| 8 | 0. The release branch (e.g. emacs-24) should already have been made | 8 | 0. The release branch (e.g. emacs-25) should already have been made |
| 9 | and you should use it for all that follows. Diffs from this | 9 | and you should use it for all that follows. Diffs from this |
| 10 | branch should be going to the emacs-diffs mailing list. | 10 | branch should be going to the emacs-diffs mailing list. |
| 11 | 11 | ||
| @@ -26,6 +26,13 @@ General steps (for each step, check for possible errors): | |||
| 26 | 1. git pull # fetch from the repository | 26 | 1. git pull # fetch from the repository |
| 27 | git status # check for locally modified files | 27 | git status # check for locally modified files |
| 28 | 28 | ||
| 29 | Ensure that you have a clean, unmodified state. | ||
| 30 | If you switched in-place from another branch to the release branch, | ||
| 31 | there could be inappropriate generated ignored files left over. | ||
| 32 | You might want to use "git status --ignored" to check for such files, | ||
| 33 | or some form of "git clean -x". It's probably simpler and safer to | ||
| 34 | make a new working directory exclusively for the release branch. | ||
| 35 | |||
| 29 | 2. Regenerate the etc/AUTHORS file: | 36 | 2. Regenerate the etc/AUTHORS file: |
| 30 | M-: (require 'authors) RET | 37 | M-: (require 'authors) RET |
| 31 | M-x authors RET | 38 | M-x authors RET |