; * admin/make-tarball.txt: Fix last change.
This commit is contained in:
parent
2fd5590d0c
commit
7ff60c62a9
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue