1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/admin
Corwin Brust 8b95549e90 * admin/nt/dist-build/build-dep-zips.py: (deps src) handle zst
This patch fixes various problems preventing this script from
working. The job of this script is to collect Emacs' dependanicies and
the (MSYS2/MinGW64) source archives for dependancies (including 2nd
etc. order dependancies) into zip archives.  GPL requires distributing such
archives (along with Emacs' own sources) when distributing GPL binaries.

Most principle of the changes is support for MSYS2 "w64" source archives
in zst format; previously this script assumed all sources were available
as tar.gz files.   Additionaly several DLLs are added to list of
required, including sqllite3 and tree-sitter.

In general this is a maintaince fix to ensure others have access to the
code used to create pretest (and, presumably release) version of Emacs
30.  Additional changes are required to progmatically identify changes
in Emacs' dependancies (e.g. after building a new Emacs binary for
distribution).  There is commented out code to this effect in the
changes I've installed which did work, for a brief period in time; I
suspect some changes in MSYS2 made it more difficult (or impossible?) to
invoke the MSYS2 shell (under which this python script must run) from
the MINGW64 (under which Emacs is built).  I may resort to a powershell
script as a way to orchistrate/invoke both MSYS2 and MING64 but I'm
currently still messing with a Makefile based approach (which would run
under MINGW64), in any event I believe we're all agreed this script
must interigate Emacs to create the "starting list" of dependancies to
include as a way to resolve this issue (missing/incorrect deps are
frequent source of broken binary releases).  (bug#65206)
2024-12-24 23:55:21 -06:00
..
charsets Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
coccinelle Update Coccinelle URL 2024-06-18 21:10:42 +02:00
codespell ; Fix typos 2024-10-27 07:49:32 +01:00
grammars ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
notes Delete obsolete section in admin/notes/repo 2024-11-25 23:14:12 +01:00
nt * admin/nt/dist-build/build-dep-zips.py: (deps src) handle zst 2024-12-24 23:55:21 -06:00
unidata Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
admin.el ; Update version number of exec/configure.ac 2024-09-11 13:18:35 +08:00
alloc-colors.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
authors.el * Update authors.el 2024-12-19 00:22:47 +01:00
automerge ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
build-configs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
check-doc-strings * admin/check-doc-strings: Remove XEmacs support. 2022-08-06 14:30:09 +02:00
check-man-pages ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
CPP-DEFINES ; * admin/CPP-DEFINES: Fix typos. 2024-02-22 10:21:12 +08:00
cus-test.el Fix cus-test-deps 2024-01-23 19:24:29 +01:00
diff-tar-files ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
emacs-shell-lib * admin/emacs-shell-lib: Backport to Bash 4.4 or older. 2024-06-20 23:12:31 +02:00
emake Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
find-gc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
git-bisect-start ; * admin/git-bisect-start: Update failing commits 2024-01-15 00:53:36 +00:00
gitmerge.el (gitmerge-mode-font-lock-keywords): Don't use font-lock-*-face vars 2024-02-05 14:51:03 -05:00
last-chance.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
MAINTAINERS ; * admin/MAINTAINERS: Take VC subsystem, add note about handovers 2024-10-02 09:21:11 +08:00
make-emacs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
make-manuals ; Fix typos 2024-06-16 22:38:26 +02:00
make-tarball.txt ; * admin/make-tarball.txt: Improve last change. 2024-09-11 00:44:11 +02:00
merge-gnulib Prefer stdbit.h to count-one-bits.h etc 2024-05-18 10:23:51 -07:00
merge-pkg-config ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
quick-install-emacs ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
README * admin/README: Document the run-codespell script. 2024-01-20 21:15:32 +01:00
release-branch.txt ; * admin/release-branch.txt: Update and fix typo. 2024-06-23 20:57:26 +03:00
release-process ; Update acknowledgments for Emacs 30 2024-12-22 12:55:46 +02:00
run-codespell ; Fix typos 2024-07-18 11:46:50 +02:00
syncdoc-type-hierarchy.el * admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote. 2024-05-18 22:18:55 +02:00
update-copyright * admin/update-copyright: Print reminder to do manual updates. 2024-09-14 17:38:34 +02:00
update_autogen ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
upload-manuals ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2024 Free Software Foundation, Inc.
See the end of the file for license conditions.


			 The admin directory

This directory contains scripts and other things useful for developing
and maintaining Emacs.  These files are not part of Emacs releases
because they are not deemed generally useful, and you have to know
what you do when using them.


* Instructions and scripts used to prepare an Emacs release.

** release-process

The release process used by GNU Emacs.

** make-tarball.txt

Instructions to create pretest or release tarballs, announcements, etc.

** admin.el

Utilities for setting version numbers and alike.


* Scripts that can be used to build and test Emacs.

** build-configs

Build Emacs in various configurations.

** make-emacs

Build Emacs in various ways.

** quick-install-emacs

Install emacs quickly ("incrementally").

** run-codespell

Run the codespell tool on the Emacs sources.  Requires codespell to be
installed first.

** alloc-colors.c

A utility program that allocates a given number of colors on X.  Can
be used to debug Emacs with dense colormaps (PseudoColor).

** check-doc-strings

Check doc strings against documentation.

** cus-test.el

Tests for custom types and load problems.

** diff-tar-files

Show files added/removed between two tar files.


* Brief description of sub-directories.

charsets		scripts for generating charset map files
			in ../etc/charsets
coccinelle		semantic patches for use with the static code
			analyzer coccinelle.  Since they apply a few
			minor changes in Emacs internals in multiple
			places, they are trivial for copyright
			purposes.
codespell		supporting files for the run-codespell script.
grammars		wisent and bovine grammars, used to produce
			files in lisp/cedet/.
notes			miscellaneous notes related to administrative
			tasks.
nt			support files for administrative tasks related
			to building MS-Windows distributions.
unidata			scripts for generating character property files
			in ../lisp/international/.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
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/>.

Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: