[PATCH] added source.list defaults for mode option
Osamu Aoki
osamu at debian.org
Tue Jul 29 14:52:12 UTC 2008
---
mode/dapper/sources.list | 1 +
mode/experimental/sources.list | 3 +++
mode/feisty/sources.list | 1 +
mode/gutsy/sources.list | 1 +
mode/hardy/sources.list | 1 +
mode/intrepid/sources.list | 1 +
mode/oldstable-backports/sources.list | 3 +++
mode/oldstable-proposed-updates/sources.list | 3 +++
mode/oldstable/sources.list | 2 ++
mode/stable-backports/sources.list | 3 +++
mode/stable-proposed-updates/sources.list | 3 +++
mode/stable/sources.list | 2 ++
mode/testing-proposed-updates/sources.list | 3 +++
mode/testing/sources.list | 2 ++
mode/unstable/sources.list | 1 +
15 files changed, 30 insertions(+), 0 deletions(-)
create mode 100644 mode/dapper/sources.list
create mode 100644 mode/experimental/sources.list
create mode 100644 mode/feisty/sources.list
create mode 100644 mode/gutsy/sources.list
create mode 100644 mode/hardy/sources.list
create mode 100644 mode/intrepid/sources.list
create mode 100644 mode/oldstable-backports/sources.list
create mode 100644 mode/oldstable-proposed-updates/sources.list
create mode 100644 mode/oldstable/sources.list
create mode 100644 mode/stable-backports/sources.list
create mode 100644 mode/stable-proposed-updates/sources.list
create mode 100644 mode/stable/sources.list
create mode 100644 mode/testing-proposed-updates/sources.list
create mode 100644 mode/testing/sources.list
create mode 100644 mode/unstable/sources.list
diff --git a/mode/dapper/sources.list b/mode/dapper/sources.list
new file mode 100644
index 0000000..6cc7dcc
--- /dev/null
+++ b/mode/dapper/sources.list
@@ -0,0 +1 @@
+deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
diff --git a/mode/experimental/sources.list b/mode/experimental/sources.list
new file mode 100644
index 0000000..93d7e35
--- /dev/null
+++ b/mode/experimental/sources.list
@@ -0,0 +1,3 @@
+deb @@@MIRRORSITE@@@ unstable @@@COMPONENTS@@@
+deb @@@MIRRORSITE@@@ experimental @@@COMPONENTS@@@
+#deb-src intentionally non-existent
diff --git a/mode/feisty/sources.list b/mode/feisty/sources.list
new file mode 100644
index 0000000..edb20b8
--- /dev/null
+++ b/mode/feisty/sources.list
@@ -0,0 +1 @@
+deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
diff --git a/mode/gutsy/sources.list b/mode/gutsy/sources.list
new file mode 100644
index 0000000..7088a75
--- /dev/null
+++ b/mode/gutsy/sources.list
@@ -0,0 +1 @@
+deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse
diff --git a/mode/hardy/sources.list b/mode/hardy/sources.list
new file mode 100644
index 0000000..245e93c
--- /dev/null
+++ b/mode/hardy/sources.list
@@ -0,0 +1 @@
+deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
diff --git a/mode/intrepid/sources.list b/mode/intrepid/sources.list
new file mode 100644
index 0000000..b3c4807
--- /dev/null
+++ b/mode/intrepid/sources.list
@@ -0,0 +1 @@
+deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
diff --git a/mode/oldstable-backports/sources.list b/mode/oldstable-backports/sources.list
new file mode 100644
index 0000000..64cf2ac
--- /dev/null
+++ b/mode/oldstable-backports/sources.list
@@ -0,0 +1,3 @@
+deb @@@MIRRORSITE@@@ oldstable @@@COMPONENTS@@@
+deb http://security.debian.org/ oldstable/updates @@@COMPONENTS@@@
+deb http://www.backports.org/debian @@@oldstable@@@-backports @@@COMPONENTS@@@
diff --git a/mode/oldstable-proposed-updates/sources.list b/mode/oldstable-proposed-updates/sources.list
new file mode 100644
index 0000000..ca410c0
--- /dev/null
+++ b/mode/oldstable-proposed-updates/sources.list
@@ -0,0 +1,3 @@
+deb @@@MIRRORSITE@@@ oldstable @@@COMPONENTS@@@
+deb @@@MIRRORSITE@@@ oldstable-proposed-updates @@@COMPONENTS@@@
+deb http://security.debian.org/ oldstable/updates @@@COMPONENTS@@@
diff --git a/mode/oldstable/sources.list b/mode/oldstable/sources.list
new file mode 100644
index 0000000..96949e3
--- /dev/null
+++ b/mode/oldstable/sources.list
@@ -0,0 +1,2 @@
+deb @@@MIRRORSITE@@@ oldstable @@@COMPONENTS@@@
+deb http://security.debian.org/ oldstable/updates @@@COMPONENTS@@@
diff --git a/mode/stable-backports/sources.list b/mode/stable-backports/sources.list
new file mode 100644
index 0000000..d33e449
--- /dev/null
+++ b/mode/stable-backports/sources.list
@@ -0,0 +1,3 @@
+deb @@@MIRRORSITE@@@ stable @@@COMPONENTS@@@
+deb http://security.debian.org/ stable/updates @@@COMPONENTS@@@
+deb http://www.backports.org/debian @@@stable@@@-backports @@@COMPONENTS@@@
diff --git a/mode/stable-proposed-updates/sources.list b/mode/stable-proposed-updates/sources.list
new file mode 100644
index 0000000..8c4dd92
--- /dev/null
+++ b/mode/stable-proposed-updates/sources.list
@@ -0,0 +1,3 @@
+deb @@@MIRRORSITE@@@ stable @@@COMPONENTS@@@
+deb @@@MIRRORSITE@@@ stable-proposed-updates @@@COMPONENTS@@@
+deb http://security.debian.org/ stable/updates @@@COMPONENTS@@@
diff --git a/mode/stable/sources.list b/mode/stable/sources.list
new file mode 100644
index 0000000..b90d509
--- /dev/null
+++ b/mode/stable/sources.list
@@ -0,0 +1,2 @@
+deb @@@MIRRORSITE@@@ stable @@@COMPONENTS@@@
+deb http://security.debian.org/ stable/updates @@@COMPONENTS@@@
diff --git a/mode/testing-proposed-updates/sources.list b/mode/testing-proposed-updates/sources.list
new file mode 100644
index 0000000..9cd4831
--- /dev/null
+++ b/mode/testing-proposed-updates/sources.list
@@ -0,0 +1,3 @@
+deb @@@MIRRORSITE@@@ testing @@@COMPONENTS@@@
+deb @@@MIRRORSITE@@@ testing-proposed-updates @@@COMPONENTS@@@
+deb http://security.debian.org/ testing/updates @@@COMPONENTS@@@
diff --git a/mode/testing/sources.list b/mode/testing/sources.list
new file mode 100644
index 0000000..df22aaa
--- /dev/null
+++ b/mode/testing/sources.list
@@ -0,0 +1,2 @@
+deb @@@MIRRORSITE@@@ testing @@@COMPONENTS@@@
+deb http://security.debian.org/ testing/updates @@@COMPONENTS@@@
diff --git a/mode/unstable/sources.list b/mode/unstable/sources.list
new file mode 100644
index 0000000..0cf4ff8
--- /dev/null
+++ b/mode/unstable/sources.list
@@ -0,0 +1 @@
+deb @@@MIRRORSITE@@@ unstable @@@COMPONENTS@@@
--
1.5.6.3
--HlL+5n6rz5pIUxbD
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0005-added-work-around-for-old-debsign.patch"
More information about the Pbuilder-maint
mailing list