aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-07-02 09:17:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-07-02 09:17:15 +0000
commit45c001ad8e55ab0908076467d0e40157495dfbef (patch)
tree789299150438869a491927c5eb659ee528b359dc
parent10d492f382b77e4d6ded117c2385b5a97cc6c0ec (diff)
downloadmga-youri-submit-45c001ad8e55ab0908076467d0e40157495dfbef.tar
mga-youri-submit-45c001ad8e55ab0908076467d0e40157495dfbef.tar.gz
mga-youri-submit-45c001ad8e55ab0908076467d0e40157495dfbef.tar.bz2
mga-youri-submit-45c001ad8e55ab0908076467d0e40157495dfbef.tar.xz
mga-youri-submit-45c001ad8e55ab0908076467d0e40157495dfbef.zip
drop mdv specific stuff (mdv doesn't use this action anymore)
-rw-r--r--lib/Youri/Submit/Action/CVS.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Youri/Submit/Action/CVS.pm b/lib/Youri/Submit/Action/CVS.pm
index eab9937..b9a3741 100644
--- a/lib/Youri/Submit/Action/CVS.pm
+++ b/lib/Youri/Submit/Action/CVS.pm
@@ -36,17 +36,6 @@ sub run {
return unless $package->is_source();
- my $file = $package->get_file();
- my $dest = $repository->get_cvs_queue($package, $target, $define);
- $dest or return;
- system("install -d -m " . ($self->{_perms} + 111) . " $dest")
- unless -d $dest;
-
- # install file to new location
- system("install -m $self->{_perms} $file $dest");
-
- return 1;
-
my $name = $package->get_name();
my $version = $package->get_version();
my $release = $package->get_release();