Skip Menu |

This queue is for tickets about the PerlBuildSystem CPAN distribution.

Report information
The Basics
Id: 16291
Status: resolved
Worked: 30 min
Priority: 0/
Queue: PerlBuildSystem

People
Owner: Nobody in particular
Requestors: nadim [...] khemir.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: synchronized and unsynchronized dependency caches
if the depender find a valid cache and an unsynched cache exists, a trigger must be set. if the node cached has multiple dependent; it is possible that one of the dependent is build with the unsynched cache and the other with a synched cache. (this happends if the build is interrupted only) The right thing to do is to trigger if both caches are found.