]> git.eshelyaron.com Git - emacs.git/commitdiff
Next binary distribution will not contain .bzrignore files.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 19:24:12 +0000 (15:24 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 19:24:12 +0000 (15:24 -0400)
Removing this now to unclitter the grwp listings when I hunt for
obsolete references to bzr.

nt/zipdist.bat

index 216949aaddde9476cf252014062934ef25080f37..d5359c8be5e0f3fa890ddfb4be21fd14132766ff 100644 (file)
@@ -36,7 +36,7 @@ goto EXIT
 \r
 rem Build and verify the binary distribution\r
 :ZIP_DIST\r
-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%\r
+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%\r
 7z t emacs-%EMACS_VER%-bin-i386.zip\r
 goto EXIT\r
 \r