diff options
| author | Eli Zaretskii | 2024-04-04 15:23:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-04-04 15:23:49 +0300 |
| commit | bd2c4d825db69eeb592102edff9e3afb69c5a231 (patch) | |
| tree | 3cc47a19445867855bf270c34b5afdc013c4c57c /admin | |
| parent | f107dc26e37c7cc24b158b5dfd21b4fd8eb145f2 (diff) | |
| download | emacs-bd2c4d825db69eeb592102edff9e3afb69c5a231.tar.gz emacs-bd2c4d825db69eeb592102edff9e3afb69c5a231.zip | |
; Update admin/make-tarball.txt
* admin/make-tarball.txt: Add text about preparing bundled
packages for an emergency release. Suggested by Michael Albinus
<michael.albinus@gmx.de>.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 5704e8e8922..9d3de2fa201 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -27,6 +27,13 @@ Steps to take before starting on the first pretest in any release sequence: | |||
| 27 | file against the previously released Emacs version to see what has | 27 | file against the previously released Emacs version to see what has |
| 28 | changed. | 28 | changed. |
| 29 | 29 | ||
| 30 | 5. If this is an emergency release without a prior pretest, inform the | ||
| 31 | maintainers of the bundled packages which are developed separately | ||
| 32 | to make sure they install adjustments required for an official | ||
| 33 | release. Currently, these packages include: | ||
| 34 | |||
| 35 | . Tramp | ||
| 36 | |||
| 30 | General steps (for each step, check for possible errors): | 37 | General steps (for each step, check for possible errors): |
| 31 | 38 | ||
| 32 | 1. git pull # fetch from the repository | 39 | 1. git pull # fetch from the repository |