mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
bc976e301c
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@462 f6dd340e-d3f9-0310-b409-bdd246841980
49 lines
1.1 KiB
Bash
Executable file
49 lines
1.1 KiB
Bash
Executable file
#!/bin/bash
|
|
|
|
# echo "
|
|
# Run in .. 'build docs' and 'build zips' and in bin: createhtml and
|
|
# ziphtml to create the html zip in zip. Run 'sourcetar l' to
|
|
# create an archive.
|
|
# "
|
|
|
|
# \ssh -t fbb,cppannotations@shell.sourceforge.net create
|
|
|
|
|
|
cd ..
|
|
sourcetar l
|
|
mv ../../c++-annotations_*.tar.gz .
|
|
ln -s ../tmp/docs/zips .
|
|
|
|
build docs
|
|
build zips
|
|
cd sourceforge
|
|
emacs release.notes
|
|
|
|
yodl2html index || exit 1
|
|
|
|
scp index.html ../tmp/docs/zips/cplusplus.html.zip fbb,cppannotations@shell.sourceforge.net:/home/groups/c/cp/cppannotations/htdocs
|
|
|
|
echo "
|
|
|
|
|
|
Create a shell at sourceforge:
|
|
\ssh -t fbb,cppannotations@shell.sourceforge.net create
|
|
|
|
Log in at sourceforge using
|
|
ssh fbb,cppannotations@shell.sourceforge.net
|
|
and
|
|
cd /home/groups/c/cp/cppannotations/htdocs
|
|
There do:
|
|
rm -r cppannotations
|
|
unzip cplusplus.html.zip
|
|
rm cplusplus.html.zip
|
|
|
|
Then upload release_notes, c++-annotations_8.1.0*.tar.gz, zips/*
|
|
to sourceforge:
|
|
|
|
sftp fbb,cppannotations@frs.sourceforge.net
|
|
cd /home/frs/project/c/cp/cppannotations/cppannotations/<new release>
|
|
|
|
"
|
|
|
|
|