mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 394500, fix permissions on the *_info.txt buildID files, r=rhelmer
This commit is contained in:
parent
11f20b9e9c
commit
9c1ca32712
@ -217,11 +217,12 @@ sub StoreBuildID() {
|
||||
print $bh 'buildID=' . $buildID;
|
||||
$bh->close() ||
|
||||
die("Could not open buildID temp file $buildIDTempFile: $!");
|
||||
chmod(0644, $buildIDTempFile);
|
||||
|
||||
my $buildIDFile = $osFileMatch . '_info.txt';
|
||||
$this->Shell(
|
||||
cmd => 'scp',
|
||||
cmdArgs => [$buildIDTempFile,
|
||||
cmdArgs => ['-p', $buildIDTempFile,
|
||||
$stagingUser . '@' . $stagingServer . ':' .
|
||||
$pushDir . '/' . $buildIDFile],
|
||||
logFile => $pushLog,
|
||||
|
Loading…
Reference in New Issue
Block a user