Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee4374 commit 5e62353Copy full SHA for 5e62353
doc/devel/guidelines/make_release.rst
@@ -86,15 +86,24 @@ Release checklist
86
vim::
87
88
PY_VER=2.7
89
+
90
+ Then::
91
92
[email protected]
93
scp -r ${BB_SSH}:nibotmi/public_html/nipy-examples-${PY_VER} .
94
cd nipy-examples-${PY_VER}
95
# Delete empty files
96
find . -size 0 -exec rm {} \;
97
# Review stderr; :bd to close buffer once reviewed
98
vim *.stderr
99
100
101
102
# Review stdout
103
vim *.stdout
104
105
+ Finally::
106
107
cd ..
108
109
Likewise for::
0 commit comments