From 3c7335d424065bdb4dd883ff220c2cc27547a355 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 18 Aug 2012 18:41:39 -0400 Subject: [PATCH] Export tarball data for kde-projects. The failure to do so at this point means that git-clone will not use the tarball snapshot even though it's available, which is not going to help KDE git infrastructure at all. BUG:305408 FIXED-IN:1.16 --- kdesrc-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdesrc-build b/kdesrc-build index 0ace4ab..6288062 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -1401,7 +1401,7 @@ EOF } # For git repos we want to retain the repository data and any snapshot # tarballs available. - elsif ($element eq 'url' && $attrs{'protocol'} eq 'git') { + elsif ($element eq 'url') { $curRepository->{'needs'} = # this proto | needs this attr set $attrs{'protocol'} eq 'git' ? 'repo' :