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
d2752c41
Commit
d2752c41
authored
Oct 18, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change myhsh -b to myhsh -p
parent
a3cc6bbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
myhsh
bin/myhsh
+2
-2
rpmbsh
bin/rpmbsh
+1
-1
No files found.
bin/myhsh
View file @
d2752c41
...
...
@@ -26,7 +26,7 @@ phelp()
echog
"Options:"
echog
" -c build without stuff (without previous built packages)"
echog
" -r remove packages from test hasher"
echog
" -
b
print binary packages by built list"
echog
" -
p
print binary packages by built list"
echog
" -l lazy cleanup (before build, not after)"
}
...
...
@@ -34,7 +34,7 @@ phelp()
while
getopts
:hbclr opt
;
do
case
$opt
in
h
)
phelp
;
exit
0
;;
b
)
PRINTBINPKG
=
1
;;
p
)
PRINTBINPKG
=
1
;;
r
)
REMOVEPKG
=
1
;;
l
)
HASHERARG
=
"
$HASHERARG
--lazy-cleanup"
;;
c
)
WITHSTUFF
=
"--without-stuff"
;;
...
...
bin/rpmbsh
View file @
d2752c41
...
...
@@ -102,7 +102,7 @@ fi
# if ok and test install is requested, do it
if
[
"
$RESULT
"
=
"0"
]
&&
[
-n
"
$INSTALLPKG
"
]
;
then
BINPACKAGES
=
$(
$ETERBUILDBIN
/myhsh
$MENVARG
-
b
$LISTBUILT
| estrlist reg_exclude
".*debuginfo.*"
-
)
||
fatal
"Can't get binary packages for
$LISTBUILT
"
BINPACKAGES
=
$(
$ETERBUILDBIN
/myhsh
$MENVARG
-
p
$LISTBUILT
| estrlist reg_exclude
".*debuginfo.*"
-
)
||
fatal
"Can't get binary packages for
$LISTBUILT
"
estrlist isempty
"
$BINPACKAGES
"
&&
fatal
"There is no binary packages after build"
...
...
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