The branch, v4-11-test has been updated
       via  5f57256cf52 script/release.sh: Don't use quotations any longer.
      from  0fbf07f0508 s4:torture: Skip the deltest20 as user root

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-11-test


- Log -----------------------------------------------------------------
commit 5f57256cf52aeb3f934645a1d71e3841eac0a37d
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue Jan 28 11:48:53 2020 +0100

    script/release.sh: Don't use quotations any longer.
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>
    Reviewed-by: Stefan Metzmacher <me...@samba.org>
    
    Autobuild-User(master): Karolin Seeger <ksee...@samba.org>
    Autobuild-Date(master): Mon Feb  3 12:45:39 UTC 2020 on sn-devel-184
    
    (cherry picked from commit f699df32cdbae4fbc585c259828029c74163323b)
    
    Autobuild-User(v4-11-test): Karolin Seeger <ksee...@samba.org>
    Autobuild-Date(v4-11-test): Tue Feb  4 11:53:54 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 script/release.sh | 26 --------------------------
 1 file changed, 26 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/release.sh b/script/release.sh
index 6c3ba0d4add..507d5931a6a 100755
--- a/script/release.sh
+++ b/script/release.sh
@@ -193,26 +193,6 @@ verify_samba_stable() {
 
        load_samba_stable_versions
 
-       test x"${product}" = x"samba-stable" && {
-               test -f "announce.${tagname}.quotation.txt" || {
-                       echo ""
-                       echo "announce.${tagname}.quotation.txt missing!"
-                       echo ""
-                       echo "Please create it and retry"
-                       echo ""
-                       echo "The content should look like this:"
-                       echo "cat announce.${tagname}.quotation.txt"
-                       echo 
'======================================================'
-                       echo '                "Some text'
-                       echo '                 from someone."'
-                       echo ''
-                       echo '                 The author'
-                       echo 
'======================================================'
-                       echo ""
-                       return 1
-               }
-       }
-
        test -n "${oldtagname}" || {
                return 0
        }
@@ -793,11 +773,6 @@ announcement_samba_stable() {
                return 1
        }
 
-       test -f "announce.${tagname}.quotation.txt" || {
-               echo "announce.${tagname}.quotation.txt missing!"
-               return 1
-       }
-
        local release_url="${download_url}samba/stable/"
        local patch_url="${download_url}samba/patches/"
 
@@ -840,7 +815,6 @@ announcement_samba_stable() {
                local headlimit=$(expr ${top} - 1 )
                local taillimit=$(expr ${headlimit} - \( ${skip} - 1 \))
 
-               cat "announce.${tagname}.quotation.txt"
                echo ""
                echo ""
                echo "Release Announcements"


-- 
Samba Shared Repository

Reply via email to