Browse Source
Makefile: ingore awesome-bot SSL warning on flaskbb.org
pull/2503/head
nodiscc
4 years ago
No known key found for this signature in database
GPG Key ID: 61B23168A539DBBD
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/usr/bin/make -f
|
|
|
|
SHELL = /bin/bash |
|
|
|
AWESOME_BOT_OPTIONS = --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org |
|
|
|
AWESOME_BOT_OPTIONS = "--allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org" |
|
|
|
|
|
|
|
all: check_all |
|
|
|
|
|
|
|