From 28be459803dd0bcd969b76f21388b6e574b4988f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Feb 2024 23:09:34 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@69813 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/.github/workflows/main.yml | 10 ++++++++-- Build/source/ChangeLog | 6 ------ Build/source/README | 2 +- Build/source/texk/tests/TeXLive/TLConfig.pm | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'Build') 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 - - * .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 * 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. -- cgit v1.2.3