Commit a4b6bdfc authored by Scotty Logan's avatar Scotty Logan
Browse files

renamed some files, cleaned up old files

parent b45bcfd6
Loading
Loading
Loading
Loading
+0 −0

File moved.

data/Debian/Debian/8/armv7l.yaml

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
# data/Debian/Debian/8
# defaults for Debian 8.x (jessie) armv7l systems (Raspberry Pis)
---
base::docker_package: docker-hypriot
base::apt_sources:
  main:
    comment:  "Raspbian APT Repo"
    location: http://mirrordirector.raspbian.org/raspbian/
    repos:
      - main
      - contrib
      - non-free
      - firmware
      - rpi
    key:
      id: A0DA38D0D76E8B5D638872819165938D90FDDD2E
      server: keyserver.ubuntu.com
  raspberrypi:
    comment:  "Raspberry Pi Foundation APT Repo"
    location: https://archive.raspberrypi.org/debian/
    repos: main
    key:
      id: CF8A1AF502A2AA2D763BAE7E82B129927FA3303E
      server: keyserver.ubuntu.com
  docker:
    comment:  "Hypriot Raspberry Pi Docker APT Repo"
    location: https://packagecloud.io/Hypriot/Schatzkiste/debian/
    repos: main
    key:
      id: 418A7F2FB0E1E6E7EABF6FE8C2E73424D59097AB
      server: keyserver.ubuntu.com

data/Debian/Debian/default.yaml

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
# data/Debian/Debian/default.yaml
# generic defaults for real Debian systems
---
base::apt_sources:
  main:
    comment:  "Debian APT Repo"
    location: http://httpredir.debian.org/debian
    repos:
      - main
      - contrib
      - non-free

  updates:
    comment: "Debian Updates APT Repo"
    location: http://httpredir.debian.org/debian
    release: "%{lsbdistcodename}-updates"
    repos:
      - main
      - contrib
      - non-free

  security:
    comment: "Debian Security APT Repo"
    location: http://security.debian.org/
    release: "%{lsbdistcodename}/updates"
    repos:
      - main
      - contrib
      - non-free
Loading