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

Commits on Jun 19, 2020

  1. Copy the full SHA
    a2a5aa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. nixos/nextcloud: update upgrade-path for nextcloud19

    Enhance the heuristics to make sure that a user doesn't accidentally
    upgrade across two major versions of Nextcloud (e.g. from v17 to v19).
    
    The original idea/discussion has been documented in the nixpkgs manual[1].
    
    This includes the following changes:
    
    * `nextcloud19` will be selected automatically when having a stateVersion
      greater or equal than 20.09. For existing setups, the package has to
      be selected manually to avoid accidental upgrades.
    
    * When using `nextcloud18` or older, a warning will be thrown which recommends
      upgrading to `nextcloud19`.
    
    * Added a brief paragraph about `nextcloud19` in the NixOS 19.09 release
      notes.
    
    * Restart `phpfpm` if the Nextcloud-package (`cfg.package`) changes[2].
    
    [1] https://nixos.org/nixos/manual/index.html#module-services-nextcloud-maintainer-info
    [2] #89427 (comment)
    Ma27 committed Jun 20, 2020
    Copy the full SHA
    f326e5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89427 from Ma27/nextcloud19

    nextcloud19: init at 19.0.0
    nlewo committed Jun 20, 2020
    Copy the full SHA
    2fd146f View commit details
    Browse the repository at this point in the history