Re: [FBR] Retire in bugzilla package retired in Fedora

2020-04-22 Thread Clement Verna
On Wed, 22 Apr 2020 at 20:48, Kevin Fenzi  wrote:

> On Wed, Apr 22, 2020 at 08:14:08PM +0200, Pierre-Yves Chibon wrote:
> > Good Morning Everyone,
> >
> > I believe this is not frozen but in doubt I'm still asking it :)
> >
> > I would like to deploy a new build of distgit-bugzilla-sync (running in
> > openshift) to include this pull-request:
> > https://pagure.io/Fedora-Infra/distgit-bugzilla-sync/pull-request/48
> > which basically blocks in bugzilla packages that are retired in Fedora.
> >
> > This fixes https://pagure.io/fedora-infrastructure/issue/7639
> >
> > Thoughts?
>
> +1
>
> I assume you will run it a few times manually and confirm it's doing
> sane things? ;)
>
> If it messes up anything we need for release we can always manually
> change it back.
>

+1 from me too


>
> kevin
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-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/infrastructure@lists.fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


Re: [PATCH] docs-translation-update: change cron to run at 22 instead of 2. Fixes ticket 8847.

2020-04-22 Thread Clement Verna
On Thu, 23 Apr 2020 at 00:18, Kevin Fenzi  wrote:

> Per ticket 8847, moving this cron job to 10pm will let it run and finish
> before the larger
> and longer cron script runs to update the docs site. This will prevent
> overlap and get
> updates out a day sooner in some cases.
>
> Signed-off-by: Kevin Fenzi 
> ---
>  roles/fedora-docs/translation/files/cron-docs-translation-update | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/roles/fedora-docs/translation/files/cron-docs-translation-update
> b/roles/fedora-docs/translation/files/cron-docs-translation-update
> index bf91755..5a0627b 100644
> --- a/roles/fedora-docs/translation/files/cron-docs-translation-update
> +++ b/roles/fedora-docs/translation/files/cron-docs-translation-update
> @@ -1,2 +1,2 @@
>  MAILTO=jibecfed
> -0 2 * * * _update_docs_trans /usr/local/bin/lock-wrapper
> cron-docs-translation-update "/usr/local/bin/docs-translation-update"
> +0 22 * * * _update_docs_trans /usr/local/bin/lock-wrapper
> cron-docs-translation-update "/usr/local/bin/docs-translation-update"
> --
>

+1


> 1.8.3.1
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-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/infrastructure@lists.fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


[PATCH] docs-translation-update: change cron to run at 22 instead of 2. Fixes ticket 8847.

2020-04-22 Thread Kevin Fenzi
Per ticket 8847, moving this cron job to 10pm will let it run and finish before 
the larger
and longer cron script runs to update the docs site. This will prevent overlap 
and get
updates out a day sooner in some cases.

Signed-off-by: Kevin Fenzi 
---
 roles/fedora-docs/translation/files/cron-docs-translation-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/fedora-docs/translation/files/cron-docs-translation-update 
b/roles/fedora-docs/translation/files/cron-docs-translation-update
index bf91755..5a0627b 100644
--- a/roles/fedora-docs/translation/files/cron-docs-translation-update
+++ b/roles/fedora-docs/translation/files/cron-docs-translation-update
@@ -1,2 +1,2 @@
 MAILTO=jibecfed
-0 2 * * * _update_docs_trans /usr/local/bin/lock-wrapper 
cron-docs-translation-update "/usr/local/bin/docs-translation-update"
+0 22 * * * _update_docs_trans /usr/local/bin/lock-wrapper 
cron-docs-translation-update "/usr/local/bin/docs-translation-update"
-- 
1.8.3.1
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


Re: [FBR] Retire in bugzilla package retired in Fedora

2020-04-22 Thread Kevin Fenzi
On Wed, Apr 22, 2020 at 08:14:08PM +0200, Pierre-Yves Chibon wrote:
> Good Morning Everyone,
> 
> I believe this is not frozen but in doubt I'm still asking it :)
> 
> I would like to deploy a new build of distgit-bugzilla-sync (running in
> openshift) to include this pull-request:
> https://pagure.io/Fedora-Infra/distgit-bugzilla-sync/pull-request/48
> which basically blocks in bugzilla packages that are retired in Fedora.
> 
> This fixes https://pagure.io/fedora-infrastructure/issue/7639
> 
> Thoughts?

+1

I assume you will run it a few times manually and confirm it's doing
sane things? ;) 

If it messes up anything we need for release we can always manually
change it back. 

kevin


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


Re: [FBR] Retire in bugzilla package retired in Fedora

2020-04-22 Thread Adam Williamson
On Wed, 2020-04-22 at 20:14 +0200, Pierre-Yves Chibon wrote:
> Good Morning Everyone,
> 
> I believe this is not frozen but in doubt I'm still asking it :)
> 
> I would like to deploy a new build of distgit-bugzilla-sync (running in
> openshift) to include this pull-request:
> https://pagure.io/Fedora-Infra/distgit-bugzilla-sync/pull-request/48
> which basically blocks in bugzilla packages that are retired in Fedora.
> 
> This fixes https://pagure.io/fedora-infrastructure/issue/7639
> 
> Thoughts?

Does it account for branches? i.e. it should only retire things in
Bugzilla if they're retired on *all* current branches, it shouldn't
e.g. retire a package that's not retired on F30.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


[FBR] Retire in bugzilla package retired in Fedora

2020-04-22 Thread Pierre-Yves Chibon
Good Morning Everyone,

I believe this is not frozen but in doubt I'm still asking it :)

I would like to deploy a new build of distgit-bugzilla-sync (running in
openshift) to include this pull-request:
https://pagure.io/Fedora-Infra/distgit-bugzilla-sync/pull-request/48
which basically blocks in bugzilla packages that are retired in Fedora.

This fixes https://pagure.io/fedora-infrastructure/issue/7639

Thoughts?


Thanks,
Pierre
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


[Fedocal] Reminder meeting : Fedora Infrastructure

2020-04-22 Thread smooge
Dear all,

You are kindly invited to the meeting:
   Fedora Infrastructure on 2020-04-23 from 15:00:00 to 16:00:00 UTC
   At fedora-meetin...@irc.freenode.net

The meeting will be about:
Weekly Fedora Infrastructure meeting. See infrastructure list for agenda a day 
before.


Source: https://apps.fedoraproject.org/calendar/meeting/9675/

___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org


Re: The packages app has a short runway

2020-04-22 Thread Timothée Floure
Hi,

Took a bit more time than expected due to other and more local
priorities on my side. The basic structure is there and usable, and
indexing seemed work quite well before CommunityShift (hence yacy) went
down.

* Main page: https://fnux.ch/fedpkg/public_html/
* Crawler entrypoint: 
https://fnux.ch/fedpkg/public_html/crawler-entrypoint.html
* Package page: https://fnux.ch/fedpkg/public_html/pkgs/qutebrowser/

Everything lives on https://pagure.io/fedora-packages-static, and
contains the TODO-list (epel-8, flatpaks & containers, dependencies,
etc.).  CommunityShift will be back earlier than I initially thought,
and I hope to find some time to complete some of the TODO tasks by then.

Feedback, green light, whether it looks good enough to replace the
current app, or anything you think relevant is welcome. The only
dependencies are python3-requests and python3-jinja2 and there is no
flying parts since it is a static website: we should not hit dead
dependency issues ever again (or the package app will be the least of
our problems!).

Have a nice day,

-- 
Timothée


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-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/infrastructure@lists.fedoraproject.org