Learn more about these different git repos.
Other Git URLs
(IntegrityError) duplicate key value violates unique constraint "tags_pkey" DETAIL: Key (tag)=(rpm) already exists. 'INSERT INTO tags (tag, date_created) VALUES (%(tag)s, %(date_created)s)' {'date_created': datetime.datetime(2017, 1, 30, 8, 40, 55, 424438), 'tag': u'rpm'}
It happens on this project: https://pagure.io/fedora-rust/rust2rpm
I tried to add rust,rpm as tags.
rust,rpm
I ran into this myself in prod, I'll poke at it
Commit 4dc5c66 fixes this issue
@pingou changed the status to Closed
Closed
Log in to comment on this ticket.