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
735dc81a
You need to sign in or sign up before continuing.
Commit
735dc81a
authored
Oct 12, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add assert_var for ETERBUILDBIN
parent
c72c3e6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
alt
share/eterbuild/functions/alt
+1
-0
common
share/eterbuild/functions/common
+3
-0
strings
share/eterbuild/functions/strings
+1
-0
No files found.
share/eterbuild/functions/alt
View file @
735dc81a
...
@@ -118,6 +118,7 @@ pkg_release_check()
...
@@ -118,6 +118,7 @@ pkg_release_check()
# copied from aptU
# copied from aptU
get_rpmpkg_requires
()
get_rpmpkg_requires
()
{
{
assert_var ETERBUILDBIN
$ETERBUILDBIN
/rpmreqs
$@
$ETERBUILDBIN
/rpmreqs
$@
}
}
share/eterbuild/functions/common
View file @
735dc81a
...
@@ -111,6 +111,9 @@ if ! set_eterbuilddir ; then
...
@@ -111,6 +111,9 @@ if ! set_eterbuilddir ; then
exit
1
exit
1
fi
fi
# lines before do the same as
# assert_var ETERBUILDBIN
DISTRVENDOR
=
$(
realpath
$ETERBUILDBIN
/../../rpm-build-altlinux-compat/bin/distr_vendor 2>/dev/null
)
DISTRVENDOR
=
$(
realpath
$ETERBUILDBIN
/../../rpm-build-altlinux-compat/bin/distr_vendor 2>/dev/null
)
[
-x
"
$DISTRVENDOR
"
]
||
DISTRVENDOR
=
distr_vendor
[
-x
"
$DISTRVENDOR
"
]
||
DISTRVENDOR
=
distr_vendor
...
...
share/eterbuild/functions/strings
View file @
735dc81a
...
@@ -43,6 +43,7 @@ regexp_exclude_list()
...
@@ -43,6 +43,7 @@ regexp_exclude_list()
estrlist
()
estrlist
()
{
{
assert_var ETERBUILDBIN
$ETERBUILDBIN
/estrlist
"
$@
"
$ETERBUILDBIN
/estrlist
"
$@
"
}
}
...
...
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