ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/util/ota-publish
(Generate patch)

Comparing deliantra/Deliantra-Client/util/ota-publish (file contents):
Revision 1.3 by root, Sat Jan 7 19:29:58 2012 UTC vs.
Revision 1.6 by root, Fri Jan 27 23:13:38 2012 UTC

1#!/bin/bash 1#!/bin/bash
2 2
3DEST=/root/src/deliantra/arch/res/ota_update 3DEST=/root/src/deliantra/arch/res/ota_update
4
5util/checkdiff
4 6
5umask 022 7umask 022
6 8
7read EXE_VER <dist/exe_ver 9read EXE_VER <dist/exe_ver
8 10
34 echo " \"$NAME\" : { \"exe_ver\" : \"$EXE_VER\", \"md5\" : \"$md5\" }," 36 echo " \"$NAME\" : { \"exe_ver\" : \"$EXE_VER\", \"md5\" : \"$md5\" },"
35 done 37 done
36 echo "}" 38 echo "}"
37) >"$DEST/meta" 39) >"$DEST/meta"
38 40
41rsync -avzP dist/bin/. rain:/var/www/dist.schmorp.de/deliantra/ota/.
42rain "chmod 644 /var/www/dist.schmorp.de/deliantra/ota/*.*"
39 43
40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines