Selaa lähdekoodia

Remove references to Debian 7

Alex Payne 9 vuotta sitten
vanhempi
commit
69abd70297
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      CONTRIBUTING.md
  2. 1
    1
      roles/mailserver/tasks/dovecot.yml

+ 1
- 1
CONTRIBUTING.md Näytä tiedosto

@@ -7,4 +7,4 @@ You'll want to set up a [local development environment](https://github.com/sover
7 7
 Make sure you agree with the license (GPLv3). See [LICENSE.md](./LICENSE.md) for details.
8 8
 
9 9
 If you issue a pull request, please specify what distribution you used for testing (if any).
10
-Code that is committed to the master branch should work with both Debian 7 and Ubuntu 14.04 LTS (Debian 8 support is coming up).
10
+Code that is committed to the master branch should work with both Debian 8 "Jessie" and Ubuntu 14.04 LTS "Trusty".

+ 1
- 1
roles/mailserver/tasks/dovecot.yml Näytä tiedosto

@@ -1,4 +1,4 @@
1
-- name: Install Dovecot and related packages on distributions other than Debian 7
1
+- name: Install Dovecot and related packages
2 2
   apt: pkg={{ item }} update_cache=yes state=installed
3 3
   with_items:
4 4
     - dovecot-core

Loading…
Peruuta
Tallenna