; * admin/make-tarball.txt: Fix last change.

This commit is contained in:
Eli Zaretskii 2022-08-06 09:48:15 +03:00
parent 2fd5590d0c
commit 7ff60c62a9

View file

@ -185,10 +185,11 @@ General steps (for each step, check for possible errors):
./admin/diff-tar-files emacs-OLD.tar emacs-NEW.tar
Alternatively:
Alternatively, if you want to use the compressed tarballs (which
diff-tar-files doesn't understand):
tar tf emacs-OLD.tar | sed -e 's,^[^/]*,,' | sort > old_tmp
tar tf emacs-NEW.tar | sed -e 's,^[^/]*,,' | sort > new_tmp
tar tJf emacs-OLD.tar.xz | sed -e 's,^[^/]*,,' | sort > old_tmp
tar tJf emacs-NEW.tar.xz | sed -e 's,^[^/]*,,' | sort > new_tmp
diff -u old_tmp new_tmp
If this is the first pretest of a major release, just comparing