From 2be65c76d44ad230276a886b49aca56951b05b78 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Thu, 31 Mar 2011 20:24:04 +0000 Subject: [PATCH 1/1] remove create-db-option (it's a noop anyways) --- bin/wanna-build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/wanna-build b/bin/wanna-build index 9ef7863..fd9d3a2 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -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 -- 2.39.2