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
ea6e76a3
Commit
ea6e76a3
authored
Jan 16, 2026
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
0af14e8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
build-distro
bin/build-distro
+5
-5
No files found.
bin/build-distro
View file @
ea6e76a3
...
@@ -9,7 +9,7 @@ CLEAN=false
...
@@ -9,7 +9,7 @@ CLEAN=false
DESKTOP_ENVS
=()
# Список выбранных рабочих окружений (например, gnome, kde, hyprland)
DESKTOP_ENVS
=()
# Список выбранных рабочих окружений (например, gnome, kde, hyprland)
NETWORK
=
false
NETWORK
=
false
# базовые функции
# базовые функции
# shellcheck disable=SC1091
# shellcheck disable=SC1091
.
"
$BUILDERDIR
"
/bin/common
.
"
$BUILDERDIR
"
/bin/common
...
@@ -49,7 +49,7 @@ print_build_info() {
...
@@ -49,7 +49,7 @@ print_build_info() {
cleartmp
()
{
cleartmp
()
{
[
"
$CLEAN
"
==
true
]
||
return
[
"
$CLEAN
"
==
true
]
||
return
echo
"____________________"
echo
"____________________"
PROFILESDIR
=
$PROFILESDIR
"
$BUILDERDIR
"
/bin/cleartmp
-i
PROFILESDIR
=
$PROFILESDIR
"
$BUILDERDIR
"
/bin/cleartmp
-i
# shellcheck disable=SC2012
# shellcheck disable=SC2012
# Удаляем все, кроме самого нового
# Удаляем все, кроме самого нового
...
@@ -73,14 +73,14 @@ handle_uncommitted_changes() {
...
@@ -73,14 +73,14 @@ handle_uncommitted_changes() {
git add
-A
git add
-A
git commit
-m
"
$temp_commit_msg
"
git commit
-m
"
$temp_commit_msg
"
print_red
"Сделан временный коммит:
$temp_commit_msg
"
print_red
"Сделан временный коммит:
$temp_commit_msg
"
TEMP_COMMIT
=
true
TEMP_COMMIT
=
true
}
}
revert_temp_commit
()
{
revert_temp_commit
()
{
if
[
"
$TEMP_COMMIT
"
==
true
]
;
then
if
[
"
$TEMP_COMMIT
"
==
true
]
;
then
# Откат
# Откат
git reset
"HEAD^"
git reset
"HEAD^"
fi
fi
}
}
...
@@ -213,7 +213,7 @@ while true; do
...
@@ -213,7 +213,7 @@ while true; do
NETWORK
=
"--network"
NETWORK
=
"--network"
shift
shift
;;
;;
--repos
)
--repos
)
REPOS
=
"
$2
"
REPOS
=
"
$2
"
shift
2
shift
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