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
588c6a5c
Verified
Commit
588c6a5c
authored
Nov 26, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ximper-devel repo
parent
a8cf9589
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
build-distro
bin/build-distro
+1
-0
gen-apt-conf
bin/gen-apt-conf
+16
-2
No files found.
bin/build-distro
View file @
588c6a5c
...
...
@@ -171,6 +171,7 @@ while true; do
printf
" Репозитории:
\n
"
printf
" - sisyphus
\n
"
printf
" - ximper
\n
"
printf
" - ximper-devel
\n
"
printf
" - hasher
\n
"
printf
"
\n
"
printf
" Прочее:
\n
"
...
...
bin/gen-apt-conf
View file @
588c6a5c
...
...
@@ -29,6 +29,7 @@ while true; do
printf
" Репозитории:
\n
"
printf
" - sisyphus
\n
"
printf
" - ximper
\n
"
printf
" - ximper-devel
\n
"
printf
" - hasher
\n
"
exit
0
;;
...
...
@@ -56,7 +57,7 @@ SOURCES="$buildertmp/sources.list.ximper"
gen_sources
()
{
for
repo
in
$REPOS
;
do
case
"
$repo
"
in
*
sisyphus
*
)
sisyphus
)
base_url
=
"http://ftp.altlinux.org/pub/distributions/ALTLinux Sisyphus"
local_path
=
"file:/var/ftp/ pub/ALTLinux/Sisyphus"
if
[
"
$NETWORK
"
==
"true"
]
;
then
...
...
@@ -70,7 +71,7 @@ rpm [alt] $repo_path/x86_64-i586 classic
rpm [alt]
$repo_path
/noarch classic
EOF
;;
*
ximper
*
)
ximper
)
base_url
=
"https://download.etersoft.ru/pub/download/ximper XimperLinuxRepository"
local_path
=
"file:/var/ftp/pub/download/ximper XimperLinuxRepository"
if
[
"
$NETWORK
"
==
"true"
]
;
then
...
...
@@ -83,6 +84,19 @@ rpm $repo_path/x86_64 addon
rpm
$repo_path
/noarch addon
EOF
;;
ximper-devel
)
base_url
=
"https://download.etersoft.ru/pub/Etersoft/XimperLinux/devel Repository"
local_path
=
"file:/var/ftp/pub/Etersoft/XimperLinux/devel Repository"
if
[
"
$NETWORK
"
==
"true"
]
;
then
repo_path
=
"
$base_url
"
else
repo_path
=
"
$local_path
"
fi
cat
<<
EOF
>> "
$SOURCES
"
rpm
$repo_path
/x86_64 addon
rpm
$repo_path
/noarch addon
EOF
;;
*
hasher
*
)
cat
<<
EOF
>> "
$SOURCES
"
rpm-dir file:/tmp/.private/
$USER
/hasher-sisyphus-64/ repo/x86_64 hasher
...
...
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