Menu

[03a9b8]: / tools / Scripts / Make_Release.bash  Maximize  Restore  History

Download this file

20 lines (15 with data), 535 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
declare in_Version=${1}
declare -r Tag=wikibook-ada-${in_Version}
declare -r Dir=wikibook-ada-${in_Version}
pushd ../..
cvs commit -m"Checkin for release ${Tag}"
cvs tag ${Tag}
popd
pushd /tmp
cvs -d:ext:krischik@cvs.sourceforge.net:/cvsroot/wikibook-ada -qz9 export -r ${Tag} -d ${Dir} demos
zip -r ${Dir}.src.zip ${Dir}/
ncftpput upload.sourceforge.net /incoming ${Dir}.src.zip
popd
# vim: textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab
# vim: filetype=sh encoding=utf-8 fileformat=unix
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.