unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#62509: 30.0.50; Changes to naming for Windows stapshots - PATCH
@ 2023-03-28 22:29 Corwin Brust
  2023-09-01 19:39 ` Stefan Kangas
  0 siblings, 1 reply; 9+ messages in thread
From: Corwin Brust @ 2023-03-28 22:29 UTC (permalink / raw)
  To: 62509

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

Today I put an initial set of Emacs 30 "snapshot" binaries for Windows
on GNU alpha.  In the process, I created a new folder for emacs-30[0].
At the moment, this folder is without the customary README.

I've attached a patch that suggests changes based on how I name the
snapshots, locally, when building them.  All of this is totally open
to discussion :)

Previously snapshot builds included a (rather nebulous) date, e.g.:
  emacs-30-YYYY-MM-DD-no-deps.zip.

Locally, my snapshots, instead of any date, include the git revision
short-code effective in the source tree where the build is taking
place, e.g.:
  emacs-30-28a9438169f-no-deps.zip

TIA for sharing your thoughts; I can easily rename files, including
those already posted if necessary.

Background:

The file admin/nt/dist-build/README-windows-binaries is usually placed
at the root of each new folder that will contain windows binaries, for
example the "emacs-30" folder for snapshot (and eventually pre-release)
builds from (as currently called) "master".

The attached patch updates this file to reflect a change in how I've
been naming snapshot binaries, locally.

Snapshot binaries are in-tree source builds, rather than being made
from a release --or prerelease-- tarball.

[0] https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30

In GNU Emacs 30.0.50 (build 1, x86_64-w64-mingw32) of 2023-03-27 built
 on AVALON
Repository revision: 0bd2bbc0c2cb06cd254bf67f75d284f4c16f45a8
Repository branch: master
Windowing system distributor 'Microsoft Corp.', version 10.0.19043
System Description: Microsoft Windows 10 Home (v10.0.2009.19043.2364)

Configured using:
 'configure --with-modules --without-dbus --with-native-compilation
 --without-compress-install --with-tree-sitter CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs
comp comp-cstr warnings icons subr-x rx cl-seq cl-macs gv cl-extra
help-mode bytecomp byte-compile cl-lib sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win
w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer nadvice seq simple cl-generic indonesian philippine
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads w32notify w32 lcms2 multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 80396 28348)
 (symbols 48 7205 0)
 (strings 32 21339 1787)
 (string-bytes 1 629300)
 (vectors 16 16571)
 (vector-slots 8 333592 20388)
 (floats 8 30 52)
 (intervals 56 245 0)
 (buffers 984 10))

[-- Attachment #2: 0001-update-FTP-download-instructions-for-Windows.patch --]
[-- Type: application/octet-stream, Size: 2564 bytes --]

From ad7b1298fc240273b5d35c990d8d757fd83c497b Mon Sep 17 00:00:00 2001
From: Corwin Brust <corwin@bru.st>
Date: Tue, 28 Mar 2023 14:10:44 -0500
Subject: [PATCH] ; update FTP download instructions for Windows

* admin/nt/dist-build/README-windows-binaries: snapshots are now
versioned with Emacs major version (e.g. 30) and the revision short
id (and no longer include a date).
---
 admin/nt/dist-build/README-windows-binaries | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/admin/nt/dist-build/README-windows-binaries b/admin/nt/dist-build/README-windows-binaries
index f53558960c4..6c348034122 100644
--- a/admin/nt/dist-build/README-windows-binaries
+++ b/admin/nt/dist-build/README-windows-binaries
@@ -4,7 +4,7 @@ See the end of the file for license conditions.
 		      Precompiled Distributions of
 			   Emacs for Windows
 
-                           Jan 14, 2021
+                           March 28, 2023
 
   This directory contains precompiled distributions for GNU Emacs on
   Windows
@@ -42,7 +42,7 @@ emacs-$VERSION-no-deps.zip
 
 Contains Emacs without any dependencies. This may be useful if you
 wish to install where the dependencies are already available, or if
-you want the small possible Emacs.
+you want the smallest possible Emacs.
 
 In addition, we provide the following files which will not be useful
 for most end-users.
@@ -70,10 +70,19 @@ development cycle, for those interested in following this cycle.  They
 are not recommended for normal users; however, they are useful for
 people who want to report bugs against the current master.
 
-The files follow the same naming convention, but also include a date
-(and sometimes information about their branch).  The Emacs source at
-the time of these builds is also distributed.
+The Emacs source at the time of these builds is also distributed,
+typically as emacs-$VERSION-src.zip.
 
+$VERSION
+========
+
+In the case of release (and pre-release) versions of Emacs, $VERSION
+is simply the version of Emacs provided/supported by the binary
+release package.
+
+For snapshots, $VERSION is:
+
+  ${EMACS_MAJOR_VERSION}-${BRANCH_REV_SHORT_ID}
 
 LICENSE
 ======
@@ -91,4 +100,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see https://www.gnu.org/licenses/.
+along with GNU Emacs.  If not, see https://www.gnu.org/licenses/.
\ No newline at end of file
-- 
2.40.0.windows.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-13 16:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 22:29 bug#62509: 30.0.50; Changes to naming for Windows stapshots - PATCH Corwin Brust
2023-09-01 19:39 ` Stefan Kangas
2023-09-13  2:33   ` Corwin Brust
2023-09-13  4:14     ` Jim Porter
2023-09-13 12:12       ` Stefan Kangas
2023-09-13 13:09         ` Corwin Brust
2023-09-13 13:06       ` Corwin Brust
2023-09-13 13:11         ` Stefan Kangas
2023-09-13 16:11         ` Jim Porter

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).