Re: How to check if a package is retired?

2023-04-28 Thread Florian Weimer
* Miro Hrončok:

> On 25. 04. 23 11:18, Florian Weimer wrote:
>> Ahh, and the Koji indicator is that the package owner is set to orphan?
>
> No. See
> https://docs.fedoraproject.org/en-US/package-maintainers/Package_Retirement_Process/#_koji
>
> The in indicator is [BLOCKED] in the output of `koji list-pkgs
> --show-blocked --tag f39 --package xxx`

Thanks, I'll keep this information on file somewhere. 8-)

Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Peter Robinson
On Tue, Apr 25, 2023 at 10:19 AM Florian Weimer  wrote:
>
> * Peter Robinson:
>
> > On Tue, Apr 25, 2023 at 9:58 AM Florian Weimer  wrote:
> >>
> >> * Peter Robinson:
> >>
> >> > On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  
> >> > wrote:
> >> >>
> >> >> The xorg-x11-drv-fbturbo is supposed to have been retired (see
> >> >> ).   How can I
> >> >> check if this is actually the case?
> >> >
> >> > It's not, if you look at the tags at the bottom there should be a red
> >> > check mark against the f39 tag:
> >> > https://koji.fedoraproject.org/koji/packageinfo?packageID=20127
> >> >
> >> > I filed this issue at the time it has issues:
> >> > https://pagure.io/releng/issue/11388
> >> >
> >> > It's allegedly a problem here:
> >> > https://pagure.io/rpkg/issue/685
> >> >
> >> > II did actually note that in your bug report:
> >> > https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6
> >>
> >> Sorry, it's still not clear to me if the dead.package stuff is an
> >> optional step of retirement to reflect it in dist-git to make it more
> >> noticeable (if all you do is a fedpkg clone), or the core criteria for
> >> retirement.
> >>
> >> Or put differently, if I want to fix this, can I just push a
> >> dead.package file myself, as a provenpackager?
> >
> > A dead.package is not the only piece required, there's koji commands
> > required to block the package that are run as part of the git commit
> > scripts, you won't have the appropriate ACLs to run those manually so
> > the rpkg problem needs to be fixed. I have run it again for that
> > package and it mostly appears to have worked but there was one error
> > but it make take some time for that to be clear if it worked behind
> > the scenes with various cron job style scripts.
>
> Ahh, and the Koji indicator is that the package owner is set to orphan?

No, orphan is a process that a maintainer can do separately, it can be
owned by orphan but not retired and vice versa.

