blob: 2b348f7d5dced247331bb296d11eb5268d9edbe5 [file] [log] [blame]
Alias /packages "/usr/local/autotest/packages/"
# If the results directory doesn't exist locally, toss it to Google Storage.
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/results/([0-9].*)$
RewriteCond /usr/local/autotest/%{REQUEST_URI} !-f
RewriteCond /usr/local/autotest/%{REQUEST_URI} !-d
RewriteRule ^/results/([0-9].*) https://storage.cloud.google.com/chromeos-autotest-results/$1 [R=301,L]
RewriteRule ^/results/hosts/(.*/[0-9].*) https://storage.cloud.google.com/chromeos-autotest-results/hosts/$1 [R=301,L]