diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-02 09:18:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-02 09:18:52 +0000 |
commit | 09bd4c34ab665f1154025198f52f498b5d45e265 (patch) | |
tree | dee435c55783ba6f568d65699b364120d8e325d6 /lib | |
parent | 6757fc3c4d1594c60b067834a2fbe0a4df31e967 (diff) | |
download | mga-youri-core-09bd4c34ab665f1154025198f52f498b5d45e265.tar mga-youri-core-09bd4c34ab665f1154025198f52f498b5d45e265.tar.gz mga-youri-core-09bd4c34ab665f1154025198f52f498b5d45e265.tar.bz2 mga-youri-core-09bd4c34ab665f1154025198f52f498b5d45e265.tar.xz mga-youri-core-09bd4c34ab665f1154025198f52f498b5d45e265.zip |
drop ->get_cvs_queue
(was used by mdv's specific Youri::Submit::Action::CVS, but not used anymore)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Youri/Repository/Mandriva_upload.pm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Youri/Repository/Mandriva_upload.pm b/lib/Youri/Repository/Mandriva_upload.pm index 16ba33f..421d5f7 100644 --- a/lib/Youri/Repository/Mandriva_upload.pm +++ b/lib/Youri/Repository/Mandriva_upload.pm @@ -504,20 +504,6 @@ sub get_archive_dir { $self->{_archive_root} } -sub get_cvs_queue { - my ($self, $package, $target, $define) = @_; - croak "Not a class method" unless ref $self; - - my $section = _get_section($self, $package, $target, $define); - return if $section !~ /release|non-free/; - if ($section =~ /contrib/) { - return "$self->{_install_root}/cvs_queue/contrib" - } - if ($section !~ /main/) { - return "$self->{_install_root}/cvs_queue/main" - } -} - # 20060801 warly # |