Commit afd6e840 authored by Vitaly Lipatov's avatar Vitaly Lipatov

move repos to repos/srpms

parent 8bb279ba
...@@ -27,7 +27,7 @@ load_systems_list() ...@@ -27,7 +27,7 @@ load_systems_list()
#FTP[$IDX]=${line/.* \+/} #FTP[$IDX]=${line/.* \+/}
SYSURL[$IDX]=$(echo $line | sed -e "s|.* \+||g") SYSURL[$IDX]=$(echo $line | sed -e "s|.* \+||g")
IDX=$(($IDX+1)) IDX=$(($IDX+1))
done < $ETERBUILDETC/repos done < $ETERBUILDETC/repos/srpms
} }
list_systems() list_systems()
...@@ -37,7 +37,7 @@ list_systems() ...@@ -37,7 +37,7 @@ list_systems()
printf "[%-17s] %s\n" ${SYSNAME[$i]} ${SYSURL[$i]} printf "[%-17s] %s\n" ${SYSNAME[$i]} ${SYSURL[$i]}
done done
echo echo
echo "You can add system to /etc/eterbuild/repos" echo "You can add system to /etc/eterbuild/repos/srpms"
} }
html_filter() html_filter()
......
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