From c0504c2e01eb0dab322c1ed5f7ff0f78970f5539 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 3 Mar 2025 21:29:38 +0100 Subject: [PATCH 1/2] [ticket/17481] Make build package directory version independent PHPBB-17481 --- build/build.xml | 14 +++++++------- build/build_changelog.php | 2 +- build/build_helper.php | 2 +- build/compare.sh | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/build.xml b/build/build.xml index 40709ccfde..79e43a0854 100644 --- a/build/build.xml +++ b/build/build.xml @@ -166,32 +166,32 @@ - + - + - + - - + + save/phpbb-${prevversion}_to_${newversion}_language.patch" /> save/phpbb-${prevversion}_to_${newversion}_prosilver.patch" /> package_infos = array( - 'package_name' => 'phpBB3', + 'package_name' => 'phpBB', 'name_prefix' => 'phpbb', 'simple_name' => 'release-' . $_latest, 'new_version_number' => $_latest, diff --git a/build/compare.sh b/build/compare.sh index df442fd4c7..9d01028aa9 100755 --- a/build/compare.sh +++ b/build/compare.sh @@ -19,9 +19,9 @@ do $command "$1.$ext" - for file in `find phpBB3 -name '.svn' -prune -o -type f -print` + for file in `find phpBB -name '.svn' -prune -o -type f -print` do - orig_file="${file/#phpBB3/$orig_dir}" + orig_file="${file/#phpBB/$orig_dir}" diff_result=`diff $orig_file $file` if [ -n "$diff_result" ] @@ -31,7 +31,7 @@ do fi done - rm -rf phpBB3 + rm -rf phpBB done cd .. From 2bbc013d8336587bbcdbb47c77509ab6396dd7a1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 21 Apr 2025 15:47:24 +0200 Subject: [PATCH 2/2] [ticket/17481] Stop creating update packages for all except last 3.1 and 3.2 PHPBB-17481 --- build/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index 79e43a0854..57868251bc 100644 --- a/build/build.xml +++ b/build/build.xml @@ -4,7 +4,7 @@ - +