You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
While working on reproducible builds for openSUSE, I found that xmvn creates .xml files with randomness
per setUuid( UUID.randomUUID().toString() )
in
xmvn-tools/xmvn-install/src/main/java/org/fedoraproject/xmvn/tools/install/JavaPackage.java
xmvn-tools/xmvn-install/src/main/java/org/fedoraproject/xmvn/tools/install/impl/DefaultArtifactInstaller.java
While working on reproducible builds for openSUSE, I found that
xmvncreates .xml files with randomnessper
setUuid( UUID.randomUUID().toString() )in
xmvn-tools/xmvn-install/src/main/java/org/fedoraproject/xmvn/tools/install/JavaPackage.java
xmvn-tools/xmvn-install/src/main/java/org/fedoraproject/xmvn/tools/install/impl/DefaultArtifactInstaller.java
previously filed at https://bugzilla.opensuse.org/show_bug.cgi?id=1162112
The text was updated successfully, but these errors were encountered: