Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I test app.yaml skip_files regexps are working correctly with App Engine?

I have an app.yaml skip_files element as so:

skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$

How can I list exactly what files are being skipped? I am using OSX so my find util does not have extended regular expressions as far as I am aware.

like image 676
Dan Avatar asked Nov 02 '25 17:11

Dan


1 Answers

Run appcfg.py with the option -v. This will show you every file being processed and tell you whether it has been skipped due to your skip_files or not.

like image 186
David Underhill Avatar answered Nov 05 '25 16:11

David Underhill



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!