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
940a4546
Commit
940a4546
authored
Dec 25, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ETERBUILD_SIGN_CHANGELOG option to sign changelog with tool name
parent
53cc58c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
rpmrb
bin/rpmrb
+3
-1
config
share/eterbuild/functions/config
+3
-0
No files found.
bin/rpmrb
View file @
940a4546
...
@@ -74,7 +74,9 @@ for SPEC in $LISTNAMES ; do
...
@@ -74,7 +74,9 @@ for SPEC in $LISTNAMES ; do
export
GSSETRELEASE
export
GSSETRELEASE
docmd
$ETERBUILDBIN
/rpmgs
$SPEC
$VER
||
fatal
"Error within rpmgs"
docmd
$ETERBUILDBIN
/rpmgs
$SPEC
$VER
||
fatal
"Error within rpmgs"
add_changelog_helper
"- new version
$(
get_version
$SPEC
)
(with rpmrb script)"
$SPEC
||
echog
"Changelog entry already exists"
SIGNME
=
""
[
-n
"
$ETERBUILD_SIGN_CHANGELOG
"
]
&&
SIGNME
=
" (with rpmrb script)"
add_changelog_helper
"- new version
$(
get_version
$SPEC
)
$SIGNME
"
$SPEC
||
echog
"Changelog entry already exists"
if
is_gear
;
then
if
is_gear
;
then
#git diff $SPEC
#git diff $SPEC
...
...
share/eterbuild/functions/config
View file @
940a4546
...
@@ -76,6 +76,9 @@ BUILDSERVER=
...
@@ -76,6 +76,9 @@ BUILDSERVER=
# enable ccache using
# enable ccache using
# CCACHE_ENABLE=yes
# CCACHE_ENABLE=yes
# add tool name to changelog (rpmgs, rpmrb)
# ETERBUILD_SIGN_CHANGELOG=1
# load system wide config
# load system wide config
[
-f
/etc/eterbuild/config
]
&&
.
/etc/eterbuild/config
[
-f
/etc/eterbuild/config
]
&&
.
/etc/eterbuild/config
...
...
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