[Asterisk-code-review] mkrelease.py: Use new README.md filename. (repotools[master])

Richard Mudgett asteriskteam at digium.com
Wed Dec 20 14:19:19 CST 2017


Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/7688


Change subject: mkrelease.py: Use new README.md filename.
......................................................................

mkrelease.py: Use new README.md filename.

Change-Id: Id035c15197258a6bae29a60e7d5080ae92293a73
---
M mkrelease.py
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/88/7688/1

diff --git a/mkrelease.py b/mkrelease.py
index a3f3f18..b70030e 100755
--- a/mkrelease.py
+++ b/mkrelease.py
@@ -565,8 +565,8 @@
         Keyword Arguments:
         path - The location of the extracted Asterisk release
         """
-        shutil.copyfile(os.path.join(path, 'README'),
-                        'README-{0}'.format(version.replace('/', '-')))
+        shutil.copyfile(os.path.join(path, 'README.md'),
+                        'README-{0}.md'.format(version.replace('/', '-')))
         shutil.copyfile(os.path.join(path, 'ChangeLog'),
                         'ChangeLog-{0}'.format(version.replace('/', '-')))
         summary_prefix = '{0}-summary'.format(release_name)

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

Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id035c15197258a6bae29a60e7d5080ae92293a73
Gerrit-Change-Number: 7688
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171220/9d07d5cd/attachment.html>


More information about the asterisk-code-review mailing list