aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas2022-03-14 06:30:41 +0100
committerStefan Kangas2022-03-14 06:30:41 +0100
commitbe38fed34e7f30a2ee7619bca8c93c065e488a5f (patch)
treebd068375a0b4d85254011de9c97ad90a3b0bf1a1 /admin
parentfaab1b20028d11b9f35beacba4b2b278ac0cdab3 (diff)
parent1ec40630171c90203d7deafe2086d5bd728d790b (diff)
downloademacs-be38fed34e7f30a2ee7619bca8c93c065e488a5f.tar.gz
emacs-be38fed34e7f30a2ee7619bca8c93c065e488a5f.zip
Merge from origin/emacs-28
1ec4063017 ; * admin/make-tarball.txt: Minor updates.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt19
1 files changed, 13 insertions, 6 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 872cb00ca28..ec69302dae8 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -43,11 +43,16 @@ General steps (for each step, check for possible errors):
43 because some of the commands below run Make, so they need 43 because some of the commands below run Make, so they need
44 Makefiles to be present. 44 Makefiles to be present.
45 45
46 For Emacs 28, and as long as --with-native-compilation is not the 46 For Emacs 28 and later, as long as --with-native-compilation is
47 default, the tree needs to be configured with native-compilation 47 not the default, the tree needs to be configured with
48 enabled, to ensure all the pertinent *.elc files will end up in 48 native-compilation enabled, to ensure all the pertinent *.elc
49 the tarball. Otherwise, the *.eln files might not build correctly 49 files will end up in the tarball. Otherwise, the *.eln files
50 on the user's system. 50 might not build correctly on the user's system.
51
52 For a release (as opposed to pretest), delete any left-over "---"
53 and "+++" markers from etc/NEWS, as well as the "Temporary note"
54 section at the beginning of that file, and commit etc/NEWS if it
55 was modified.
51 56
522. Regenerate the etc/AUTHORS file: 572. Regenerate the etc/AUTHORS file:
53 M-: (require 'authors) RET 58 M-: (require 'authors) RET
@@ -232,7 +237,9 @@ General steps (for each step, check for possible errors):
232 FILE.gz FILE.xz ... 237 FILE.gz FILE.xz ...
233 238
234 You only need the --user part if you have multiple GPG keys and do 239 You only need the --user part if you have multiple GPG keys and do
235 not want to use the default. 240 not want to use the default. Instead of "your@gpg.key.email" you
241 could also use the fingerprint of the key, a 40-digit hex number.
242 (Alternatively, define default-key in your ~/.gnupg/gpg.conf file.)
236 Obviously, if you do not have a fast uplink, be prepared for the 243 Obviously, if you do not have a fast uplink, be prepared for the
237 upload to take a while. 244 upload to take a while.
238 245