]> git.decadent.org.uk Git - dak.git/commitdiff
Remove 'poolize' command from dak.py; it hasn't been there for ages
authorMark Hymers <mhy@debian.org>
Fri, 29 Jul 2011 13:23:12 +0000 (14:23 +0100)
committerMark Hymers <mhy@debian.org>
Fri, 29 Jul 2011 13:23:12 +0000 (14:23 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/dak.py
docs/README.first
docs/TODO.old

index 4d9ac076bf620eb46ec32c9c2e2307ed0a68a30b..579548c9470050bc8117f0db94074f4d0451cfbd 100755 (executable)
@@ -129,8 +129,6 @@ def init():
          "Generates Maintainers file for BTS etc"),
         ("make-overrides",
          "Generates override files"),
-        ("poolize",
-         "Move packages from dists/ to pool/"),
         ("new-security-install",
          "New way to install a security upload into the archive"),
         ("split-done",
index 10fcde93197741075dc22e0ccf16e44e3a88afd1..8ad674c352f448f161c90b4c803b813f3133b5c4 100644 (file)
@@ -46,7 +46,6 @@ o Information display:
 Generic and useful, but only for those with existing archives
 -------------------------------------------------------------
 
-o dak poolize - migrates packages from legacy locations to the pool
 o dak init-archive - initializes a projectb database from an exisiting archive
 
 Generic but not overly useful (in normal use)
@@ -88,7 +87,6 @@ Scripts invoked by other scripts
 --------------------------------
 
 o dak examine-package - invoked by 'dak process-new' to "check" NEW packages
-o dak symlink-dists - invoked by 'dak poolize' to determine packages still in legacy locations
 
                        How do I get started?
                        =====================
index 717b89ebbf1fad686a43481771c513ee9f375edb..2aa065deb966b7982b623367d4beb247e46746e3 100644 (file)
@@ -353,7 +353,6 @@ ls                        X          X
 make-maintainers          X             X
 make-overrides            X
 make-suite-file-list      X
-poolize                   X             X
 process-accepted          X             X
 process-new               X             X
 process-unchecked         X