mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
- move sphinx plugin to a separate repo
- regenerate config checks without sphinx-related variables
This commit is contained in:
@@ -5,7 +5,7 @@ DESTINATION="include/sanity_config.php"
|
||||
echo "<?php # This file has been generated at: " `date` > $DESTINATION
|
||||
|
||||
echo -n "define('GENERATED_CONFIG_CHECK', " >> $DESTINATION
|
||||
grep CONFIG_VERSION config.php-dist | awk -F ' |)' '{ print $2 }' | xargs echo -n >> $DESTINATION
|
||||
grep CONFIG_VERSION config.php-dist | awk -F ' |\)' '{ print $2 }' | xargs echo -n >> $DESTINATION
|
||||
echo ");" >> $DESTINATION
|
||||
|
||||
echo -n "\$required_defines = array( " >> $DESTINATION
|
||||
|
||||
Reference in New Issue
Block a user