From ed81dc6d909ab8fb3907b153125e966bd8b9f404 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Oct 2014 15:24:12 -0400 Subject: [PATCH] Next binary distribution will not contain .bzrignore files. Removing this now to unclitter the grwp listings when I hunt for obsolete references to bzr. --- nt/zipdist.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/zipdist.bat b/nt/zipdist.bat index 216949aaddd..d5359c8be5e 100644 --- a/nt/zipdist.bat +++ b/nt/zipdist.bat @@ -36,7 +36,7 @@ goto EXIT rem Build and verify the binary distribution :ZIP_DIST -7z a -bd -tZIP -mx=9 -x!.bzrignore -x!.gitignore -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory emacs-%EMACS_VER%-bin-i386.zip %TMP_DIST_DIR% +7z a -bd -tZIP -mx=9 -x!.gitignore -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory emacs-%EMACS_VER%-bin-i386.zip %TMP_DIST_DIR% 7z t emacs-%EMACS_VER%-bin-i386.zip goto EXIT -- 2.39.5