eric-haibin-lin closed pull request #8765: Update AddVersion.py
URL: https://github.com/apache/incubator-mxnet/pull/8765
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/build_version_doc/AddVersion.py 
b/docs/build_version_doc/AddVersion.py
index 2c9ee22bf4..de7670a759 100755
--- a/docs/build_version_doc/AddVersion.py
+++ b/docs/build_version_doc/AddVersion.py
@@ -87,7 +87,7 @@
             pip_pattern = ['', '-cu80', '-cu75', '-cu80mkl', '-cu75mkl', 
'-mkl']
             if args.current_version == 'master':
                 outstr = outstr.replace('git clone --recursive 
https://github.com/dmlc/mxnet',
-                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git mxnet')
+                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git')
                 for trail in pip_pattern:
                     outstr = outstr.replace('pip install mxnet%s<' % (trail),
                                             'pip install mxnet%s --pre<' % 
(trail))
@@ -95,7 +95,7 @@
                                             'pip install mxnet%s --pre\n<' % 
(trail))
             else:
                 outstr = outstr.replace('git clone --recursive 
https://github.com/dmlc/mxnet',
-                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git mxnet '
+                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git'
                                         '--branch %s' % (args.current_version))
                 for trail in pip_pattern:
                     outstr = outstr.replace('pip install mxnet%s<' % (trail),


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to