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
fe3fc7f1
Commit
fe3fc7f1
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small docs improvements
parent
e1b0e984
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
epm
bin/epm
+2
-2
README.md
pack.d/README.md
+2
-0
No files found.
bin/epm
View file @
fe3fc7f1
...
...
@@ -530,13 +530,13 @@ check_option()
--noscripts
)
# HELPOPT: disable scripts in install packages
noscripts
=
"--noscripts"
;;
--save-only
)
# HELPOPT: save the package/tarball after all
convert
ations (instead of install it)
--save-only
)
# HELPOPT: save the package/tarball after all
transform
ations (instead of install it)
save_only
=
"--save-only"
;;
--put-to-repo
=
*
)
# HELPOPT: put the package after all transformations to the repo (--put-to-repo=/path/to/repo)
put_to_repo
=
"
$(
echo
"
$1
"
|
sed
-e
's|--put-to-repo=||'
)
"
;;
--download-only
)
# HELPOPT: download only the package/tarball (before any
convert
ation)
--download-only
)
# HELPOPT: download only the package/tarball (before any
transform
ation)
download_only
=
"--download-only"
;;
--url
)
# HELPOPT: print only URL instead of download package
...
...
This diff is collapsed.
Click to expand it.
pack.d/README.md
View file @
fe3fc7f1
...
...
@@ -2,3 +2,5 @@
All works done in a temporary dir.
As for now, pack script have to create tarball in the current directory and return it with return_tar function.
PRODUCT fills by default from the script's name
This diff is collapsed.
Click to expand it.
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