mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
script/release.sh: Don't use quotations any longer.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Feb 3 12:45:39 UTC 2020 on sn-devel-184 (cherry picked from commit f699df32cdbae4fbc585c259828029c74163323b)
This commit is contained in:
parent
7b1be793de
commit
f17d3edbb6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user