Synchronize changes with server

This commit is contained in:
2016-06-08 12:14:55 +02:00
parent 4d3da249cd
commit 0b322ef847
3 changed files with 20 additions and 38 deletions

View File

@@ -1,16 +1,15 @@
#!/bin/sh
ROOT="/data/buildbot-master/"
DIRS="linux_glibc211_i386_scons
linux_glibc211_x86_64_scons
mac_i386_10_6_scons
mac_x86_64_10_6_scons
mingw_win64_scons
uploaded
DIRS="linux_glibc211_i686_cmake
linux_glibc211_x86_64_cmake
linux_glibc219_i686_cmake
linux_glibc219_x86_64_cmake
mac_x86_64_10_6_cmake
win32_cmake_vc2013
win32_scons_vc2013
win64_cmake_vc2013
win64_scons_vc2013"
win64_cmake_vc2015
uploaded"
for DIR in $DIRS; do
find "${ROOT}/$DIR" -type f -mtime +14 -exec rm -f {} \;