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: 60232e269ed3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: aad7774d7cdd
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 20, 2017

  1. Fix atlassian services (optional attr. and systemd)

     - Properly handle optional configuration.
     - Use ExecStart/ExecStop instead of script/stopScript.
    
    (cherry picked from commit 3c06d9f)
    jbgi authored and globin committed Nov 20, 2017
    Copy the full SHA
    82a89f0 View commit details
    Browse the repository at this point in the history
  2. Atlassian apps: remove misleading JRE switch logic

     Only the Oracle JRE is supported by Atlassian appsAtlassian apps
     (see https://jira.atlassian.com/browse/JRASERVER-46152)
     Plus Atlassian apps are non free so the switch logic always chose
     Oracle JRE anyway.
     Option is kept in case someone want to patch apps to support openjdk.
    
    (cherry picked from commit 4f3d971)
    jbgi authored and globin committed Nov 20, 2017
    Copy the full SHA
    1811a74 View commit details
    Browse the repository at this point in the history
  3. atlassian-jira: 7.5.1 -> 7.5.2

    (cherry picked from commit d4622c6)
    jbgi authored and globin committed Nov 20, 2017
    Copy the full SHA
    7c0577b View commit details
    Browse the repository at this point in the history
  4. confluence: 6.4.2 -> 6.5.0

    (cherry picked from commit 1209773)
    jbgi authored and globin committed Nov 20, 2017
    Copy the full SHA
    a6c77f1 View commit details
    Browse the repository at this point in the history
  5. nixos/atlassian: Fix eval error in jrePackage

    The error got introduced by 4f3d971,
    which removed the *Text attributes from the option.
    
    This in turn leads to an evaluation error while building the
    manual/manpage, because oraclejre8 is marked unfree.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @jbgi, @orivej, @globin
    (cherry picked from commit 0e790b9)
    aszlig authored and globin committed Nov 20, 2017
    Copy the full SHA
    aad7774 View commit details
    Browse the repository at this point in the history