Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ svn commit -m "Add mxnet-#.#.#.rc0" --username "lxn2"

 

Code Block
languagebash
titleCreating the src tar
linenumberstrue
git clone git@github.com:apache/incubator-mxnet.git --recursive apache-mxnet-src-0.11.0.rc3-incubating
git checkout v0.11.0
git submodule update --init --recursive
git checkout 0.11.0.rc3
rm -rf R-package/*
rm -rf .DS_Store
rm -rf .git*
 
gtar -czvf apache-mxnet-src-0.11.0.rc3-incubating.tar.gz apache-mxnet-src-0.11.0.rc3-incubating

 

3.    Validate release package

...