| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Support matching pins by regular expressions or glob() like patterns,
regular expressions have to be put between to slashes; for example,
/.*/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch which includes the following big changes:
- Declare the unused [vendor] field in sources.list as option field,
e.g. deb [arch=amd64,i386 lang=en_GB have=fun] http://example.org
- When fetching index files download them for all APT::Architectures
(overrideable with the options field above)
- Allow all architectures of APT::Architectures to be in the Cache
- Add the architecture to status and progress informations
- Add b= (Binary architecture) to policy
This commit doesn't incude the "pin-hack" as the Group structure will take
care of this (and does it already to some extend).
|
|
|
|
|
| |
* MatchType::Release checks first for archive than for codename equality
* new n= option in apt_preference to be able to pin based on a codeName
|
| |
|
|
|
|
|
|
| |
Author: jgg
Date: 2001-05-29 03:07:12 GMT
Fixed matching all releases
|
|
|
|
|
|
| |
Author: jgg
Date: 2001-05-07 04:24:08 GMT
G++3 fixes from Randolph
|
|
Author: jgg
Date: 2001-02-20 07:03:16 GMT
Join with aliencode
|