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
f3df18b3
Commit
f3df18b3
authored
Mar 23, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
b0f025b2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
epm-pack
bin/epm-pack
+1
-1
epm-repack
bin/epm-repack
+1
-1
postman.sh
play.d/postman.sh
+0
-1
No files found.
bin/epm-pack
View file @
f3df18b3
...
@@ -50,7 +50,7 @@ __epm_pack_run_handler()
...
@@ -50,7 +50,7 @@ __epm_pack_run_handler()
local
i
local
i
for
i
in
$returntarname
;
do
for
i
in
$returntarname
;
do
[
-s
"
$i
"
]
||
fatal
"pack script for
$packname
returned
unexist
$i
file
"
[
-s
"
$i
"
]
||
fatal
"pack script for
$packname
returned
a non-existent file
$i
"
done
done
return
0
return
0
...
...
bin/epm-repack
View file @
f3df18b3
...
@@ -26,7 +26,7 @@ load_helper epm-status
...
@@ -26,7 +26,7 @@ load_helper epm-status
__epm_have_repack_rule
()
__epm_have_repack_rule
()
{
{
# FIXME: use real way (for any archive)
# FIXME: use real way (for any archive)
local
pkgname
=
"
$(
epm print name
for
package
"
$1
"
)
"
local
pkgname
=
"
$(
epm print name
for
package
"
$1
"
2>/dev/null
)
"
local
repackcode
=
"
$EPM_REPACK_SCRIPTS_DIR
/
$pkgname
.sh"
local
repackcode
=
"
$EPM_REPACK_SCRIPTS_DIR
/
$pkgname
.sh"
[
-s
"
$repackcode
"
]
[
-s
"
$repackcode
"
]
}
}
...
...
play.d/postman.sh
View file @
f3df18b3
...
@@ -15,6 +15,5 @@ case "$(epm print info -a)" in
...
@@ -15,6 +15,5 @@ case "$(epm print info -a)" in
esac
esac
PKGURL
=
"https://dl.pstmn.io/download/latest/linux_
$arch
"
PKGURL
=
"https://dl.pstmn.io/download/latest/linux_
$arch
"
[
-n
"
$PKGURL
"
]
||
fatal
"Can't get package URL"
epm pack
--install
$PKGNAME
"
$PKGURL
"
epm pack
--install
$PKGNAME
"
$PKGURL
"
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