Commit e93dfa9c by Reto Gantenbein

Adjust indenting

parent 509140b0
...@@ -820,14 +820,14 @@ setup_repositories() ...@@ -820,14 +820,14 @@ setup_repositories()
# if no mirror given, get an appropriate mirror from the mirror list # if no mirror given, get an appropriate mirror from the mirror list
if [ -z "${mirror}" ] if [ -z "${mirror}" ]
then then
get_mirrors "${release}" "${target_arch}" || return $? get_mirrors "${release}" "${target_arch}" || return $?
else else
# construct release-specific mirror url # construct release-specific mirror url
mirror="${mirror}/linux/releases/${release}/Everything/${target_arch}/os" mirror="${mirror}/linux/releases/${release}/Everything/${target_arch}/os"
fi fi
for mirror_url in ${mirror:-${mirror_urls}} for mirror_url in ${mirror:-${mirror_urls}}
do do
local release_url="${mirror_url}/Packages/f" local release_url="${mirror_url}/Packages/f"
for pkg in fedora-release-${release} fedora-repos-${release} for pkg in fedora-release-${release} fedora-repos-${release}
......
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