aboutsummaryrefslogtreecommitdiffstats
path: root/qarepo
diff options
context:
space:
mode:
Diffstat (limited to 'qarepo')
-rw-r--r--qarepo1
1 files changed, 1 insertions, 0 deletions
diff --git a/qarepo b/qarepo
index 29962c5..b7629d7 100644
--- a/qarepo
+++ b/qarepo
@@ -386,6 +386,7 @@ sub set_qa_repo_info {
my $repo_name_and_url = `urpmq --list-url | grep '$qa_repo_name '`;
chomp($repo_name_and_url);
+ $repo_name_and_url =~ s#file://##;
$active_qa_repo = $repo_name_and_url =~ s/\Q$qa_repo_name\E\s+(\S+)\/$arch/$1/r;