Quellcode durchsuchen

Merge pull request #33 from arthurlogilab/patch-1

#32 replace httpredir by deb.debian.org
master
Javier Bértoli vor 7 Jahren
Ursprung
Commit
39bcc23c54
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +2
    -2
      apt/map.jinja
  2. +2
    -2
      pillar.example

+ 2
- 2
apt/map.jinja Datei anzeigen

@@ -15,11 +15,11 @@
'remove_preferences': false,
'clean_preferences_d': false,
'default_keyserver': 'pool.sks-keyservers.net',
'default_url': 'http://httpredir.debian.org/debian/',
'default_url': 'http://deb.debian.org/debian/',
'repositories': {
'sane_default': {
'distro': distribution,
'url': 'http://httpredir.debian.org/debian/',
'url': 'http://deb.debian.org/debian/',
'arch': arch,
'comps': ['main'],
},

+ 2
- 2
pillar.example Datei anzeigen

@@ -52,7 +52,7 @@ apt:
type: [binary, source]
updates:
distro: stable-updates
url: http://httpredir.debian.org/debian/
url: http://deb.debian.org/debian/
comps: [main, contrib, non-free]
raspbian:
distro: wheezy
@@ -61,7 +61,7 @@ apt:
key_url: https://archive.raspbian.org/raspbian.public.key
debian-jessie:
distro: jessie
url: http://httpredir.debian.org/debian
url: http://deb.debian.org/debian
type: [source]
comps: [main, contrib, non-free]
dropbox:

Laden…
Abbrechen
Speichern