Development
Ticket #11958 (Package shows up in one category only) created
hrev49015, gcc2h.
After having assigned BurnItNow to the Audio and Productivity categories in HDS, I noticed that the application only appears in one of them, Productivity.
Another example is BePDF which also shows up in Productivity, but not in System and Utilities.
Ticket #11957 (Let git checkout on buildbots retry on failure.) closed
Ok, in that particular case there was a config problem on the buildslave (firewalld/iptables was interfering with git). The slave has been fixed.
BeagleBoard: fix compilation of dtb.
Ticket #11957 (Let git checkout on buildbots retry on failure.) created
We have rather frequent failures on our bots similar to this: http://buildbot.haiku-os.org/builders/haiku-master-x86_hybrid/builds/1572
The build fails while checking out the source.
This is rather annoying as it is hard to detect actual build failures in these conditions (and it spams the IRC channel with failure then success notifications).
According to http://docs.buildbot.net/latest/manual/cfg-buildsteps.html the checkout step can have a retry parameter:
retry
If set, this specifies a tuple of (delay, repeats) which means that when a full VC checkout fails, it should be retried up to repeats times, waiting delay seconds between attempts. If you don't provide this, it defaults to None, which means VC operations should not be retried. This is provided to make life easier for buildslaves which are stuck behind poor network connections.
We should enable this, so these temporary failures are not too annoying.
Updated cdrtools. Added BurnItNow.
Ticket #11955 (RemoteDesktop regression : -c switch no longer applied) closed
Fixed in hrev49013.
