diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-02-14 12:15:34 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-02-14 12:15:34 +0000 |
commit | 7afe4d91f97e938499cace610671dc91f81d436f (patch) | |
tree | 1cfbd694242d5bcca1ab05ea79010d4f8ae2f255 /apt | |
parent | 44b74ce2b11c07a38067be4d0067e559120537f2 (diff) |
apt: Add woody+sid sources.list and corresponding preferences for pinning.
Diffstat (limited to 'apt')
-rw-r--r-- | apt/preferences | 3 | ||||
-rw-r--r-- | apt/sources.list.us.woody+sid | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apt/preferences b/apt/preferences new file mode 100644 index 0000000..f288223 --- /dev/null +++ b/apt/preferences @@ -0,0 +1,3 @@ +Package: * +Pin: release a=testing +Pin-Priority: 600 diff --git a/apt/sources.list.us.woody+sid b/apt/sources.list.us.woody+sid new file mode 100644 index 0000000..cb4941a --- /dev/null +++ b/apt/sources.list.us.woody+sid @@ -0,0 +1,7 @@ +deb http://ftp.us.debian.org/debian woody main contrib non-free +deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free +deb http://ftp.us.debian.org/debian sid main contrib non-free +deb http://non-us.debian.org/debian-non-US sid/non-US main contrib non-free +deb http://security.debian.org/ stable/updates main contrib non-free + +deb http://debian.jones.dk/debian/local/ woody misc |