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
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
Жора Змейкин
mkimage-profiles
Commits
959bbf91
Commit
959bbf91
authored
Jul 17, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo: fix build without sub/main
parent
ac893154
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
01-main-rpms-canonical-name
features.in/repo/scripts.d/01-main-rpms-canonical-name
+1
-0
03-genbasedir
features.in/repo/scripts.d/03-genbasedir
+1
-0
No files found.
features.in/repo/scripts.d/01-main-rpms-canonical-name
View file @
959bbf91
#!/bin/sh -eu
PREFIX
=
ALTLinux
[
-d
"
$WORKDIR
/
$PREFIX
"
]
||
exit
0
cd
"
$WORKDIR
/
$PREFIX
"
COMPS
=
"
$(
find
-mindepth
1
-maxdepth
1
-type
d
-name
'RPMS.*'
-printf
'%f\n'
|
...
...
features.in/repo/scripts.d/03-genbasedir
View file @
959bbf91
#!/bin/sh -eu
PREFIX
=
ALTLinux
[
-d
"
$WORKDIR
/
$PREFIX
"
]
||
exit
0
cd
"
$WORKDIR
/
$PREFIX
"
COMPS
=
"
$(
find
-mindepth
1
-maxdepth
1
-type
d
-name
'RPMS.*'
-printf
'%f\n'
|
...
...
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