From 7a7e304a4e733089c0ca53e6b5928eab3ad3f0f7 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Feb 12 2021 22:44:30 +0000 Subject: ignore conflicts due to errors in rawhide db --- diff --git a/bin/fetch-repository-dbs.py b/bin/fetch-repository-dbs.py index 9778bd7..5aac3a9 100755 --- a/bin/fetch-repository-dbs.py +++ b/bin/fetch-repository-dbs.py @@ -103,7 +103,7 @@ def gen_db_diff(name, new, old): arch TEXT NOT NULL, version TEXT, change TEXT NOT NULL, - UNIQUE(name, arch) + UNIQUE(name, arch) ON CONFLICT IGNORE ) ''') # Insert added packages list to changes table