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
02f716f0
Commit
02f716f0
authored
Mar 16, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbph: merge with master tag
parent
40718cb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
rpmbph
bin/rpmbph
+4
-3
No files found.
bin/rpmbph
View file @
02f716f0
...
@@ -108,6 +108,9 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
...
@@ -108,6 +108,9 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
set_specdir
$SPEC
set_specdir
$SPEC
docmd
cd
$SPECDIR
||
fatal
docmd
cd
$SPECDIR
||
fatal
is_last_commit_tag
||
fatal
"We allow backport only when last commit has (release) tag"
LASTTAG
=
"
$(
get_last_tag
)
"
||
fatal
"Can't get tag for last tag"
# set USEBRANCH
# set USEBRANCH
set_usebranch
set_usebranch
...
@@ -132,9 +135,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
...
@@ -132,9 +135,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
continue
continue
fi
fi
# TODO: check result message for merge?
docmd git merge
--no-ff
$LASTTAG
# Use heads/ against warning: refname 'branch-name' is ambiguous
docmd git merge
--no-ff
heads/
$CURBRANCH
# override spec conflicts
# override spec conflicts
mv
-f
$BPSPEC
$SPEC
||
fatal
mv
-f
$BPSPEC
$SPEC
||
fatal
...
...
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