Skip to content
Snippets Groups Projects
Commit 974508cd authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

releasing almost becomes routine ...

parent f58f6a58
No related branches found
No related tags found
No related merge requests found
### some help
http://www.gnu.org/software/autoconf/manual/make/Standard-Targets.html
http://www.gnu.org/software/hello/manual/autoconf/Autom4te-Cache.html
### prepare
cd ~/f2
dngit
......@@ -18,10 +22,21 @@ rm */*/*~
### pack
export A=frida2. # <major>.<minor><bugfix>
slink ~/f2/pub /tmp/$A
tar czvfh /data/tgz/$A.tgz /tmp/$A/* --exclude "debian"
tar czvfh /data/tgz/$A.tgz /tmp/$A/* --exclude "autom4te.cache"
rm /tmp/$A
dl /data/tgz # CHECK size
### upload
...
put /home/jwu/f2/pub/CHANGELOG CHANGELOG
\ No newline at end of file
ftp www.messen-und-deuten.de
ftp67590-2589396
hash
prompt
cd www
cd frida
cd src
lcd /home/jwu/f2/pub/
put CHANGELOG
lcd /data/tgz
put # $A.tgz
rename # .. old/..
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment