Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
etersoft
eepm
Commits
692d6ba7
Commit
692d6ba7
authored
Jul 05, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix path to eepm.yaml with metainfo
parent
65943167
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
epm-pack
bin/epm-pack
+1
-1
epm-repack-rpm
bin/epm-repack-rpm
+3
-0
No files found.
bin/epm-pack
View file @
692d6ba7
...
...
@@ -109,7 +109,7 @@ __epm_pack()
mv
-v
$pkgnames
"
$EPMCURDIR
"
||
fatal
local
i
for
i
in
"
$returntarname
"
;
do
for
i
in
$returntarname
;
do
[
-r
"
$i
.eepm.yaml"
]
&&
mv
-v
"
$i
.eepm.yaml"
"
$EPMCURDIR
"
done
...
...
bin/epm-repack-rpm
View file @
692d6ba7
...
...
@@ -136,10 +136,13 @@ __epm_repack_to_rpm()
alpkg
=
$(
basename
$pkg
)
# don't use abs package path: copy package to temp dir and use there
cp
-l
$verbose
$pkg
$tmpbuilddir
/../
$alpkg
2>/dev/null
||
cp
$verbose
$pkg
$tmpbuilddir
/../
$alpkg
||
fatal
[
-r
"
$pkg
.eepm.yaml"
]
&&
cp
$verbose
$pkg
.eepm.yaml
$tmpbuilddir
/../
$alpkg
.eepm.yaml
cd
$tmpbuilddir
/../
||
fatal
# fill alpkg and SUBGENERIC
__prepare_source_package
"
$(
realpath
$alpkg
)
"
# override abspkg
abspkg
=
"
$(
realpath
$alpkg
)
"
cd
$tmpbuilddir
/
||
fatal
local
fakeroot
...
...
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