Skip to content

Commit

Permalink
release.sh: remove references to Sourceforge from project
Browse files Browse the repository at this point in the history
See also: linuxwacom/xf86-input-wacom#67

Signed-off-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
  • Loading branch information
skomra committed Jul 16, 2019
1 parent b3d0910 commit 7767fc5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ generate_announce()

cat <<RELEASE
Subject: [ANNOUNCE] $pkg_name $pkg_version
To: $list_to
Reply-To: $list_cc
`git log --no-merges "$tag_range" | git shortlog`
Expand Down Expand Up @@ -578,9 +576,6 @@ process_module() {
# --------- Generate the announce e-mail ------------------
# Failing to generate the announce is not considered a fatal error

list_to="linuxwacom-announce@lists.sourceforge.net"
list_cc="linuxwacom-discuss@lists.sourceforge.net"

# Git-describe returns only "the most recent tag", it may not be the expected one
# However, we only use it for the commit history which will be the same anyway.
tag_previous=`git describe --abbrev=0 HEAD^ 2>/dev/null`
Expand Down

0 comments on commit 7767fc5

Please sign in to comment.