/etc/apt-venv.conf is in apt-venv 1.0.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | {
"distributions": {
"debian": {
"releases": ["oldstable", "stable", "testing", "unstable", "experimental"],
"sourceslist": "deb http://http.debian.net/debian %(release)s main\ndeb-src http://http.debian.net/debian %(release)s main"
},
"ubuntu": {
"releases": ["lucid", "precise", "trusty", "utopic"],
"sourceslist": "deb http://archive.ubuntu.com/ubuntu/ %(release)s main universe restricted multiverse\ndeb-src http://archive.ubuntu.com/ubuntu/ %(release)s main universe restricted multiverse\n\ndeb http://security.ubuntu.com/ubuntu %(release)s-security main universe restricted multiverse\ndeb-src http://security.ubuntu.com/ubuntu %(release)s-security main universe restricted multiverse\n\ndeb http://archive.ubuntu.com/ubuntu/ %(release)s-updates main universe restricted multiverse\ndeb-src http://archive.ubuntu.com/ubuntu/ %(release)s-updates main universe restricted multiverse"
}
}
}
|