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
71d87004
Commit
71d87004
authored
Oct 18, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmlog: use gammit
parent
9a5da2e0
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 @
71d87004
...
@@ -101,7 +101,7 @@ if [ -z "$FROMTAG" ] ; then
...
@@ -101,7 +101,7 @@ if [ -z "$FROMTAG" ] ; then
# FIXME: if don't exists, use last tag?
# FIXME: if don't exists, use last tag?
fi
fi
if
is_last_commit_tag
;
then
if
[
-z
"
$CHANGELOGADD
"
]
&&
is_last_commit_tag
;
then
echo
"There is no new commits after
$(
get_last_tag
)
"
echo
"There is no new commits after
$(
get_last_tag
)
"
exit
0
exit
0
fi
fi
...
@@ -147,5 +147,5 @@ fi
...
@@ -147,5 +147,5 @@ fi
add_changelog_helper
"
$CHANGELOG
"
$SPECNAME
||
fatal
"add_changelog failed, do not commit anything"
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)"
g
it_commit_ignore_nothing
$SPECNAME
-m
"new build
$NEWREV
(with rpmlog script)"
g
ammit
--spec
=
$SPECNAME
$SPECNAME
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