From 1fdd71b28eb73c9946e8df5aa2b2d6a8c5beb210 Mon Sep 17 00:00:00 2001 From: Juri Jensen Date: Mon, 26 Aug 2002 11:41:33 +0000 Subject: 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. --- apt/sources.list.DEBMIRROR.potato | 4 ++++ apt/sources.list.DEBMIRROR.woody | 4 ++++ apt/sources.list.da.potato | 6 ++++++ apt/sources.list.da.woody | 6 ++++++ apt/sources.list.us.potato | 6 ++++++ apt/sources.list.us.woody | 6 ++++++ 6 files changed, 32 insertions(+) create mode 100644 apt/sources.list.DEBMIRROR.potato create mode 100644 apt/sources.list.DEBMIRROR.woody create mode 100644 apt/sources.list.da.potato create mode 100644 apt/sources.list.da.woody create mode 100644 apt/sources.list.us.potato create mode 100644 apt/sources.list.us.woody (limited to 'apt') 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 -- cgit v1.2.3