mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-14 13:01:59 -04:00
Make readmeta use srclibs and check for config.py too
This commit is contained in:
@@ -18,15 +18,16 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import os
|
||||
import metadata
|
||||
|
||||
import common
|
||||
import metadata
|
||||
|
||||
def main():
|
||||
|
||||
if not os.path.isdir('metadata'):
|
||||
return
|
||||
config = common.read_config(None)
|
||||
|
||||
metadata.read_metadata(xref=True)
|
||||
metadata.read_srclibs()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user