sisyphus -> deferred

parent 5e213d8c
...@@ -162,11 +162,11 @@ while true; do ...@@ -162,11 +162,11 @@ while true; do
printf " --nvidia Собрать дистрибутив с драйверами NVIDIA\n" printf " --nvidia Собрать дистрибутив с драйверами NVIDIA\n"
printf " --all Собрать все дистрибутивы (default + nvidia)\n" printf " --all Собрать все дистрибутивы (default + nvidia)\n"
printf " -r | --repos Установить используемые репозитории\n" printf " -r | --repos Установить используемые репозитории\n"
printf " (По умолчанию: sisyphus,ximper)\n" printf " (По умолчанию: deferred,ximper)\n"
printf " (репозитории используются тольок во время сборки)\n" printf " (репозитории используются тольок во время сборки)\n"
printf " --net | --network Использовать сетевые репозитории\n\n" printf " --net | --network Использовать сетевые репозитории\n\n"
printf " Репозитории:\n" printf " Репозитории:\n"
printf " - sisyphus\n" printf " - deferred\n"
printf " - ximper-additives\n" printf " - ximper-additives\n"
printf " - ximper-additives-devel\n" printf " - ximper-additives-devel\n"
printf " - hasher\n" printf " - hasher\n"
...@@ -227,7 +227,7 @@ while true; do ...@@ -227,7 +227,7 @@ while true; do
done done
if [ -z "$REPOS" ]; then if [ -z "$REPOS" ]; then
REPOS="sisyphus,ximper-additives" REPOS="deferred,ximper-additives"
fi fi
if [ -z "$APTCONF" ]; then if [ -z "$APTCONF" ]; then
......
...@@ -22,11 +22,11 @@ while true; do ...@@ -22,11 +22,11 @@ while true; do
printf " -h | --help Вывод этой справки\n" printf " -h | --help Вывод этой справки\n"
printf " -d | --dir Путь к tmp\n" printf " -d | --dir Путь к tmp\n"
printf " -r | --repos Установить используемые репозитории\n" printf " -r | --repos Установить используемые репозитории\n"
printf " (По умолчанию: sisyphus,ximper)\n" printf " (По умолчанию: deferred,ximper)\n"
printf " (репозитории используются тольок во время сборки)\n" printf " (репозитории используются тольок во время сборки)\n"
printf " --net | --network Использовать сетевые репозитории\n\n" printf " --net | --network Использовать сетевые репозитории\n\n"
printf " Репозитории:\n" printf " Репозитории:\n"
printf " - sisyphus\n" printf " - deferred\n"
printf " - ximper-additives\n" printf " - ximper-additives\n"
printf " - ximper-additives-devel\n" printf " - ximper-additives-devel\n"
printf " - hasher\n" printf " - hasher\n"
...@@ -56,9 +56,9 @@ SOURCES="$buildertmp/sources.list.ximper" ...@@ -56,9 +56,9 @@ SOURCES="$buildertmp/sources.list.ximper"
gen_sources() { gen_sources() {
for repo in $REPOS; do for repo in $REPOS; do
case "$repo" in case "$repo" in
sisyphus) deferred)
base_url="http://ftp.altlinux.org/pub/distributions/ALTLinux Sisyphus" base_url="https://download.etersoft.ru/pub/Etersoft Sisyphus/Deferred"
local_path="file:/var/ftp/ pub/ALTLinux/Sisyphus" local_path="file:/var/ftp/pub/Etersoft Sisyphus/Deferred"
if [ "$NETWORK" == "true" ]; then if [ "$NETWORK" == "true" ]; then
repo_path="$base_url" repo_path="$base_url"
else else
......
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