Skip to content

Commit cb78067

Browse files
committed
createrelease: updated release notes
1 parent 7156b15 commit cb78067

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

createrelease

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@
5353
# xsltproc -o manual.html /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl man/manual.docbook
5454
#
5555
# Upload manual.pdf , manual.html and version.txt...
56-
# sftp hyd_danmar,[email protected]
56+
# sftp danielmarjamaki,[email protected]
5757
#
5858
# save "cppcheck --doc" output on wiki
5959
#
60+
# compile new democlient:
61+
# ssh -t danielmarjamaki,[email protected]
62+
# ./build.sh 1.23
6063

6164
# Tag to use
6265
tag=$1
@@ -69,5 +72,5 @@ git archive --format=tar --prefix=$releasename/ $tag | gzip > ~/$releasename.tar
6972
git archive --format=tar --prefix=$releasename/ $tag | bzip2 > ~/$releasename.tar.bz2
7073
git archive --format=zip -9 --prefix=$releasename/ $tag > ~/$releasename.zip
7174

72-
# scp cppcheck-1.52.* danielmarjamaki,[email protected]:/home/frs/project/c/cp/cppcheck/cppcheck/1.52/
75+
scp ../$releasename.* danielmarjamaki,[email protected]:/home/frs/project/c/cp/cppcheck/cppcheck/$tag/
7376

0 commit comments

Comments
 (0)