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
b8a87010
Commit
b8a87010
authored
Feb 12, 2026
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gen-apt-conf: added substrates*
parent
ea6e76a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
gen-apt-conf
bin/gen-apt-conf
+27
-0
No files found.
bin/gen-apt-conf
View file @
b8a87010
...
...
@@ -111,6 +111,33 @@ rpm $repo_path/x86_64 addon
rpm
$repo_path
/noarch addon
EOF
;;
ximper-substrates
)
base_url
=
"https://download.etersoft.ru/pub/Etersoft/XimperLinux/Current Substrates"
local_path
=
"file:/var/ftp/pub/Etersoft/XimperLinux/Current Substrates"
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
;;
ximper-substrates-devel
)
base_url
=
"https://download.etersoft.ru/pub/Etersoft/XimperLinux/Devel Substrates"
local_path
=
"file:/var/ftp/pub/Etersoft/XimperLinux/Devel Substrates"
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