Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
korinf
etersoft-build-utils
Commits
ec137a91
Commit
ec137a91
authored
Feb 07, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some asserts
parent
475f6af6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
common
share/eterbuild/functions/common
+1
-1
repl
share/eterbuild/functions/repl
+2
-1
No files found.
share/eterbuild/functions/common
View file @
ec137a91
...
...
@@ -351,8 +351,8 @@ set_gear_host
# Used DISTRNAME
set_target_pkg_env
()
{
assert_var DISTRNAME
[
"
$(
$DISTRVENDOR
-V
)
"
-ge
"20120519"
]
||
fatal
"update rpm-build-altlinux-compat package to get new
$DISTRVENDOR
command"
[
-n
"
$DISTRNAME
"
]
||
fatal
"Run set_target_pkg_env without DISTRNAME"
PKGFORMAT
=
$(
$DISTRVENDOR
-p
"
$DISTRNAME
"
)
PKGVENDOR
=
$(
$DISTRVENDOR
-s
"
$DISTRNAME
"
)
RPMVENDOR
=
$(
$DISTRVENDOR
-n
"
$DISTRNAME
"
)
...
...
share/eterbuild/functions/repl
View file @
ec137a91
...
...
@@ -174,9 +174,10 @@ print_grpreq()
# FIXME: need improvement
# use tests/test_repl_find.sh for test it
# PKGVENDOR, PKGFORMAT, DISTRVERSION is already defined in detect_target_env() func
internal_repl_list
()
{
# need be defined in detect_target_env()
assert_var PKGVENDOR PKGFORMAT DISTRVERSION
local
REPLBASE
=
"
$1
"
local
ARCHEXT
=
"
$2
"
local
FINDPKG
=
$REPLBASE
.
$PKGVENDOR
.
$DISTRVERSION$ARCHEXT
...
...
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