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
64fd5fae
Commit
64fd5fae
authored
Aug 28, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack generic.sh: override version with value from eepm.yaml file
parent
efd3001d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
generic.sh
repack.d/generic.sh
+2
-1
No files found.
repack.d/generic.sh
View file @
64fd5fae
...
...
@@ -82,10 +82,11 @@ set_rpm_field "Distribution" "EEPM"
if
[
-r
"
$PKG
.eepm.yaml"
]
;
then
eval
$(
epm tool yaml
$PKG
.eepm.yaml |
grep
-E
'(summary|description|upstream_file|upstream_url|url|appname|arches|group|license)='
)
#'
eval
$(
epm tool yaml
$PKG
.eepm.yaml |
grep
-E
'(summary|description|upstream_file|upstream_url|url|appname|arches|group|license
|version
)='
)
#'
# for tarballs fix permissions
chmod
$verbose
-R
a+rX
*
[
-n
"
$version
"
]
&&
set_rpm_field
"Version"
"
$version
"
set_rpm_field
"Group"
"
$group
"
set_rpm_field
"License"
"
$license
"
set_rpm_field
"URL"
"
$url
"
...
...
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