summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2006-02-23 16:27:08 +0000
committerDaouda Lo <daouda@mandriva.com>2006-02-23 16:27:08 +0000
commit4282973b193192aa21060c386bd9bb2b0762f0b2 (patch)
treeb9f7d1af98ea44e988eb1a7175c8165c45b5c07c /mdkupdate
parentffa58cc585eee063758bf7a6bf22ec6c2bf249a9 (diff)
downloadmgaonline-4282973b193192aa21060c386bd9bb2b0762f0b2.tar
mgaonline-4282973b193192aa21060c386bd9bb2b0762f0b2.tar.gz
mgaonline-4282973b193192aa21060c386bd9bb2b0762f0b2.tar.bz2
mgaonline-4282973b193192aa21060c386bd9bb2b0762f0b2.tar.xz
mgaonline-4282973b193192aa21060c386bd9bb2b0762f0b2.zip
- remove unneeded vars
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdkupdate b/mdkupdate
index 946fe52d..dbd8b74c 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -27,11 +27,13 @@ use common;
use interactive;
use mdkonline;
-use Data::Dumper;
use urpm;
use Getopt::Long;
+# for debug
+use Data::Dumper;
+
BEGIN { unshift @::textdomains, 'mdkupdate' }
require_root_capability();
@@ -130,8 +132,6 @@ if (!$bundle) {
}
} else {
my $bundle_info;
- my $namespace = 'http://online3.mandriva.com/o/soap/';
- my $serviceProxy = $namespace;
my %bundle_vars = getVarsFromSh($bundle);
$wc->{USER_EMAIL} or system("/usr/sbin/mdkonline");