]> git.decadent.org.uk Git - dak.git/commitdiff
Kill etch
authorMark Hymers <mhy@debian.org>
Sun, 20 Jun 2010 20:12:57 +0000 (20:12 +0000)
committerMark Hymers <mhy@debian.org>
Sun, 20 Jun 2010 20:12:57 +0000 (20:12 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
config/debian/apt.conf
config/debian/cron.dinstall
config/debian/dak.conf
config/debian/dinstall.functions
dak/control_suite.py

index 4c01d303c2f2641171a5f1104fbf26d031b038c8..257470ec9f0edcd60b59e7a1142987892bd33cfd 100644 (file)
@@ -20,17 +20,17 @@ TreeDefault
    Contents::Header "/srv/ftp.debian.org/dak/config/debian/Contents.top";
 };
 
-tree "dists/oldstable-proposed-updates"
-{
-   FileList "/srv/ftp.debian.org/database/dists/oldstable-proposed-updates_$(SECTION)_binary-$(ARCH).list";
-   SourceFileList "/srv/ftp.debian.org/database/dists/oldstable-proposed-updates_$(SECTION)_source.list";
-   Sections "main contrib non-free";
-   Architectures "alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc source";
-   BinOverride "override.etch.$(SECTION)";
-   ExtraOverride "override.etch.extra.$(SECTION)";
-   SrcOverride "override.etch.$(SECTION).src";
-   Contents " ";
-};
+//tree "dists/oldstable-proposed-updates"
+//{
+//   FileList "/srv/ftp.debian.org/database/dists/oldstable-proposed-updates_$(SECTION)_binary-$(ARCH).list";
+//   SourceFileList "/srv/ftp.debian.org/database/dists/oldstable-proposed-updates_$(SECTION)_source.list";
+//   Sections "main contrib non-free";
+//   Architectures "alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc source";
+//   BinOverride "override.etch.$(SECTION)";
+//   ExtraOverride "override.etch.extra.$(SECTION)";
+//   SrcOverride "override.etch.$(SECTION).src";
+//   Contents " ";
+//};
 
 tree "dists/proposed-updates"
 {
@@ -81,17 +81,17 @@ tree "dists/unstable"
 
 // debian-installer
 
-tree "dists/oldstable-proposed-updates/main"
-{
-   FileList "/srv/ftp.debian.org/database/dists/oldstable-proposed-updates_main_$(SECTION)_binary-$(ARCH).list";
-   Sections "debian-installer";
-   Architectures "alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc";
-   BinOverride "override.etch.main.$(SECTION)";
-   SrcOverride "override.etch.main.src";
-   BinCacheDB "packages-debian-installer-$(ARCH).db";
-   Packages::Extensions ".udeb";
-   Contents " ";
-};
+//tree "dists/oldstable-proposed-updates/main"
+//{
+//   FileList "/srv/ftp.debian.org/database/dists/oldstable-proposed-updates_main_$(SECTION)_binary-$(ARCH).list";
+//   Sections "debian-installer";
+//   Architectures "alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc";
+//   BinOverride "override.etch.main.$(SECTION)";
+//   SrcOverride "override.etch.main.src";
+//   BinCacheDB "packages-debian-installer-$(ARCH).db";
+//   Packages::Extensions ".udeb";
+//   Contents " ";
+//};
 
 tree "dists/proposed-updates/main"
 {
index 61835f79e62aff8060f0e005cc7a7c27dc43d412..856548e659756600b25db59403b3d13e0191e2c0 100755 (executable)
@@ -214,13 +214,13 @@ GO=(
 )
 stage $GO
 
-GO=(
-    FUNC="opunew"
-    TIME="o-p-u-new"
-    ARGS="oldproposedupdates"
-    ERR="false"
-)
-stage $GO
+#GO=(
+#    FUNC="opunew"
+#    TIME="o-p-u-new"
+#    ARGS="oldproposedupdates"
+#    ERR="false"
+#)
+#stage $GO
 
 GO=(
     FUNC="newstage"
index bb7682b2e0ec48acb0e1b7a051e60b9b1d72873b..755e9188309c78583ae80f5a4e35ee58ef06f89b 100644 (file)
@@ -201,73 +201,6 @@ Check-Overrides
 
 Suite
 {
-  OldStable
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-       Announce "debian-changes@lists.debian.org";
-       // Version "4.0r1";
-       Origin "Debian";
-       // Description "Debian 4.0r1 Released 15 August 2007";
-       CodeName "etch";
-       OverrideCodeName "etch";
-       Priority "5";
-       ChangeLogBase "dists/oldstable/";
-       UdebComponents
-       {
-         main;
-         non-free;
-       };
-  };
-
-  Oldstable-Proposed-Updates
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-       Announce "debian-changes@lists.debian.org";
-       CopyChanges "dists/oldstable-proposed-updates/";
-       CopyDotDak "/srv/ftp.debian.org/queue/oldstable-proposed-updates/";
-       CommentsDir "/srv/ftp.debian.org/queue/o-p-u-new/COMMENTS/";
-       Version "4.0-updates";
-       Origin "Debian";
-       Description "Debian 4.0 Proposed Updates - Not Released";
-       CodeName "etch-proposed-updates";
-       OverrideCodeName "etch";
-       OverrideSuite "oldstable";
-       ValidTime 604800; // 7 days
-       Priority "4";
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           OldStable;
-         };
-         MustBeOlderThan
-         {
-           Stable;
-           Testing;
-           Unstable;
-           Experimental;
-         };
-         Enhances
-          {
-           OldStable;
-         };
-       };
-       UdebComponents
-       {
-         main;
-       };
-  };
-
   Stable
   {
        Components
@@ -400,27 +333,6 @@ Suite
        };
   };
 
