Changeset 2275 for branches/locker-dev


Ignore:
Timestamp:
Aug 1, 2012, 12:42:55 AM (12 years ago)
Author:
glasgall
Message:
Make robots.txt work in the autoinstaller
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/rails

    r2262 r2275  
    240240chmod 0755,'public/dispatch.fcgi';
    241241
     242# static-cat doesn't whitelist .txt files
     243chmod 0777, 'public/robots.txt';
     244
    242245# have to explicitly take a dependency on fcgi
    243246# ruby1.9 means we need to take a dependency on minitest
Note: See TracChangeset for help on using the changeset viewer.