mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-06-18 22:35:34 -04:00

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@218 4ee2a332-4b2b-5046-8439-1ba90f034370
21 lines
962 B
Bash
21 lines
962 B
Bash
#! bash -f
|
|
#----------------------------------------------------------------------------
|
|
# builder/project, builder/sendreport の更新スクリプト
|
|
#----------------------------------------------------------------------------
|
|
|
|
#----------------------------------------------------------------------------
|
|
# 環境依存の設定の読み込み
|
|
#----------------------------------------------------------------------------
|
|
source `dirname $0`/spec.sh
|
|
|
|
#----------------------------------------------------------------------------
|
|
# プロジェクトの autobuild スクリプトの更新
|
|
#----------------------------------------------------------------------------
|
|
rm -rf $BUILDER_ROOT/projects
|
|
cd $BUILDER_ROOT/..
|
|
$SVN --quiet checkout -r HEAD $SVNROOT_TWLSDK/builder/projects $BUILDER_ROOT/projects
|
|
|
|
#----------------------------------------------------------------------------
|
|
# $Log: svnupdate.sh,v $
|
|
#----------------------------------------------------------------------------
|