From: Richard Biener Date: Fri, 11 Jul 2025 06:32:26 +0000 (+0200) Subject: Stop updating gcc-12 branch X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14076f15bf618d8febd1e4c6a86995f057408de8;p=thirdparty%2Fgcc.git Stop updating gcc-12 branch contrib/ * gcc-changelog/git_update_version.py: Stop updating gcc-12 branch. --- diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py index aa9adee58fe..b3ea33bb516 100755 --- a/contrib/gcc-changelog/git_update_version.py +++ b/contrib/gcc-changelog/git_update_version.py @@ -85,7 +85,7 @@ def prepend_to_changelog_files(repo, folder, git_commit, add_to_git): repo.git.add(full_path) -active_refs = ['master', 'releases/gcc-12', +active_refs = ['master', 'releases/gcc-13', 'releases/gcc-14', 'releases/gcc-15'] parser = argparse.ArgumentParser(description='Update DATESTAMP and generate '