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
ce6755ed
Commit
ce6755ed
authored
Mar 12, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop spam about rpmlint
parent
5bd7e347
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rpmbs
bin/rpmbs
+4
-4
No files found.
bin/rpmbs
View file @
ce6755ed
...
...
@@ -259,14 +259,14 @@ CHECK_OPTIONS=""
test
-n
"
$NOCHECK
"
||
sisyphus_check
$CHECK_OPTIONS
--files
$LISTBUILT
||
fatal
"sisyphus check failed"
echog
"OK"
#
rpm's find-req do not find rpmlint :)
#
due rpm's find-req
RPMLINT
=
rpmlint
if
which
$RPMLINT
>
/dev/null
;
then
if
which
$RPMLINT
&
>/dev/null
;
then
echog
-n
"Checking with rpmlint..."
echo
$RPMLINT
$LISTBUILT
else
echog
"It is recommended to install rpmlint package for additional checking"
#
else
#
echog "It is recommended to install rpmlint package for additional checking"
fi
test
-n
"
$CHECKONLY
"
&&
exit
0
...
...
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