#4207 fix latest symlink check
Merged 7 months ago by mikem. Opened 8 months ago by mikem.

file modified
+1 -1
@@ -333,7 +333,7 @@ 

      clauses = [

          ['tag_id', '=', repo['tag_id']],

          ['state', '=', koji.REPO_READY],

-         ['create_event', '>=', repo['create_event']]]

+         ['create_event', '>', repo['create_event']]]

      if repo['dist']:

          clauses.append(['dist', 'IS', True])

      else:

Metadata Update from @mikem:
- Pull-request tagged with: easyfix

8 months ago

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

8 months ago

Tested in my private koji and it works there.

FWIW, I also pushed this to fedora koji friday and it seems to be working fine.

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

7 months ago

rebased onto a9e56fa

7 months ago

Commit c4b6507 fixes this pull-request

Pull-Request has been merged by mikem

7 months ago