[asterisk-commits] releaser.sh: Remove RC patch checksum files (repotools[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 27 19:56:14 CDT 2015


Matt Jordan has submitted this change and it was merged.

Change subject: releaser.sh: Remove RC patch checksum files
......................................................................


releaser.sh: Remove RC patch checksum files

The releaser.sh script is currently not removing the checksum files for
patch files. This patch forces it to remove said files when releasing a
release candidate.

Change-Id: Ib6b32d951615177ebe98bcb486bb81b239d8dbf1
---
M releaser.sh
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Mark Michelson: Looks good to me, but someone else must approve
  Matt Jordan: Looks good to me, approved; Verified



diff --git a/releaser.sh b/releaser.sh
index e7b31c5..b1febe8 100755
--- a/releaser.sh
+++ b/releaser.sh
@@ -174,6 +174,9 @@
 		svn rm asterisk-$OLD_VERSION.sha1
 		svn rm asterisk-$OLD_VERSION.sha256
 		svn rm asterisk-$OLD_VERSION.md5
+		svn rm asterisk-$OLD_VERSION-patch.sha1
+		svn rm asterisk-$OLD_VERSION-patch.sha256
+		svn rm asterisk-$OLD_VERSION-patch.md5
 		svn rm asterisk-$OLD_VERSION-patch.tar.gz
 		svn rm asterisk-$OLD_VERSION-patch.tar.gz.asc
 		svn rm README-$OLD_VERSION
@@ -192,6 +195,9 @@
 		svn rm certified-asterisk-$OLD_VERSION.sha1
 		svn rm certified-asterisk-$OLD_VERSION.sha256
 		svn rm certified-asterisk-$OLD_VERSION.md5
+		svn rm certified-asterisk-$OLD_VERSION-patch.sha1
+		svn rm certified-asterisk-$OLD_VERSION-patch.sha256
+		svn rm certified-asterisk-$OLD_VERSION-patch.md5
 		svn rm certified-asterisk-$OLD_VERSION-patch.tar.gz
 		svn rm certified-asterisk-$OLD_VERSION-patch.tar.gz.asc
 		svn rm certified-asterisk-$OLD_VERSION-summary.html

-- 
To view, visit https://gerrit.asterisk.org/973
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib6b32d951615177ebe98bcb486bb81b239d8dbf1
Gerrit-PatchSet: 1
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list