Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-builder
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-builder
Commits
307ec7f5
Verified
Commit
307ec7f5
authored
Aug 20, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sisyphus -> deferred
parent
5e213d8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
build-distro
bin/build-distro
+3
-3
gen-apt-conf
bin/gen-apt-conf
+5
-5
No files found.
bin/build-distro
View file @
307ec7f5
...
...
@@ -162,11 +162,11 @@ while true; do
printf
" --nvidia Собрать дистрибутив с драйверами NVIDIA
\n
"
printf
" --all Собрать все дистрибутивы (default + nvidia)
\n
"
printf
" -r | --repos Установить используемые репозитории
\n
"
printf
" (По умолчанию:
sisyphus
,ximper)
\n
"
printf
" (По умолчанию:
deferred
,ximper)
\n
"
printf
" (репозитории используются тольок во время сборки)
\n
"
printf
" --net | --network Использовать сетевые репозитории
\n\n
"
printf
" Репозитории:
\n
"
printf
" -
sisyphus
\n
"
printf
" -
deferred
\n
"
printf
" - ximper-additives
\n
"
printf
" - ximper-additives-devel
\n
"
printf
" - hasher
\n
"
...
...
@@ -227,7 +227,7 @@ while true; do
done
if
[
-z
"
$REPOS
"
]
;
then
REPOS
=
"
sisyphus
,ximper-additives"
REPOS
=
"
deferred
,ximper-additives"
fi
if
[
-z
"
$APTCONF
"
]
;
then
...
...
bin/gen-apt-conf
View file @
307ec7f5
...
...
@@ -22,11 +22,11 @@ while true; do
printf
" -h | --help Вывод этой справки
\n
"
printf
" -d | --dir Путь к tmp
\n
"
printf
" -r | --repos Установить используемые репозитории
\n
"
printf
" (По умолчанию:
sisyphus
,ximper)
\n
"
printf
" (По умолчанию:
deferred
,ximper)
\n
"
printf
" (репозитории используются тольок во время сборки)
\n
"
printf
" --net | --network Использовать сетевые репозитории
\n\n
"
printf
" Репозитории:
\n
"
printf
" -
sisyphus
\n
"
printf
" -
deferred
\n
"
printf
" - ximper-additives
\n
"
printf
" - ximper-additives-devel
\n
"
printf
" - hasher
\n
"
...
...
@@ -56,9 +56,9 @@ SOURCES="$buildertmp/sources.list.ximper"
gen_sources
()
{
for
repo
in
$REPOS
;
do
case
"
$repo
"
in
sisyphus
)
base_url
=
"http
://ftp.altlinux.org/pub/distributions/ALTLinux Sisyphus
"
local_path
=
"file:/var/ftp/
pub/ALTLinux/Sisyphus
"
deferred
)
base_url
=
"http
s://download.etersoft.ru/pub/Etersoft Sisyphus/Deferred
"
local_path
=
"file:/var/ftp/
pub/Etersoft Sisyphus/Deferred
"
if
[
"
$NETWORK
"
==
"true"
]
;
then
repo_path
=
"
$base_url
"
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment