Bug 376959, follow symlinks when doing Repack verification, r=preed

git-svn-id: svn://10.0.0.236/trunk@228041 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nrthomas%gmail.com 2007-06-14 09:06:12 +00:00
parent 8dab978b21
commit e3d10fe879

View File

@ -76,7 +76,7 @@ sub Verify {
# Download current release
$this->Shell(
cmd => 'rsync',
cmdArgs => ['-v',
cmdArgs => ['-Lav',
'-e', 'ssh',
'--include=*.dmg',
'--include=*.exe',
@ -95,7 +95,7 @@ sub Verify {
# Download previous release
$this->Shell(
cmd => 'rsync',
cmdArgs => ['-v',
cmdArgs => ['-Lav',
'-e', 'ssh',
'--include=*.dmg',
'--include=*.exe',