19:01:38 <mboddu> #startmeeting CPE Infra / RelEng daily standup
19:01:38 <zodbot> Meeting started Mon Nov 22 19:01:38 2021 UTC.
19:01:38 <zodbot> This meeting is logged and archived in a public location.
19:01:38 <zodbot> The chair is mboddu. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions.
19:01:38 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
19:01:38 <zodbot> The meeting name has been set to 'cpe_infra_/_releng_daily_standup'
19:01:38 <mboddu> #chair jednorozec mobrien Arrfab asaleh lenkaseg jrichardson zlopez bcapper t0xic0der ryanlerch patrikp
19:01:38 <zodbot> Current chairs: Arrfab asaleh bcapper jednorozec jrichardson lenkaseg mboddu mobrien patrikp ryanlerch t0xic0der zlopez
19:01:38 <mboddu> #info meeting is 30 minutes MAX. At the end of 30, it stops .
19:01:38 <mboddu> #info On Monday and Thursday we have video call https://meet.jit.si/fedorainfrastandup
19:01:38 <mboddu> #info agenda is at https://board.net/p/fedora-infra-daily
19:01:47 <mboddu> Kevin is on PTO this week
19:01:53 * mboddu looks at infra tickets
19:02:18 <mboddu> .ticket 10358
19:02:19 <zodbot> mboddu: Issue #10358: IPA backup fails on ipa03 and ipa02.stg - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/10358
19:03:15 <mboddu> Not sure about it, so med, med, ops
19:03:41 <mboddu> .ticket 10359
19:03:42 <zodbot> mboddu: Issue #10359: Cannot login to accounts.fpo (nor pagure or anywhere) - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/10359
19:04:31 <mboddu> Seems like some noggin issue, will ping abompard and set it to med, med, ops
19:05:06 <mboddu> .ticket 10360
19:05:08 <zodbot> mboddu: Issue #10360: Error while creating the keytab file on copr frontend-dev server - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/10360
19:05:21 <mboddu> med, med, ops
19:05:53 <mboddu> .ticket 10361
19:05:54 <zodbot> mboddu: Issue #10361: Fatal Error (500) accessing a PR - fedora-infrastructure - Pagure.io - https://pagure.io/fedora-infrastructure/issue/10361
19:06:38 <mboddu> Might be some db issue, can ping pingou about it
19:07:18 <mboddu> There are no releng tickets to process
19:07:31 <mboddu> If nothing else I will close the meeting in 2 min
19:07:46 <pmoura> nothing from me
19:10:57 * eddiejennings is probably too late.
19:11:37 <mboddu> pmoura: Your PR made some issues with syncing
19:11:58 <pmoura> what is happening?
19:13:26 <mboddu> ```Traceback (most recent call last):
19:13:27 <mboddu> File "/usr/local/bin/new-updates-sync", line 574, in <module>
19:13:27 <mboddu> main()
19:13:27 <mboddu> File "/usr/local/bin/new-updates-sync", line 571, in main
19:13:27 <mboddu> update_epel_release_latest(args.releases)
19:13:27 <mboddu> File "/usr/local/bin/new-updates-sync", line 529, in update_epel_release_latest
19:13:29 <mboddu> pkg_relpath = os.path.relpath(paths[release][pkg_name],EPELDEST)
19:13:31 <mboddu> File "/usr/lib64/python3.9/posixpath.py", line 454, in relpath
19:13:33 <mboddu> raise ValueError("no path specified")
19:13:35 <mboddu> ValueError: no path specified```
19:14:26 <pmoura> no path specified?
19:14:58 <mboddu> Yup, I found out whats going on, trying to find the PR now
19:15:55 <mboddu> pmoura: I think https://pagure.io/fedora-infra/ansible/pull-request/869#_1__58 is the culprit
19:16:54 <mboddu> `path[:10]` returns "/pub/epel/n" for "/pub/epel/next/..."
19:17:16 <pmoura> ah I see it, that was the only way that I found how to distinguish pkgs names
19:18:23 <mboddu> That needs to be fixed, maybe having `if 'next' in path:...` something like that
19:19:42 <pmoura> ok, Ill investigate that
19:20:05 <mboddu> In the mean time, I reverted the commit
19:20:35 <mboddu> If nothing else I will close the meeting now
19:20:42 <mboddu> Thanks pmoura and eddiejennings for joining
19:20:47 <mboddu> #endmeeting