end
end
+ # git reset origin operation
+ if File.exist? git_path and not git_cmd("reset --hard origin/#{@git_branch}", git_path,@log) then
+ @log.warn( "Failed on \"git reset --hard origin/#{@git_branch}\"", Log::LV_USER)
+ FileUtils.rm_rf git_path
+ end
+
# git pull operation
if File.exist? git_path and not git_cmd("pull", git_path,@log) then
@log.warn( "Failed on \"git pull\"", Log::LV_USER)
${RUBY} ../../build-svr add-os -n testserver3 -o windows-32
${RUBY} ../../build-svr add-prj -n testserver3 -N testa -g `pwd`/git01/a -b master
${RUBY} ../../build-svr add-prj -n testserver3 -N testb -g `pwd`/git01/b -b master
-${RUBY} ../../build-svr set-attr -n testserver3 -A MAX_WORKING_JOBS -V 0
+${RUBY} ../../build-svr set-attr -n testserver3 -A MAX_WORKING_JOBS -V 1
mkdir -p git01
cp ../git01/*.tar.gz git01/