Browse Source

Merge pull request #33 from arthurlogilab/patch-1

#32 replace httpredir by deb.debian.org
master
Javier Bértoli 7 years ago
parent
commit
39bcc23c54
No account linked to committer's email address
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      apt/map.jinja
  2. +2
    -2
      pillar.example

+ 2
- 2
apt/map.jinja View File

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

+ 2
- 2
pillar.example View File

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

Loading…
Cancel
Save