Commit 2582ceab authored by Vitaly Lipatov's avatar Vitaly Lipatov

release_upgrade: fix sign replacement

parent 0fa877e2
......@@ -33,7 +33,7 @@ __replace_alt_version_in_repo()
regexp_subst "/^ *#/! s!$1/branch!$2/branch!g" $i
# TODO: start with improve to [p8] - install some package firstly?
regexp_subst "/^ *#/! s!\[$1\]![alt]/branch!g" $i
regexp_subst "/^ *#/! s!\[$1\]![alt]!g" $i
done
docmd apt-repo list
}
......
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