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
1
Merge Requests
1
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
cf0283f1
Commit
cf0283f1
authored
Jan 10, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbb: use faketty and rpmeterbuild for colored compiler output
parent
7341afdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
rpmbb
bin/rpmbb
+4
-1
No files found.
bin/rpmbb
View file @
cf0283f1
...
...
@@ -87,6 +87,9 @@ test -n "$LISTRPMARGS" && echog "Run $RPMBUILD with options: '$LISTRPMARGS'"
try_enable_ccache
# Export variables for rpmeterbuild subprocess
export
RPMTOPDIR CCACHE_ENABLE USEDMAKE USE_VENDOR
detect_target_env
assert_var PKGFORMAT
...
...
@@ -131,7 +134,7 @@ do
LOGFILE
=
"
$LOGDIR
/
`
basename
$NAMESRPMIN
.src.rpm
`
$MENVARG
.log"
rm
-f
$LOGFILE
$LOGFILE
.ok
#echo "Build in native system" >$LOGFILE
(
uni_rpmbuild
--commit
$ln
-bb
$LISTRPMARGS
$NODEPS
--target
$BUILDARCH
2>&1
&&
touch
$LOGFILE
.ok
)
|
tee
-a
$LOGFILE
| colorify
(
faketty
"
$ETERBUILDBIN
/rpmeterbuild rpmbuild --commit
$ln
-bb
$LISTRPMARGS
$NODEPS
--target
$BUILDARCH
"
&&
touch
$LOGFILE
.ok
)
2>&1 |
tee
>(
stripcolors
>>
$LOGFILE
)
[
-r
"
$LOGFILE
.ok"
]
RET
=
$?
...
...
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