> $ koji list-history --package=npm
> […]
> Wed Feb  8 22:33:08 2023 package owner orphan set for npm in f39 by humaton 
> [still active]
> […]
>
> (Using Tom Hughes' npm example.)
>
> Thanks for completing the retirement.
>
> Florian
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Miro Hrončok

On 25. 04. 23 11:18, Florian Weimer wrote:

Ahh, and the Koji indicator is that the package owner is set to orphan?


No. See 
https://docs.fedoraproject.org/en-US/package-maintainers/Package_Retirement_Process/#_koji


The in indicator is [BLOCKED] in the output of `koji list-pkgs --show-blocked 
--tag f39 --package xxx`



--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Miro Hrončok

On 25. 04. 23 10:03, Peter Robinson wrote:

On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  wrote:


The xorg-x11-drv-fbturbo is supposed to have been retired (see
).   How can I
check if this is actually the case?


It's not, if you look at the tags at the bottom there should be a red
check mark against the f39 tag:
https://koji.fedoraproject.org/koji/packageinfo?packageID=20127

I filed this issue at the time it has issues:
https://pagure.io/releng/issue/11388

It's allegedly a problem here:
https://pagure.io/rpkg/issue/685

II did actually note that in your bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6


You can `git push -no-verify` your retirement commit (created in your local 
clone by the semi-broken `fedpkg retire`).


Alternatively, 1.66-6 should fix the problem:

https://bodhi.fedoraproject.org/updates/?packages=rpkg

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Florian Weimer
* Peter Robinson:

> On Tue, Apr 25, 2023 at 9:58 AM Florian Weimer  wrote:
>>
>> * Peter Robinson:
>>
>> > On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  wrote:
>> >>
>> >> The xorg-x11-drv-fbturbo is supposed to have been retired (see
>> >> ).   How can I
>> >> check if this is actually the case?
>> >
>> > It's not, if you look at the tags at the bottom there should be a red
>> > check mark against the f39 tag:
>> > https://koji.fedoraproject.org/koji/packageinfo?packageID=20127
>> >
>> > I filed this issue at the time it has issues:
>> > https://pagure.io/releng/issue/11388
>> >
>> > It's allegedly a problem here:
>> > https://pagure.io/rpkg/issue/685
>> >
>> > II did actually note that in your bug report:
>> > https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6
>>
>> Sorry, it's still not clear to me if the dead.package stuff is an
>> optional step of retirement to reflect it in dist-git to make it more
>> noticeable (if all you do is a fedpkg clone), or the core criteria for
>> retirement.
>>
>> Or put differently, if I want to fix this, can I just push a
>> dead.package file myself, as a provenpackager?
>
> A dead.package is not the only piece required, there's koji commands
> required to block the package that are run as part of the git commit
> scripts, you won't have the appropriate ACLs to run those manually so
> the rpkg problem needs to be fixed. I have run it again for that
> package and it mostly appears to have worked but there was one error
> but it make take some time for that to be clear if it worked behind
> the scenes with various cron job style scripts.

Ahh, and the Koji indicator is that the package owner is set to orphan?

$ koji list-history --package=npm
[…]
Wed Feb  8 22:33:08 2023 package owner orphan set for npm in f39 by humaton 
[still active]
[…]

(Using Tom Hughes' npm example.)

Thanks for completing the retirement.

Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Peter Robinson
On Tue, Apr 25, 2023 at 9:58 AM Florian Weimer  wrote:
>
> * Peter Robinson:
>
> > On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  wrote:
> >>
> >> The xorg-x11-drv-fbturbo is supposed to have been retired (see
> >> ).   How can I
> >> check if this is actually the case?
> >
> > It's not, if you look at the tags at the bottom there should be a red
> > check mark against the f39 tag:
> > https://koji.fedoraproject.org/koji/packageinfo?packageID=20127
> >
> > I filed this issue at the time it has issues:
> > https://pagure.io/releng/issue/11388
> >
> > It's allegedly a problem here:
> > https://pagure.io/rpkg/issue/685
> >
> > II did actually note that in your bug report:
> > https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6
>
> Sorry, it's still not clear to me if the dead.package stuff is an
> optional step of retirement to reflect it in dist-git to make it more
> noticeable (if all you do is a fedpkg clone), or the core criteria for
> retirement.
>
> Or put differently, if I want to fix this, can I just push a
> dead.package file myself, as a provenpackager?

A dead.package is not the only piece required, there's koji commands
required to block the package that are run as part of the git commit
scripts, you won't have the appropriate ACLs to run those manually so
the rpkg problem needs to be fixed. I have run it again for that
package and it mostly appears to have worked but there was one error
but it make take some time for that to be clear if it worked behind
the scenes with various cron job style scripts.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Dan Horák
On Tue, 25 Apr 2023 10:57:56 +0200
Florian Weimer  wrote:

> * Peter Robinson:
> 
> > On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  wrote:
> >>
> >> The xorg-x11-drv-fbturbo is supposed to have been retired (see
> >> ).   How can I
> >> check if this is actually the case?
> >
> > It's not, if you look at the tags at the bottom there should be a red
> > check mark against the f39 tag:
> > https://koji.fedoraproject.org/koji/packageinfo?packageID=20127
> >
> > I filed this issue at the time it has issues:
> > https://pagure.io/releng/issue/11388
> >
> > It's allegedly a problem here:
> > https://pagure.io/rpkg/issue/685
> >
> > II did actually note that in your bug report:
> > https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6
> 
> Sorry, it's still not clear to me if the dead.package stuff is an
> optional step of retirement to reflect it in dist-git to make it more
> noticeable (if all you do is a fedpkg clone), or the core criteria for
> retirement.
> 
> Or put differently, if I want to fix this, can I just push a
> dead.package file myself, as a provenpackager?

there is "fedpkg retire" to retire a package, it will do a bit more
behind the scenes AFAIK


Dan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Florian Weimer
* Peter Robinson:

> On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  wrote:
>>
>> The xorg-x11-drv-fbturbo is supposed to have been retired (see
>> ).   How can I
>> check if this is actually the case?
>
> It's not, if you look at the tags at the bottom there should be a red
> check mark against the f39 tag:
> https://koji.fedoraproject.org/koji/packageinfo?packageID=20127
>
> I filed this issue at the time it has issues:
> https://pagure.io/releng/issue/11388
>
> It's allegedly a problem here:
> https://pagure.io/rpkg/issue/685
>
> II did actually note that in your bug report:
> https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6

Sorry, it's still not clear to me if the dead.package stuff is an
optional step of retirement to reflect it in dist-git to make it more
noticeable (if all you do is a fedpkg clone), or the core criteria for
retirement.

Or put differently, if I want to fix this, can I just push a
dead.package file myself, as a provenpackager?

Thanks,
Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Peter Robinson
On Tue, Apr 25, 2023 at 8:56 AM Florian Weimer  wrote:
>
> The xorg-x11-drv-fbturbo is supposed to have been retired (see
> ).   How can I
> check if this is actually the case?

It's not, if you look at the tags at the bottom there should be a red
check mark against the f39 tag:
https://koji.fedoraproject.org/koji/packageinfo?packageID=20127

I filed this issue at the time it has issues:
https://pagure.io/releng/issue/11388

It's allegedly a problem here:
https://pagure.io/rpkg/issue/685

II did actually note that in your bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=2187060#c6
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to check if a package is retired?

2023-04-25 Thread Tom Hughes via devel

On 25/04/2023 08:55, Florian Weimer wrote:


The xorg-x11-drv-fbturbo is supposed to have been retired (see
).   How can I
check if this is actually the case?


A retired packaged should have a commit in srcgit that removes
all the contents and adds a dead.package file with a description of
the reason for retirement, like:

https://src.fedoraproject.org/rpms/npm/c/7304877c50a9a02238cf7a40e269e256090fd001

As far as I can see  xorg-x11-drv-fbturbo does not have that and
is still live.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


How to check if a package is retired?

2023-04-25 Thread Florian Weimer
The xorg-x11-drv-fbturbo is supposed to have been retired (see
).   How can I
check if this is actually the case?

Thanks,
Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue