sonatype-nexus-community / nexus-repository-apt

A Nexus Repository 3 plugin that allows usage of apt repositories
Eclipse Public License 1.0
105 stars 50 forks source link

Use LF as line separator by removing CRs (for deployment under IIS on Windows) #98

Closed gschizas closed 5 years ago

gschizas commented 5 years ago

This change allows the nexus apt repository plugin to run on Windows (IIS), by removing CR as a line separator while all three index files (Release, InRelease, Release.gpg) are created

This fixes #65, in a less hacky way than before.

bhamail commented 5 years ago

APT is now part of Nexus Repository Manager. Version 3.17.0 includes the APT plugin by default. If this is still an issue if using 3.17.0 or later please file an issue at https://issues.sonatype.org/. Links to the new source code location are in the top level README.md