|
|
# Forget ebuilds that only have changed copyrights, unless that's all | # Forget ebuilds that only have changed copyrights, unless that's all |
# the changed files we have | # the changed files we have |
| |
@ebuilds = grep /\.ebuild$/, @files; |
if($vcs eq "cvs") { |
@files = grep !/\.ebuild$/, @files; |
@ebuilds = grep /\.ebuild$/, @files; |
|
@files = grep !/\.ebuild$/, @files; |
|
} |
| |
if (@ebuilds) { | if (@ebuilds) { |
if ($vcs eq "git") { | if ($vcs eq "git") { |