Commit 3f7e12e0 authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

db_mgmt_ref.py added in the updater (Redis required)

parent 85be62fe
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@ sources = [{'name': "cves",
           {'name': 'd2sec',
            'updater': "python3 " + os.path.join(runPath, "db_mgmt_d2sec.py")},
           {'name': 'ms',
            'updater': "python3 " + os.path.join(runPath, "db_mgmt_ms.py")}]
            'updater': "python3 " + os.path.join(runPath, "db_mgmt_ms.py")},
           {'name': 'redis-nist-ref',
            'updater': "python3 " + os.path.join(runPath, "db_mgmt_ref.py")}]
posts = [{'name': "ensureindex",
          'updater': "python3 " + os.path.join(runPath, "db_mgmt_create_index.py")}]