close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 11, 2013, 2:10:48 PM (13 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = 2013-04-11 = |
| | 2 | |
| | 3 | == Debian APT == |
| | 4 | |
| | 5 | * 當混合 stable 跟 testing 版本時,可以在 /etc/apt/perferences.d 加入 perference 檔案 |
| | 6 | * [參考] http://jaqque.sbih.org/kplug/apt-pinning.html |
| | 7 | {{{ |
| | 8 | Package: * |
| | 9 | Pin: release a=stable |
| | 10 | Pin-Priority: 700 |
| | 11 | |
| | 12 | Package: * |
| | 13 | Pin: release a=testing |
| | 14 | Pin-Priority: 650 |
| | 15 | |
| | 16 | Package: * |
| | 17 | Pin: release a=unstable |
| | 18 | Pin-Priority: 600 |
| | 19 | }}} |