craigwblake / redline

Pure Java Rpm Library
http://redline-rpm.org
MIT License
128 stars 97 forks source link

redline-1.2.3 breaks gradle-ospackage-plugin test suite #109

Closed sc1478 closed 6 years ago

sc1478 commented 8 years ago

Version 1.2.3 is not passing the gradle-ospackage-plugin test suite. Details are at https://travis-ci.org/nebula-plugins/gradle-ospackage-plugin/builds/159733276 .

This seems to have been caused by this pull request Feature/multiple dependency support #101 . By returning to a LinkedList implementation of storage, this PR seems to have lost the duplicate-prevention feature that was in version 1.2.2.

craigwblake commented 8 years ago

This should be fixed with the PR merged. I'll get another patch release out as soon as possible.

aguther commented 8 years ago

Thank you for fixing!