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
aae259c5
Commit
aae259c5
authored
Jan 05, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmlog: add error if add_changelog failed
parent
1f20ad38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rpmlog
bin/rpmlog
+3
-3
No files found.
bin/rpmlog
View file @
aae259c5
#!/bin/sh
# 2010 (c) Etersoft http://etersoft.ru
# 2010
, 2012
(c) Etersoft http://etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Script for update changelog or increment release
...
...
@@ -10,7 +10,7 @@
load_mod spec rpm git etersoft
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echog
"rpmlog - update changelog"
echog
"rpmlog - update
version/release and
changelog"
echog
"Usage: rpmlog [-r|-s|-v] [-l|-t] [SPEC] [fromTAG] [toTAG]"
echo
echog
"Options:"
...
...
@@ -109,7 +109,7 @@ if [ -n "$TESTRUN" ] ; then
exit
fi
add_changelog_helper
"
$CHANGELOG
"
$SPECNAME
add_changelog_helper
"
$CHANGELOG
"
$SPECNAME
||
fatal
"add_changelog failed, do not commit anything"
# TODO: use gear-commit ?
git_commit_ignore_nothing
$SPECNAME
-m
"new build
$NEWREV
(with rpmlog script)"
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