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
27578820
Verified
Commit
27578820
authored
Feb 20, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-distro: rewrite print_build_info
parent
1fb824ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
build-distro
bin/build-distro
+6
-11
No files found.
bin/build-distro
View file @
27578820
...
...
@@ -12,25 +12,21 @@ NETWORK=false
.
"
$(
dirname
"
$0
"
)
/common"
print_build_info
()
{
echo
"____________________"
print_blue
"VMDIR:
$VMDIR
"
print_blue
"PROFILESDIR:
$PROFILESDIR
"
print_blue
"APTCONF:
$APTCONF
"
echo
"____________________"
echo
"--------------------"
if
[
"
$VER
"
==
"devel"
]
;
then
print_yellow
"VERSION:
$VER
"
else
print_green
"VERSION:
$VER
"
fi
if
[
"
$DEBUG
"
==
"1"
]
;
then
print_yellow
"MODE: Debug"
fi
print_green
"REPOSITORIES:
$REPOS
"
print_blue
"DE:
${
DESKTOP_ENVS
[*]
}
"
[
"
$NVIDIA
"
==
true
]
||
[
"
$ALLDISTROS
"
==
true
]
&&
print_blue
"NVIDIA: yes"
print_blue
"REPOS:
$REPOS
"
[
"
$DEBUG
"
==
"1"
]
&&
print_yellow
"DEBUG: on"
echo
"--------------------"
}
cleartmp
()
{
[
"
$CLEAN
"
==
true
]
||
return
echo
"____________________"
"
$BUILDERDIR
"
/bin/cleartmp
-i
# shellcheck disable=SC2012
...
...
@@ -80,7 +76,6 @@ trap ifexit SIGINT SIGTERM
makebuild
()
{
cleartmp
echo
"____________________"
local
build_type
=
$1
desktop_env
=
$2
...
...
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