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
460e4052
Verified
Commit
460e4052
authored
Nov 12, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-distro: fix debug mode
parent
c7239af1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
build-distro
bin/build-distro
+6
-3
No files found.
bin/build-distro
View file @
460e4052
...
...
@@ -2,7 +2,7 @@
BUILDERDIR
=
$(
realpath
"
$(
dirname
"
$0
"
)
"
/..
)
#DEBUG=false
DEBUG
=
0
ALLDISTROS
=
false
NVIDIA
=
false
CLEAN
=
false
...
...
@@ -40,6 +40,9 @@ print_build_info() {
else
print_green
"VERSION:
$VER
"
fi
if
[
"
$DEBUG
"
==
"1"
]
;
then
print_yellow
"MODE: Debug"
fi
print_green
"REPOSITORIES:
$REPOS
"
}
...
...
@@ -112,7 +115,7 @@ makebuild() {
handle_uncommitted_changes
# Выполнение команды make в зависимости от рабочего окружения и типа сборки
make
DISTRO_VERSION
=
"
$VER
"
APTCONF
=
"
$APTCONF
"
"ximper-
${
desktop_env
}${
iso_suffix
}
.iso"
make
D
EBUG
=
"
$DEBUG
"
D
ISTRO_VERSION
=
"
$VER
"
APTCONF
=
"
$APTCONF
"
"ximper-
${
desktop_env
}${
iso_suffix
}
.iso"
# Генерация имени файла
DFILENAME
=
"ximper-
${
desktop_env
}${
iso_suffix
}
-
${
VER
}
-
$(
date
+
"%Y_%m_%d_%H_%M"
)
"
...
...
@@ -183,7 +186,7 @@ while true; do
;;
--debug
)
echo
"ДЕБАГ ВКЛЮЧЕН"
# DEBUG=true
DEBUG
=
1
shift
;;
--clean
)
...
...
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