diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-21 16:21:29 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-21 16:21:29 +0100 |
commit | cc4caeae4d522e9f270ceba6a4a99e7ce1b6da26 (patch) | |
tree | 4842003437a40c0bb22d3b7b0fa69ab9aada12ad /vendor/raspbian/sources.list.in | |
parent | baaa6c6fbaa32880f08994b6f63c5141961702ea (diff) |
add apt-vendor for raspbian. Closes: #732749
Diffstat (limited to 'vendor/raspbian/sources.list.in')
-rw-r--r-- | vendor/raspbian/sources.list.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/raspbian/sources.list.in b/vendor/raspbian/sources.list.in new file mode 100644 index 000000000..29ddcc4d6 --- /dev/null +++ b/vendor/raspbian/sources.list.in @@ -0,0 +1,6 @@ +# See sources.list(5) manpage for more information +# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. +deb http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free |