| sakrecoer | appologies for sending the meeting notes a bit in the last minute. I've had some issues with my todolist after a crash, but it should be addressed now. | 11:43 |
|---|---|---|
| sakrecoer | hugs from cold but sunny Stockholm | 11:44 |
| sakrecoer | and happy GNU year! | 11:44 |
| bgstack15 | LeePen: did you delete the build job on Jenkins for freeipa? It was build 2270, and it is missing in the list! https://jenkins.devuan.dev/job/devuan-package-builder/2270 | 14:03 |
| bgstack15 | I wouldn't be surprised in the test suite was broken and could hang the system so I understand if you had to purge it to be safe, but I can't examine any logs about it. | 14:03 |
| LeePen | bgstack15: no, failed builds get deleted automatically after a while. SO you have to examine the logs fairly promptly. | 14:04 |
| bgstack15 | Ah, fascinating. I will be more diligent with the one I have just started anew. | 14:05 |
| LeePen | Otherwise we would be submerged in logs of useless failures | 14:05 |
| LeePen | If we could do with keeping them a bit longer, it is an easy config change: https://git.devuan.org/devuan/package-pipeline/src/branch/master/Jenkinsfile#L18 | 14:07 |
| LeePen | Actually, that is the wrong branch. Better: https://git.devuan.org/devuan/package-pipeline/src/branch/deployment/Jenkinsfile#L21 | 14:08 |
| LeePen | bgstack15: Hmmm, you have rebased rather than merged, so it is hard to see what has changed from the previous version to cause the bash_completions install failure. | 14:17 |
| LeePen | (sorry for mentioning that again!) | 14:17 |
| bgstack15 | I knew that would come up if you saw this. Can't you just `git diff devuan/b4.11.1-2devuan1 devuan/b4.12.2-1devuan1`? | 14:18 |
| bgstack15 | mkdir: cannot create directory '/build/freeipa-4.11.1/debian/tmp/usr/share/bash-completion/completions': Permission denied | 14:21 |
| bgstack15 | Seems rather odd to me that a dpkg can't mkdir in its build path | 14:21 |
| LeePen | Maybe, but devuan/b4.11.1-2devuan1 doesn't seem to exist. | 14:23 |
| bgstack15 | devuan/b4.11.1-1devuan1 | 14:24 |
| bgstack15 | sorry, got a wrong release number in there | 14:24 |
| LeePen | There is some discrepancy in d/rules: | 14:26 |
| LeePen | which says | 14:26 |
| bgstack15 | Grrr, I never pushed branch "suites/unstable" | 14:26 |
| LeePen | https://git.devuan.org/devuan/freeipa/src/tag/devuan/4.12.2-1devuan1/debian/rules#L87 | 14:26 |
| LeePen | mkdir -p $(DESTDIR)/usr/share/bash-completion/completions | 14:26 |
| LeePen | mv $(DESTDIR)/etc/bash_completion.d/ipa $(DESTDIR)/usr/share/bash-completion/completions | 14:26 |
| LeePen | whereas the build is doing | 14:26 |
| LeePen | mkdir -p /build/freeipa-4.11.1/debian/tmp/usr/share/bash-completion/completions | 14:27 |
| LeePen | install -m 0644 contrib/completion/ipa.bash_completion /build/freeipa-4.11.1/debian/tmp/usr/share/bash-completion/completions/ipa | 14:27 |
| bgstack15 | If I were able to understand the blasted merge strategy, perhaps I would avoid this type of problem. | 14:27 |
| bgstack15 | OK, fixed some tag and git stuff; no contents yet. But ideally now we can try to build 4.12.2 which has the bash-completion stuff it was trying to install... | 14:34 |
| LeePen | Looks better | 14:38 |
| LeePen | thanks | 14:39 |
| bgstack15 | Thank you for keeping me doing the right thing, even if I do it in a sub-standard way. | 14:46 |
| bgstack15 | Freeipa is important to me, but other people spurring me to package it correctly is helpful! | 14:46 |
| LeePen | :) | 14:48 |
| donotshake | Hi, I saw the note about excalibur ISOs is still on the mirror sites and the last builds were in October. So I started to poke around with the git repo and built the ISOs. The script seems to work okay and I've created all the ISOs and mirrored them on my server. In testing, the netinstall and desktop ISOs install fine in VMs. Haven't tested the server build. | 18:22 |
Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!