diff options
author | Juri Jensen <juri@xenux.dk> | 2002-08-26 11:41:33 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2002-08-26 11:41:33 +0000 |
commit | 1fdd71b28eb73c9946e8df5aa2b2d6a8c5beb210 (patch) | |
tree | 5285c9dabb4e9f94483a1544f0a119a9b093b923 /apt | |
parent | f35de598c0c6824cb91a77f87b0816e83737c11b (diff) |
cfengine: Added support for autoconfigure of apts sources list. This
implementation supports the use of a local mirror, http://debian/. Just
add clients in the DebMirrorClients class.
apt: Added sources.list files that uses a local Debian mirror. Added a
us.potato|woody and dk.potato|woody.
Diffstat (limited to 'apt')
-rw-r--r-- | apt/sources.list.DEBMIRROR.potato | 4 | ||||
-rw-r--r-- | apt/sources.list.DEBMIRROR.woody | 4 | ||||
-rw-r--r-- | apt/sources.list.da.potato | 6 | ||||
-rw-r--r-- | apt/sources.list.da.woody | 6 | ||||
-rw-r--r-- | apt/sources.list.us.potato | 6 | ||||
-rw-r--r-- | apt/sources.list.us.woody | 6 |
6 files changed, 32 insertions, 0 deletions
diff --git a/apt/sources.list.DEBMIRROR.potato b/apt/sources.list.DEBMIRROR.potato new file mode 100644 index 0000000..6b23e79 --- /dev/null +++ b/apt/sources.list.DEBMIRROR.potato @@ -0,0 +1,4 @@ +deb http://debian/debian potato main contrib non-free +deb http://debian/debian-non-US potato/non-US main contrib non-free +deb http://debian.jones.dk potato misc server +deb http://security.debian.org/ potato/updates main contrib non-free diff --git a/apt/sources.list.DEBMIRROR.woody b/apt/sources.list.DEBMIRROR.woody new file mode 100644 index 0000000..7f45a59 --- /dev/null +++ b/apt/sources.list.DEBMIRROR.woody @@ -0,0 +1,4 @@ +deb http://debian/debian woody main contrib non-free +deb http://debian/debian-non-US woody/non-US main contrib non-free +deb http://debian.jones.dk woody misc +deb http://security.debian.org/ woody/updates main contrib non-free diff --git a/apt/sources.list.da.potato b/apt/sources.list.da.potato new file mode 100644 index 0000000..813dcd3 --- /dev/null +++ b/apt/sources.list.da.potato @@ -0,0 +1,6 @@ +deb http://ftp.dk.debian.org/debian potato main contrib non-free +deb http://non-us.debian.org/debian-non-US potato/non-US main contrib non-free + +deb http://security.debian.org/ potato/updates main contrib non-free + +deb http://debian.jones.dk/ potato misc diff --git a/apt/sources.list.da.woody b/apt/sources.list.da.woody new file mode 100644 index 0000000..7206131 --- /dev/null +++ b/apt/sources.list.da.woody @@ -0,0 +1,6 @@ +deb http://ftp.dk.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://security.debian.org/ woody/updates main contrib non-free + +deb http://debian.jones.dk/ woody misc diff --git a/apt/sources.list.us.potato b/apt/sources.list.us.potato new file mode 100644 index 0000000..d6d1f52 --- /dev/null +++ b/apt/sources.list.us.potato @@ -0,0 +1,6 @@ +deb http://ftp.us.debian.org/debian potato main contrib non-free +deb http://non-us.debian.org/debian-non-US potato/non-US main contrib non-free + +deb http://security.debian.org/ potato/updates main contrib non-free + +deb http://debian.jones.dk/ potato misc diff --git a/apt/sources.list.us.woody b/apt/sources.list.us.woody new file mode 100644 index 0000000..6d6de9b --- /dev/null +++ b/apt/sources.list.us.woody @@ -0,0 +1,6 @@ +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://security.debian.org/ woody/updates main contrib non-free + +deb http://debian.jones.dk/ woody misc |