summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-11 23:09:34 +0000
committerKarl Berry <karl@freefriends.org>2024-02-11 23:09:34 +0000
commit28be459803dd0bcd969b76f21388b6e574b4988f (patch)
treeb3edd0b62026199072c54cc135d25ad73eda75ab /Build
parent04e1d22dd491c19ef94bfc1ab01718ca6a8e7a31 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@69813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/.github/workflows/main.yml10
-rw-r--r--Build/source/ChangeLog6
-rw-r--r--Build/source/README2
-rw-r--r--Build/source/texk/tests/TeXLive/TLConfig.pm6
4 files changed, 12 insertions, 12 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml
index b29415c1622..ffc3096ea56 100644
--- a/Build/source/.github/workflows/main.yml
+++ b/Build/source/.github/workflows/main.yml
@@ -8,13 +8,19 @@
#
# This file controls CI testing via Github Actions of the
# git-svn checkout of the TeX Live source directory
-# which is pushed to Github
+# which is pushed to Github at:
# https://github.com/TeX-Live/texlive-source
+#
# The cron job that does the git svn up and git push is
# running on texlive.info; see norbert cron there. Run cmd as norbert:
# /home/norbert/git-svn-repos/git-svn-syncer --new texlive-source
#
-# See tlpkg/bin/tl-update-bindir for retrieving the binaries.
+# A build is started with every commit. If a commit happens while a
+# build is running, the build is cancelled and a new one started.
+#
+# See tlpkg/bin/tl-update-bindir for retrieving the binaries, which is
+# done only when a release is tagged, not from the
+# commit-triggered builds here.
# only build on push to trunk, not branch.
on:
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
index ce49acbf8d7..80de5a62621 100644
--- a/Build/source/ChangeLog
+++ b/Build/source/ChangeLog
@@ -1,9 +1,3 @@
-2024-02-10 Karl Berry <karl@tug.org>
-
- * .github/workflows/main.yml: aarch64 and armhf are taking forever
- (1h50m and counting), try disabling. Also try disabling the
- build-on-push-to-trunk for the moment.
-
2023-12-31 Karl Berry <karl@freefriends.org>
* reautoconf: add -f / --force option to pass to autoreconf.
diff --git a/Build/source/README b/Build/source/README
index 62d47eb3939..e017451d296 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -56,7 +56,7 @@ i386-freebsd amd64-freebsd:
i386-linux: see travis below.
i386-netbsd, amd64-netbsd:
- NetBSD/amd64 9.2
+ NetBSD/amd64 9.3
gcc version 7.5.0 (nb4 20200810)
TL_MAKE=gmake CC=gcc CXX=g++ \
CFLAGS=-D_NETBSD_SOURCE \
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm
index c75aceab3ce..e6fa821d6cd 100644
--- a/Build/source/texk/tests/TeXLive/TLConfig.pm
+++ b/Build/source/texk/tests/TeXLive/TLConfig.pm
@@ -1,12 +1,12 @@
# TeXLive::TLConfig.pm - module exporting configuration values
-# Copyright 2007-2023 Norbert Preining
+# Copyright 2007-2024 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
use strict; use warnings;
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 66204 $';
+my $svnrev = '$Revision: 69783 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -61,7 +61,7 @@ BEGIN {
# the year of our release, will be used in the location of the
# network packages, and in menu names, and other places.
-our $ReleaseYear = 2023;
+our $ReleaseYear = 2024;
# users can upgrade from this year to the current year; might be the
# same as the release year, or any number of releases earlier.