If a user repeats a package name in a packages list worch will stupidly try to process that package twice which will normally Do Bad Things. I should filter the package list through a set to make them unique. This is in the deconf module and should be done in a general way so that all keytypes are handled the same.
If a user repeats a package name in a
packages
list worch will stupidly try to process that package twice which will normally Do Bad Things. I should filter the package list through a set to make them unique. This is in the deconf module and should be done in a general way so that all keytypes are handled the same.