[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/7] maint: release no longer creates a diff file
From: |
Eric Blake |
Subject: |
[PATCH 4/7] maint: release no longer creates a diff file |
Date: |
Tue, 3 Jan 2017 16:55:09 -0600 |
Ever since commit f1cf390 (1.4.14 release), we no longer create
diff files as part of the release process. These days, it is
assumed that it is easier to download a fresh tarball rather
than to try and use a diff file to patch an older tarball.
Signed-off-by: Eric Blake <address@hidden>
(cherry picked from commit c8a4b7c32db3a6d8d5dc7a9997df2c80ac95b030)
---
HACKING | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/HACKING b/HACKING
index 08a949a..83990e1 100644
--- a/HACKING
+++ b/HACKING
@@ -277,9 +277,6 @@ yyyy-mm-dd Name of Author <address@hidden> (tiny change)
* Make sure you have rsync installed.
-* Make sure you have a copy of the previous release tarball in the build
- directory.
-
* Make sure you have GNU make installed.
* Make sure you have an up-to-date version of help2man installed.
@@ -317,9 +314,8 @@ yyyy-mm-dd Name of Author <address@hidden> (tiny change)
* Run `make distcheck'. If there are any problems, fix them, then run
`git tag -d v<version>' and start again from the `git commit' step.
-* Run `make <target>', with target set to `stable, `alpha', or `beta' as
- appropriate. This will run various additional checks and create diff
- files from the previous version.
+* Run `make <target>', with target set to `stable', `alpha', or `beta'
+ as appropriate. This will run various additional checks.
* Run './build-aux/gnupload --to [dest].gnu.org:m4 [files]' to create
detached gpg signature and clear signed directive files, and upload
--
2.9.3
- [PATCH 0/7] partial resync of branch-1.4 into master, Eric Blake, 2017/01/03
- [PATCH 3/7] doc: drop obsolete @setcontentsaftertitlepage, Eric Blake, 2017/01/03
- [PATCH 2/7] maint: kill trailing spaces, Eric Blake, 2017/01/03
- [PATCH 4/7] maint: release no longer creates a diff file,
Eric Blake <=
- [PATCH 6/7] maint: make silent builds the default, Eric Blake, 2017/01/03
- [PATCH 1/7] maint: bump copyright year, Eric Blake, 2017/01/03
- [PATCH 7/7] maint: summarize highlights of 1.4.18 release, Eric Blake, 2017/01/03
- [PATCH 5/7] maint: automake 1.11.5 and earlier generate insecure dist rules., Eric Blake, 2017/01/03