Commit 8ac14803 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repofix: mask apt-repo using

parent 609c93c6
......@@ -85,7 +85,7 @@ __subst_with_etersoft_url()
__fix_repo_to_etersoft()
{
local NN
apt-repo list | grep -v debuginfo | grep -v etersoft | grep -v "file:/" | while read nn ; do
a="" apt-repo list | grep -v debuginfo | grep -v etersoft | grep -v "file:/" | while read nn ; do
NN="$(__subst_with_etersoft_url "$nn")"
epm addrepo "$NN"
epm removerepo "$nn"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment