]> git.donarmstrong.com Git - wannabuild.git/commitdiff
remove create-db-option (it's a noop anyways)
authorAndreas Barth <aba@not.so.argh.org>
Thu, 31 Mar 2011 20:24:04 +0000 (20:24 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Thu, 31 Mar 2011 20:24:04 +0000 (20:24 +0000)
bin/wanna-build

index 9ef78632054ead7ea732c9e12e7faa3e4bdcf61e..fd9d3a2dc7cc3446069af9d0b444ea3cf95b2dc1 100755 (executable)
@@ -64,7 +64,7 @@ use Dpkg::Deps; # TODO: same
 
 our ($verbose, $mail_logs, $list_order, $list_state,
     $curr_date, $op_mode, $user, $real_user, $distribution,
-    $fail_reason, $opt_override, $import_from, $export_to, $opt_create_db,
+    $fail_reason, $opt_override, $import_from, $export_to,
     %prioval, %sectval,
     $info_all_dists, $arch,
     $short_date, $list_min_age, $list_max_age, $dbbase, @curr_time,
@@ -106,7 +106,6 @@ GetOptions(
     },
     'verbose|v'       => \$verbose,
     'override|o'      => \$opt_override,
-    'create-db'       => \$opt_create_db,
     'correct-compare' => \$WannaBuild::opt_correct_version_cmp,
 
     # TODO: remove after buildds no longer pass to wanna-build