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
6b613d5c
Verified
Commit
6b613d5c
authored
Dec 11, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gen-apt-conf: update Ximper repos
parent
388abcf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
build-distro
bin/build-distro
+2
-2
gen-apt-conf
bin/gen-apt-conf
+5
-5
No files found.
bin/build-distro
View file @
6b613d5c
...
...
@@ -201,8 +201,8 @@ while true; do
printf
" --net | --network Использовать сетевые репозитории
\n\n
"
printf
" Репозитории:
\n
"
printf
" - sisyphus
\n
"
printf
" - ximper
\n
"
printf
" - ximper-additives
\n
"
printf
" - ximper-additives-devel
\n
"
printf
" - hasher
\n
"
printf
"
\n
"
printf
" Прочее:
\n
"
...
...
@@ -282,7 +282,7 @@ while true; do
done
if
[
-z
"
$REPOS
"
]
;
then
REPOS
=
"sisyphus,ximper"
REPOS
=
"sisyphus,ximper
-additives
"
fi
if
[
-z
"
$APTCONF
"
]
;
then
...
...
bin/gen-apt-conf
View file @
6b613d5c
...
...
@@ -28,8 +28,8 @@ while true; do
printf
" --net | --network Использовать сетевые репозитории
\n\n
"
printf
" Репозитории:
\n
"
printf
" - sisyphus
\n
"
printf
" - ximper
\n
"
printf
" - ximper-additives
\n
"
printf
" - ximper-additives-devel
\n
"
printf
" - hasher
\n
"
exit
0
;;
...
...
@@ -71,9 +71,9 @@ rpm [alt] $repo_path/x86_64-i586 classic
rpm [alt]
$repo_path
/noarch classic
EOF
;;
ximper
)
base_url
=
"https://download.etersoft.ru/pub/
download/ximper XimperLinuxRepository
"
local_path
=
"file:/var/ftp/pub/
download/ximper XimperLinuxRepository
"
ximper
-additives
)
base_url
=
"https://download.etersoft.ru/pub/
Etersoft/XimperLinux/Current Additives
"
local_path
=
"file:/var/ftp/pub/
Etersoft/XimperLinux/Current Additives
"
if
[
"
$NETWORK
"
==
"true"
]
;
then
repo_path
=
"
$base_url
"
else
...
...
@@ -84,7 +84,7 @@ rpm $repo_path/x86_64 addon
rpm
$repo_path
/noarch addon
EOF
;;
ximper-additives
)
ximper-additives
-devel
)
base_url
=
"https://download.etersoft.ru/pub/Etersoft/XimperLinux/Devel Additives"
local_path
=
"file:/var/ftp/pub/Etersoft/XimperLinux/Devel Additives"
if
[
"
$NETWORK
"
==
"true"
]
;
then
...
...
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