summaryrefslogtreecommitdiff
path: root/script/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/release.sh')
-rwxr-xr-xscript/release.sh26
1 files changed, 0 insertions, 26 deletions
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"