diff options
author | Sverker Eriksson <[email protected]> | 2018-06-21 16:41:24 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-06-21 16:41:24 +0200 |
commit | ebb767a2656a4d604e6f860cc03cbb4c0b0aecb8 (patch) | |
tree | a4a3b6b5847bdf47d4e65433c13f251296960d6e | |
parent | 14c1961ccd36987c789d0360ad7c65a31800f2f9 (diff) | |
download | otp-ebb767a2656a4d604e6f860cc03cbb4c0b0aecb8.tar.gz otp-ebb767a2656a4d604e6f860cc03cbb4c0b0aecb8.tar.bz2 otp-ebb767a2656a4d604e6f860cc03cbb4c0b0aecb8.zip |
Update pre-push hook after OTP-21 release
(same as 7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a)
-rwxr-xr-x | scripts/pre-push | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pre-push b/scripts/pre-push index 0349378056..bc8c6955fd 100755 --- a/scripts/pre-push +++ b/scripts/pre-push @@ -22,10 +22,10 @@ # <local ref> <local sha1> <remote ref> <remote sha1> # -RELEASES="20 19 18 17 r16 r15 r14 r13" +RELEASES="21 20 19 18 17 r16 r15 r14 r13" # First commit on master, not allowed in other branches -MASTER_ONLY=f52748254f17ba42e344798e8c787a1e3361fa33 +MASTER_ONLY=aea2a053e28a11497796879715be29ab0c3cd1a0 # Number of commits and files allowed in one push by this script NCOMMITS_MAX=100 |