Skip to content

Commit

Permalink
Builder: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 9, 2013
1 parent 99ba598 commit a40b31c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions distrib/autobuild.py
Expand Up @@ -191,8 +191,6 @@ def build_source_package():
if fn[:9] == 'doomsday-' and fn[-7:] == '.tar.gz':
remote_copy(fn, ev.file_path(fn))

#remote_copy('deng_buildlog.txt', ev.file_path('doomsday-out-%s.txt' % sys_id()))


def rebuild_apt_repository():
"""Rebuilds the Apt repository by running apt-ftparchive."""
Expand Down
1 change: 1 addition & 0 deletions distrib/builder/event.py
Expand Up @@ -334,6 +334,7 @@ def html_description(self, encoded=True):
return msg

def release_type(self):
"""Returns the release type as a lower-case string."""
fn = self.file_path('releaseType.txt')
if os.path.exists(fn):
return file(fn).read().lower().strip()
Expand Down

0 comments on commit a40b31c

Please sign in to comment.