When I modified the koji server'ip from one to another, the yum use the old ip already!

Mike McLean mikem at redhat.com
Thu Jun 4 18:29:20 UTC 2009


李建 wrote:
> Good,the method you give is simple.I'll test later.My repo table in sql now
> is following,Did you can tell me what's mean about state=3 ? and state=1
> ,and state=2 ?

from koji/__init__.py:
REPO_STATES = Enum((
    'INIT',
    'READY',
    'EXPIRED',
    'DELETED',
    'PROBLEM',
))

So 0 = INIT, 1 = READY, 2 = EXPIRED, 3 = DELETED

> Thank you very much ! I have draw a koji illustrative diagram , can you give
> me some advices?
> 
> http://workplace.turbolinux.com.cn/attachments/120/koji%E5%8E%9F%E7%90%86%E5%9B%BE.png

This link prompts me for a password




More information about the Fedora-buildsys-list mailing list