Skip to content

Commit

Permalink
Cleanup|Builder: Removed obsolete scripts and files
Browse files Browse the repository at this point in the history
CMake covers this functionality.
  • Loading branch information
skyjake committed May 23, 2015
1 parent 9870c1e commit 148ec4e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 451 deletions.
8 changes: 2 additions & 6 deletions distrib/autobuild.py
Expand Up @@ -85,12 +85,8 @@ def todays_platform_release():
'/main/binary-%s' % arch, n))

# Also the build logs.
if sys.platform[:3] != 'win':
system_command('./logcleanup.py buildlog.txt builderrors.txt > buildsummary.txt')
remote_copy('buildsummary.txt', ev.file_path('doomsday-out-%s.txt' % sys_id()))
else:
remote_copy('buildlog.txt', ev.file_path('doomsday-out-%s.txt' % sys_id()))
remote_copy('builderrors.txt', ev.file_path('doomsday-err-%s.txt' % sys_id()))
remote_copy('buildlog.txt', ev.file_path('doomsday-out-%s.txt' % sys_id()))
remote_copy('builderrors.txt', ev.file_path('doomsday-err-%s.txt' % sys_id()))

if 'linux' in sys_id():
remote_copy('dsfmod/fmod-out-%s.txt' % sys_id(), ev.file_path('fmod-out-%s.txt' % sys_id()))
Expand Down
163 changes: 0 additions & 163 deletions distrib/logcleanup.py

This file was deleted.

54 changes: 0 additions & 54 deletions distrib/win32/dorel.bat

This file was deleted.

12 changes: 0 additions & 12 deletions distrib/win32/options.rsp

This file was deleted.

0 comments on commit 148ec4e

Please sign in to comment.