mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-03 16:14:23 +01:00
etc/sources.list: rm EOL distributions
This commit is contained in:
parent
cc39aa3a2e
commit
b2f590f357
@ -1,43 +0,0 @@
|
|||||||
## Main repositories
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse
|
|
||||||
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
|
|
||||||
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
|
|
||||||
|
|
||||||
## Backports
|
|
||||||
## https://help.ubuntu.com/community/UbuntuBackports
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse
|
|
||||||
|
|
||||||
## Pre-release updates
|
|
||||||
## https://wiki.ubuntu.com/Testing/EnableProposed
|
|
||||||
#deb mirror://mirrors.ubuntu.com/mirrors.txt precise-proposed main restricted universe multiverse
|
|
||||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-proposed main restricted universe multiverse
|
|
||||||
|
|
||||||
## Proprietary and closed-source software
|
|
||||||
deb http://archive.canonical.com/ubuntu precise partner
|
|
||||||
deb-src http://archive.canonical.com/ubuntu precise partner
|
|
||||||
|
|
||||||
## New applications not in repositories during release
|
|
||||||
deb http://extras.ubuntu.com/ubuntu precise main
|
|
||||||
deb-src http://extras.ubuntu.com/ubuntu precise main
|
|
||||||
|
|
||||||
## Non-built-in debug symbol packages
|
|
||||||
## https://wiki.ubuntu.com/DebuggingProgramCrash
|
|
||||||
## sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01
|
|
||||||
#deb http://ddebs.ubuntu.com precise main restricted universe multiverse
|
|
||||||
#deb http://ddebs.ubuntu.com precise-updates main restricted universe multiverse
|
|
||||||
## Ignore unless you have enabled proposed
|
|
||||||
#deb http://ddebs.ubuntu.com precise-proposed main restricted universe multiverse
|
|
||||||
|
|
||||||
## Ubuntu MATE
|
|
||||||
## apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 709A860A600B9A61FEF5346AFB01CC26162506E7
|
|
||||||
#deb http://ppa.launchpad.net/ubuntu-mate-dev/precise-mate/ubuntu precise main
|
|
||||||
#deb-src http://ppa.launchpad.net/ubuntu-mate-dev/precise-mate/ubuntu precise main
|
|
||||||
## apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 709A860A600B9A61FEF5346AFB01CC26162506E7
|
|
||||||
#deb http://ppa.launchpad.net/ubuntu-mate-dev/ppa/ubuntu precise main
|
|
||||||
#deb-src http://ppa.launchpad.net/ubuntu-mate-dev/ppa/ubuntu precise main
|
|
@ -1,36 +0,0 @@
|
|||||||
## Main repositories
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt wily main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt wily main restricted universe multiverse
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt wily-updates main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt wily-updates main restricted universe multiverse
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt wily-security main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt wily-security main restricted universe multiverse
|
|
||||||
deb http://security.ubuntu.com/ubuntu wily-security main restricted universe multiverse
|
|
||||||
deb-src http://security.ubuntu.com/ubuntu wily-security main restricted universe multiverse
|
|
||||||
|
|
||||||
## Backports
|
|
||||||
## https://help.ubuntu.com/community/UbuntuBackports
|
|
||||||
deb mirror://mirrors.ubuntu.com/mirrors.txt wily-backports main restricted universe multiverse
|
|
||||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt wily-backports main restricted universe multiverse
|
|
||||||
|
|
||||||
## Pre-release updates
|
|
||||||
## https://wiki.ubuntu.com/Testing/EnableProposed
|
|
||||||
#deb mirror://mirrors.ubuntu.com/mirrors.txt wily-proposed main restricted universe multiverse
|
|
||||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt wily-proposed main restricted universe multiverse
|
|
||||||
|
|
||||||
## Proprietary and closed-source software
|
|
||||||
deb http://archive.canonical.com/ubuntu wily partner
|
|
||||||
deb-src http://archive.canonical.com/ubuntu wily partner
|
|
||||||
|
|
||||||
## Non-built-in debug symbol packages
|
|
||||||
## https://wiki.ubuntu.com/DebuggingProgramCrash
|
|
||||||
## sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01
|
|
||||||
#deb http://ddebs.ubuntu.com wily main restricted universe multiverse
|
|
||||||
#deb http://ddebs.ubuntu.com wily-updates main restricted universe multiverse
|
|
||||||
## Ignore unless you have enabled proposed
|
|
||||||
#deb http://ddebs.ubuntu.com wily-proposed main restricted universe multiverse
|
|
||||||
|
|
||||||
## Ubuntu MATE
|
|
||||||
## apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 709A860A600B9A61FEF5346AFB01CC26162506E7
|
|
||||||
#deb http://ppa.launchpad.net/ubuntu-mate-dev/wily-mate/ubuntu wily main
|
|
||||||
#deb-src http://ppa.launchpad.net/ubuntu-mate-dev/wily-mate/ubuntu wily main
|
|
Loading…
Reference in New Issue
Block a user