Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Make uploaded installer world-readable
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Mar 4, 2010
1 parent 151e9be commit 0bfb388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildbot_master/master.cfg
Expand Up @@ -618,7 +618,9 @@ installer_factory.addStep(shell.ShellCommand(command=['./build_installer', insta
descriptionDone=["build"],
description=["building"]))

installer_factory.addStep(transfer.FileUpload(installer_path, full_installer_destination_path))
installer_factory.addStep(transfer.FileUpload(installer_path,
full_installer_destination_path,
mode=0644))

builder_name = "installer"
installer_builder = {'name': builder_name,
Expand Down

0 comments on commit 0bfb388

Please sign in to comment.