-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzip_src.sh
More file actions
14 lines (13 loc) · 757 Bytes
/
zip_src.sh
File metadata and controls
14 lines (13 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#Package the src and move to ftp dir
#===================================================================
#TODO:
#
#===================================================================
#update log:
#2013.09.03 better look
#===================================================================
echo "Going to package webos src file...."
cd /vobs/webos/src/
zip -1 -r src.zip bert/ lib/ common/ ge/ libcommon/ ts/ -x "bert/lib/bcmsdk_4.*" "bert/lib/bcmsdk_6.*" "bert/lib/bcmsdk_5.2.*" "bert/lib/bcmsdk_5.3.*" "bert/lib/bcmsdk_5.4.*" "bert/lib/bcmsdk_5.5.*" "bert/lib/bcmsdk_5.6.*" "bert/lib/bcmsdk_5.7.*" "bert/lib/bcmsdk5.*" "bert/lib/bcmsdk_5.10.*" "bert/ts/doc" "ts/doc" "bert/lib/vxworks" "bert/lib/focalpoint_*"
mv src.zip /tftpboot/temp/leo/