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
Roman Alifanov
etersoft-build-utils
Commits
626e21fc
Commit
626e21fc
authored
Feb 08, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jmake, rpmbp, rpmck, rpmcs: add docmd for command logging
parent
60d1a0eb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
jmake
bin/jmake
+1
-1
rpmbp
bin/rpmbp
+4
-1
rpmck
bin/rpmck
+2
-2
rpmcs
bin/rpmcs
+1
-1
No files found.
bin/jmake
View file @
626e21fc
...
...
@@ -22,4 +22,4 @@ MAKEARG="-j$NPROCS"
#make $MAKEARG "CC=$CC" "CXX=$CXX" "CPP=$CPP" "CXXCPP=$CXXCPP" $@
cd_to_realcwd
$NICE
time
-p
make
$MAKEARG
"
$@
"
docmd
$NICE
time
-p
make
$MAKEARG
"
$@
"
bin/rpmbp
View file @
626e21fc
#!/bin/sh
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
# workaround for last passed through options
case
"
$1
"
in
-
*
)
...
...
@@ -11,4 +14,4 @@ case "$1" in
;;
esac
$(
dirname
$0
)
/rpmbph
$FIRST
-n
"
$@
"
docmd
$(
dirname
$0
)
/rpmbph
$FIRST
-n
"
$@
"
bin/rpmck
View file @
626e21fc
...
...
@@ -44,6 +44,6 @@ prepare_aptconfig
# add local repo
#hsh-run --mount=/proc,/dev/pts $HASHERDIR /usr/lib/rpm/check-python3-provs-importable.sh "$@"
info
"install
$*
"
$ETERBUILDBIN
/loginhsh
-i
-t
-b
$BINARYREPO
-q
"
$@
"
docmd
$ETERBUILDBIN
/loginhsh
-i
-t
-b
$BINARYREPO
-q
"
$@
"
info
"run checking"
$ETERBUILDBIN
/loginhsh
-i
-t
-b
$BINARYREPO
-q
-r
"/usr/lib/rpm/check-python3-provs-importable.sh
$@
"
docmd
$ETERBUILDBIN
/loginhsh
-i
-t
-b
$BINARYREPO
-q
-r
"/usr/lib/rpm/check-python3-provs-importable.sh
$@
"
bin/rpmcs
View file @
626e21fc
...
...
@@ -221,7 +221,7 @@ do
fi
echog
"cleanup_spec for
$i
..."
cleanup_spec
$i
docmd
cleanup_spec
$i
subst
"s|^%configure2_5x|%configure|g"
$i
...
...
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