Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
mkimage-profiles
Commits
5521e34f
Commit
5521e34f
authored
Nov 22, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev: overrides packages in main repo only when selected use/dev/repo
This will allow you to use the feature for distributions with installation from packages.
parent
4dce4abc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
README
features.in/dev/README
+1
-1
config.mk
features.in/dev/config.mk
+2
-0
50-override.mk
features.in/dev/main/lib/50-override.mk
+2
-1
No files found.
features.in/dev/README
View file @
5521e34f
...
...
@@ -5,7 +5,7 @@
Реализованы поддержка LiveCD, VM, VE и добавление группы в инсталятор.
Обратите внимание:
эта фича
достаточно серьёзно изменяет поведение
Обратите внимание:
use/dev/repo
достаточно серьёзно изменяет поведение
субпрофиля main, оставляя из всего обычного множества обрабатываемых
переменных только MAIN_PACKAGES, MAIN_PACKAGES_REGEXP и MAIN_LISTS
во избежание дублирования не требующихся для сборки минимальных
...
...
features.in/dev/config.mk
View file @
5521e34f
...
...
@@ -8,6 +8,7 @@ use/dev: use/control
use/dev/repo: use/repo/main
@$(call add,THE_PACKAGES,apt-repo)
@$(call add,MAIN_LISTS,$(call tags,main builder))
@$(call try,DEV_REPO,1)
use/dev/mkimage: use/dev
@$(call add,THE_PACKAGES,mkimage shadow-change su)
...
...
@@ -44,3 +45,4 @@ endif
use/dev/groups/builder: use/dev/repo
@$(call add,MAIN_GROUPS,dev/builder)
@$(call set,DEV_REPO,)
features.in/dev/main/lib/50-override.mk
View file @
5521e34f
ifneq ($(DEV_REPO),)
# only MAIN_* should go in this time
IMAGE_PACKAGES_REGEXP = $(MAIN_PACKAGES_REGEXP)
IMAGE_PACKAGES = $(MAIN_PACKAGES) $(call map,list,$(MAIN_LISTS))
endif
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