unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Christoph Scholtes <cschol2112@googlemail.com>, emacs-devel@gnu.org
Subject: Re: Emacs Windows barebin distribution
Date: Fri, 16 Nov 2012 23:48:27 +0100	[thread overview]
Message-ID: <CAH8Pv0hcn82ybAuUQWtyXppJPkuf8fbaH2G-hMZ1pbhd7L16vQ@mail.gmail.com> (raw)
In-Reply-To: <831unp0xzq.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

On Sun, Apr 15, 2012 at 6:18 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Sun, 15 Apr 2012 08:28:12 -0600
>> From: Christoph Scholtes <cschol2112@googlemail.com>
>>
>> The purpose of the Emacs Windows barebin distribution has been
>> questioned a couple of times. Does it still make sense to build it or
>> can we save the time and server space?
>
> I suggest to omit it the next time you produce binaries and see if
> anyone complains.

AFAIK, nobody complained, and if nobody cares about that "barebin"
distribution, why spend time making it?

So please could we apply the attached patch?

Thanks.

-- 
Dani Moncayo

[-- Attachment #2: remove-barebin.diff --]
[-- Type: application/octet-stream, Size: 1117 bytes --]

=== modified file 'nt/zipdist.bat'
--- nt/zipdist.bat	2012-01-05 09:46:05 +0000
+++ nt/zipdist.bat	2012-11-16 22:47:25 +0000
@@ -25,7 +25,6 @@
 set TMP_DIST_DIR=emacs-%EMACS_VER%
 
 rem Check, if 7zip is installed and available on path
-:ZIP_CHECK
 7z
 if %ERRORLEVEL% NEQ 0 goto :ZIP_ERROR
 goto ZIP_DIST
@@ -35,14 +34,10 @@
 echo ERROR: Make sure 7zip is installed and available on the Windows Path!
 goto EXIT
 
-rem Build distributions
+rem Build and verify the binary distribution
 :ZIP_DIST
-rem Build and verify full distribution
 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 t emacs-%EMACS_VER%-bin-i386.zip
-rem Build and verify binary only distribution
-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%-barebin-i386.zip %TMP_DIST_DIR%/README.W32 %TMP_DIST_DIR%/bin %TMP_DIST_DIR%/etc/DOC-X %TMP_DIST_DIR%/COPYING
-7z t emacs-%EMACS_VER%-barebin-i386.zip
 goto EXIT
 
 :EXIT


  reply	other threads:[~2012-11-16 22:48 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-15 14:28 Emacs Windows barebin distribution Christoph Scholtes
2012-04-15 16:18 ` Eli Zaretskii
2012-11-16 22:48   ` Dani Moncayo [this message]
2012-11-16 22:54     ` Dani Moncayo
2012-11-17  7:50     ` Eli Zaretskii
2012-11-17  8:27       ` Dani Moncayo
2012-11-17  8:56         ` Eli Zaretskii
2012-11-18 12:52   ` Mathias Dahl
2012-11-18 15:30     ` Eli Zaretskii
2012-11-18 15:50       ` Drew Adams
2012-11-18 16:20         ` Juanma Barranquero
2012-11-18 17:12           ` Eli Zaretskii
2012-11-18 17:37             ` Drew Adams
2012-11-18 17:55               ` Eli Zaretskii
2012-11-18 18:22                 ` Drew Adams
2012-11-18 19:00                   ` Eli Zaretskii
2012-11-18 17:22           ` Drew Adams
2012-11-18 17:29             ` Juanma Barranquero
2012-11-18 17:39               ` Drew Adams
2012-11-18 17:45                 ` Juanma Barranquero
2012-11-18 18:22                   ` Drew Adams
2012-11-19  4:02               ` Stephen J. Turnbull
2012-11-18 17:36             ` Eli Zaretskii
2012-11-20 13:58         ` Jason Rumney
2012-11-21  4:23           ` Stephen J. Turnbull
2012-11-18 19:56       ` Mathias Dahl
2012-11-18 20:22         ` Dani Moncayo
2012-11-18 20:45           ` Dani Moncayo
2012-11-18 21:28             ` Eli Zaretskii
2012-11-18 21:14         ` Eli Zaretskii
2012-04-15 16:43 ` Jambunathan K
2012-04-16  0:02   ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH8Pv0hcn82ybAuUQWtyXppJPkuf8fbaH2G-hMZ1pbhd7L16vQ@mail.gmail.com \
    --to=dmoncayo@gmail.com \
    --cc=cschol2112@googlemail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).