Re: [voidlinux/void-packages] Tracking bug: Server infrastructure
move TODO (#5449)
kc is updating now. I changed the name on the rsyncd stanza without thinking about the other mirrors.
@chneukirchen The buildbot configuration is committed at https://github.com/the-maldridge/void-infrastructure/blob/root-mirror/roles/buildmaster/templates/master.cfg.j2 PR is welcome to change the IRC message format.
* [ ] signing is broken:
```
[root@build bin]# cat /etc/cron.d/buildmaster_repomgmt
* * * * * void-repomaster ${HOME}/bin/xbps-sign-repos.sh >/dev/null 2>&1
0 2 * * * void-repomaster ${HOME}/bin/xbps-clean-repos.sh
```
The scripts can't be found, because they don't have the `.sh` suffix. Corrected version:
```
[root@build bin]# cat /etc/cron.d/buildmaster_repomgmt
* * * * * void-repomaster ${HOME}/bin/xbps-sign-repos >/dev/null 2>&1
0 2 * * * void-repomaster ${HOME}/bin/xbps-clean-repos
```
* [ ] wrong permissions of /usr/lib/python2.7/site-packages/zope.event-4.2.0.dist-info: no perms for ```o```
@Gottox I'm inclined to say that's a package error, I had similar issues with the buildmaster which is why its a virtualenv install (I assume this is on the buildslave)
I've never experienced it before. maybe a umask issue?
Plausible, @dinoocch, can you weigh in on this?
- [ ] .xz, .xbps, .sig are served with content-type text/html
@ebfe, changing that as we speak.
@Gottox Signing filename now fixed.
@ebfe the default_type is now application/octet-stream
[ ] aarch64 packages have not been signed back to Jan 3.
@chneukirchen tor has been up and running for a few days now, can we go ahead and check that off?
* [ ] sources.voidlinux.eu is missing ssl.
@Gottox sources.voidlinux.eu now has SSL
Issues list