2015-03-23 13:39:43 |
Rolf Leggewie |
description |
I switched all Ubuntu related feeds from the standard http protocol to the mirror protocol
deb mirror://oss.leggewie.org/ubuntu-mirrors.php trusty-proposed main restricted universe multiverse
That broke my pinning, especially to prevent automatic installations from -proposed and -backports.
+--[ /etc/apt/preferences ]
|
| ## PIN by release ##
| Package: *
| Pin: release a=*-proposed
| Pin-Priority: 98
|
| Package: *
| Pin: release a=*-backports
| Pin-Priority: 97
|
+--
This would no longer pin down -proposed and -backports. |
I switched all Ubuntu related feeds from the standard http protocol to the mirror protocol
deb mirror://oss.leggewie.org/ubuntu-mirrors.php trusty-proposed main
That broke my pinning, especially to prevent automatic installations from -proposed and -backports.
+--[ /etc/apt/preferences ]
|
| ## PIN by release ##
| Package: *
| Pin: release a=*-proposed
| Pin-Priority: 98
|
| Package: *
| Pin: release a=*-backports
| Pin-Priority: 97
|
+--
This would no longer pin down -proposed and -backports. |
|