File 0106-Update-pre-push-after-OTP-25-release.patch of Package erlang
From 25aa7e5d5b3410eee956936826c66fe3d3ea81e2 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Wed, 25 May 2022 21:57:01 +0200
Subject: [PATCH] Update pre-push after OTP 25 release
---
scripts/pre-push | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/pre-push b/scripts/pre-push
index 5759406182..8005ef80ee 100755
--- a/scripts/pre-push
+++ b/scripts/pre-push
@@ -23,14 +23,14 @@
#
# Bump this version to give users an update notification.
-PRE_PUSH_SCRIPT_VERSION=3
+PRE_PUSH_SCRIPT_VERSION=4
-NEW_RELEASES="24 23 22 21 20 19 18 17"
+NEW_RELEASES="25 24 23 22 21 20 19 18 17"
OLD_RELEASES="r16 r15 r14 r13"
RELEASES="$NEW_RELEASES $OLD_RELEASES"
# First commit on master, not allowed in other branches
-MASTER_ONLY=a20c39812082068a8b9e3b73276de41fbb0338af
+MASTER_ONLY=b0c30263a0ef698244d898a95c9b9a40e67eac9c
# Number of commits and files allowed in one push by this script
NCOMMITS_MAX=100
--
2.35.3