Re: [voidlinux/void-packages] Tracking bug: Server infrastructure move TODO (#5449)

Michael Aldridge at Mon, 02 Jan 2017 13:24:40 -0800
kc is updating now. I changed the name on the rsyncd stanza without thinking about the other mirrors.
Michael Aldridge at Mon, 02 Jan 2017 13:30:20 -0800
@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.
Enno Boland at Tue, 03 Jan 2017 02:04:52 -0800
* [ ] 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 ```
Enno Boland at Tue, 03 Jan 2017 06:14:37 -0800
* [ ] wrong permissions of /usr/lib/python2.7/site-packages/zope.event-4.2.0.dist-info: no perms for ```o```
Michael Aldridge at Tue, 03 Jan 2017 16:54:51 -0800
@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)
Enno Boland at Tue, 03 Jan 2017 22:51:38 -0800
I've never experienced it before. maybe a umask issue?
Michael Aldridge at Tue, 03 Jan 2017 23:02:01 -0800
Plausible, @dinoocch, can you weigh in on this?
Michael Gehring at Sat, 07 Jan 2017 00:08:20 -0800
- [ ] .xz, .xbps, .sig are served with content-type text/html
Michael Aldridge at Sat, 07 Jan 2017 00:09:01 -0800
@ebfe, changing that as we speak.
Michael Aldridge at Sat, 07 Jan 2017 00:09:40 -0800
@Gottox Signing filename now fixed.
Michael Aldridge at Sat, 07 Jan 2017 00:50:11 -0800
@ebfe the default_type is now application/octet-stream
Christian Neukirchen at Wed, 11 Jan 2017 04:16:22 -0800
[ ] aarch64 packages have not been signed back to Jan 3.
Michael Aldridge at Fri, 13 Jan 2017 11:51:22 -0800
@chneukirchen tor has been up and running for a few days now, can we go ahead and check that off?
Enno Boland at Fri, 13 Jan 2017 11:53:17 -0800
* [ ] sources.voidlinux.eu is missing ssl.
Michael Aldridge at Fri, 13 Jan 2017 20:30:12 -0800
@Gottox sources.voidlinux.eu now has SSL
Enno Boland at Sat, 11 Feb 2017 01:12:43 -0800
Closed #5449.