-  Etch-m68k
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-       Announce "debian-testing-changes@lists.debian.org";
-       Origin "Debian";
-       Description "Debian Etch for m68k - Not Released";
-       CodeName "etch-m68k";
-       OverrideCodeName "etch";
-       Priority "5";
-       UdebComponents
-       {
-         main;
-         non-free;
-       };
-  };
-
   Unstable
   {
        Components
@@ -494,27 +406,25 @@ Suite
 
 SuiteMappings
 {
- "propup-version oldstable-security stable testing testing-proposed-updates unstable";
+# "propup-version oldstable-security stable testing testing-proposed-updates unstable";
  "propup-version stable-security testing testing-proposed-updates unstable";
  "propup-version testing-security unstable";
- "map etch oldstable";
  "map lenny stable";
  "map squeeze testing";
  "map sid unstable";
  "map rc-buggy experimental";
- "map oldstable oldstable-proposed-updates";
- "map oldstable-security oldstable-proposed-updates";
+# "map oldstable oldstable-proposed-updates";
+# "map oldstable-security oldstable-proposed-updates";
  "map stable proposed-updates";
  "map stable-security proposed-updates";
  "map stable-proposed-updates proposed-updates";
- "map-unreleased oldstable unstable";
+# "map-unreleased oldstable unstable";
  "map-unreleased stable unstable";
  "map-unreleased proposed-updates unstable";
  "map testing testing-proposed-updates";
  "map testing-security testing-proposed-updates";
  "map-unreleased testing unstable";
  "map-unreleased testing-proposed-updates unstable";
- "reject etch-m68k";
 };
 
 AutomaticByHandPackages {
index d3a7dc26d258f4a336eb7481b3f12c5e66608044..6e5376bd888aab1c8dc39b822c9a78fbbcbc16af 100644 (file)
@@ -387,7 +387,7 @@ function mkfilesindices() {
            done
     )
 
-    (cat ../arch-i386.files ../arch-amd64.files; zcat suite-oldstable.list.gz suite-proposed-updates.list.gz ; zcat translation-sid.list.gz ; zcat translation-squeeze.list.gz) |
+    (cat ../arch-i386.files ../arch-amd64.files; zcat suite-proposed-updates.list.gz ; zcat translation-sid.list.gz ; zcat translation-squeeze.list.gz) |
     sort -u | poolfirst > ../typical.files
 
     rm -f $ARCHLIST
index 7a979fa45ed1dffcbd25d46d64afe4048d8ec4ff..d8f8227b2320e4d8302670f4757a180c7a84a26e 100755 (executable)
@@ -302,7 +302,7 @@ def main ():
 
     # Safety/Sanity check
     # XXX: This should be stored in the database
-    if action == "set" and suite_name not in ["testing", "etch-m68k"]:
+    if action == "set" and suite_name not in ["testing"]:
         utils.fubar("Will not reset suite %s" % (suite_name))
 
     if action == "list":