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
3921ae92
Commit
3921ae92
authored
Apr 04, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quote EPMCURDIR
parent
fbaa469a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
epm-pack
bin/epm-pack
+3
-3
epm-repack-rpm
bin/epm-repack-rpm
+1
-1
No files found.
bin/epm-pack
View file @
3921ae92
...
@@ -66,7 +66,7 @@ __epm_pack()
...
@@ -66,7 +66,7 @@ __epm_pack()
__epm_pack_run_handler
"
$@
"
||
fatal
'Can'
\'
't find pack script for packname $packname'
__epm_pack_run_handler
"
$@
"
||
fatal
'Can'
\'
't find pack script for packname $packname'
if
[
-n
"
$download_only
"
]
;
then
if
[
-n
"
$download_only
"
]
;
then
mv
$returntarname
$EPMCURDIR
mv
$returntarname
"
$EPMCURDIR
"
return
return
fi
fi
...
@@ -106,11 +106,11 @@ __epm_pack()
...
@@ -106,11 +106,11 @@ __epm_pack()
fi
fi
# we need put result in the cur dir
# we need put result in the cur dir
mv
-v
$pkgnames
$EPMCURDIR
||
fatal
mv
-v
$pkgnames
"
$EPMCURDIR
"
||
fatal
local
i
local
i
for
i
in
"
$returntarname
"
;
do
for
i
in
"
$returntarname
"
;
do
[
-r
"
$i
.eepm.yaml"
]
&&
mv
-v
"
$i
.eepm.yaml"
$EPMCURDIR
[
-r
"
$i
.eepm.yaml"
]
&&
mv
-v
"
$i
.eepm.yaml"
"
$EPMCURDIR
"
done
done
return
0
return
0
...
...
bin/epm-repack-rpm
View file @
3921ae92
...
@@ -209,7 +209,7 @@ __epm_repack_to_rpm()
...
@@ -209,7 +209,7 @@ __epm_repack_to_rpm()
else
else
warning
'Can'
\'
't find converted rpm for source binary package $pkg (got $repacked_rpm)'
warning
'Can'
\'
't find converted rpm for source binary package $pkg (got $repacked_rpm)'
fi
fi
cd
$EPMCURDIR
>
/dev/null
cd
"
$EPMCURDIR
"
>
/dev/null
true
true
}
}
...
...
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