Revert auto-guessing of repository URLs.

Basically, nothing good can come of more auto-guessing of this style.
dfaure has encountered issues with it, and I've run into a few yourself.
Just specify the right repository (and you should be using module-sets
by now anyways) and we'll all be OK. ;)
wilder
Michael Pyne 15 years ago
parent a12e84d8e3
commit 6ad18d0753
  1. 12
      kdesrc-build

@ -3242,18 +3242,6 @@ sub default_module_options
},
);
# Most KDE modules seem to be moving to git, but some remain in svn.
my @nonKDEgitModules = qw(
qt-copy kdesupport dbusmenu-qt
kdemultimedia kdeartwork kdeutils kdegraphics kdegames
kdetoys kdeedu kdenetwork kdeadmin kdeaccessibility
kdesdk kdereview
);
if (not list_has(@nonKDEgitModules, $module) and not has_base_module($module)) {
$options{'repository'} = "git://anongit.kde.org/$module";
}
# Hack to support default "tags" instead of default branches for kdesupport.
if ($branch =~ /^tags\//)
{

Loading…
Cancel
Save