Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 30b10641e13e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e69fd930ed1b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 28, 2019

  1. nexus: 3.18.1-01 -> 3.19.1-01

    Relevant release notes:
    
    * https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.19.1
    * https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.19.0
    
    Also added `preferLocalBuild = true;` to prevent builds on remote
    machines as this only means elevated network access (tarball is fetched
    locally and uploaded to the builder) and the build is fairly trivial.
    
    To fix the startup I had to add the JVM parameter `java.endorsed.dirs`
    to ensure that all libraries are loaded properly[1].
    
    [1] https://issues.sonatype.org/browse/NEXUS-21603
    Ma27 committed Oct 28, 2019
    Copy the full SHA
    df77270 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Merge pull request #72193 from Ma27/bump-nexus

    nexus: 3.18.1-01 -> 3.19.1-01
    c0bw3b committed Nov 1, 2019
    Copy the full SHA
    e69fd93 View commit details
    Browse the repository at this point in the history