Closed Bug 374813 Opened 17 years ago Closed 17 years ago

Remove rsync usage and fix permissions issues when uploading windows symbols.

Categories

(Toolkit :: Crash Reporting, defect)

x86
Windows Server 2003
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: benjamin)

Details

Attachments

(1 file)

Two issues to fix here:

1) MozillaBuild doesn't come with rsync. Using scp is just as good.
2) When tarring a file within MSYS, it always has permissions rwxr-xr-x. This is undesirable, because when we unpack we probably want rwxrwxr-x, and I can't figure out a way to suppress saving the mode information. If we use zip instead of tar, we can avoid this entirely.
Attachment #259243 - Flags: first-review?(ted.mielczarek)
Attachment #259243 - Flags: first-review?(ted.mielczarek) → first-review+
Fixed on trunk
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.