author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Mon, 28 Oct 2013 10:04:41 +0100 | |
changeset 152443 | 4646259ab62d9afb1aca0d51aabf1c55b48388e3 |
parent 152441 | 9e0dbf6786543397dcc34d7664aa5094164d7a9c (current diff) |
parent 152442 | f4b1b234f20df00ec7328bb25549fee2e1a6c2d9 (diff) |
child 152462 | 085c6286911f5a0537c96ccb7206ad9fedb5fa29 |
child 155927 | dfb4db3ac4460112f98fa0b2277f8ccb3c129c4c |
push id | 25542 |
push user | cbook@mozilla.com |
push date | Mon, 28 Oct 2013 09:05:02 +0000 |
treeherder | mozilla-central@4646259ab62d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 27.0a1 |
first release with | nightly linux32
4646259ab62d
/
27.0a1
/
20131028030205
/
files
nightly linux64
4646259ab62d
/
27.0a1
/
20131028030205
/
files
nightly mac
4646259ab62d
/
27.0a1
/
20131028030205
/
files
nightly win32
4646259ab62d
/
27.0a1
/
20131028030205
/
files
nightly win64
4646259ab62d
/
27.0a1
/
20131028030205
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
27.0a1
/
20131028030205
/
pushlog to previous
nightly linux64
27.0a1
/
20131028030205
/
pushlog to previous
nightly mac
27.0a1
/
20131028030205
/
pushlog to previous
nightly win32
27.0a1
/
20131028030205
/
pushlog to previous
nightly win64
27.0a1
/
20131028030205
/
pushlog to previous
|
--- a/toolkit/mozapps/update/nsUpdateService.js +++ b/toolkit/mozapps/update/nsUpdateService.js @@ -964,17 +964,17 @@ function getUpdatesDirInApplyToDir() { #endif dir.append(UPDATED_DIR); #ifdef XP_MACOSX dir.append("Contents"); dir.append("MacOS"); #endif dir.append(DIR_UPDATES); if (!dir.exists()) { - dir.create(Ci.nsILocalFile.DIRECTORY_TYPE, 0755); + dir.create(Ci.nsILocalFile.DIRECTORY_TYPE, FileUtils.PERMS_DIRECTORY); } return dir; } /** * Reads the update state from the update.status file in the specified * directory. * @param dir