summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-04-01 10:59:00 -0600
committerMats Wichmann <mats@linux.com>2023-01-03 07:41:02 -0700
commit4938de49dc7681b6ff35916805d31c21035e2523 (patch)
tree4429d8770607c98520f41ff49d165629cf4fce03 /RELEASE.txt
parent982dbaceb447b275b56ffc2e993845592e4bc01f (diff)
downloadscons-git-4938de49dc7681b6ff35916805d31c21035e2523.tar.gz
Get the zipapp support working correctly [ci skip]
Needed to pass a different source and also pass an entry point to the zipapp.create_archive method. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index ecf23c38f..e9f2d02a8 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -90,8 +90,9 @@ PACKAGING
requirements_pkg.txt are the requirements to do a full build
(including docs build) with an intent to create the packages.
- Moved rpm and debian directories under packaging
-- Added logic to help packagers enable reproducible builds into packaging/etc/. Please
- read packaging/etc/README.txt if you are interested.
+- Added logic to help packagers enable reproducible builds into packaging/etc/.
+ Please read packaging/etc/README.txt if you are interested.
+- A zipapp of scons-local is now also built.
DOCUMENTATION