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
ab11912d
Commit
ab11912d
authored
Mar 16, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some verbose
parent
02f716f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
rpmbph
bin/rpmbph
+2
-2
rpmbs
bin/rpmbs
+3
-1
No files found.
bin/rpmbph
View file @
ab11912d
...
@@ -129,7 +129,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
...
@@ -129,7 +129,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
# if version-release from backported spec is already committed
# if version-release from backported spec is already committed
if
[
-z
"
$FORCE
"
]
&&
is_last_commit_tag
"
$(
get_version
$BPSPEC
)
-
$(
get_release
$BPSPEC
)
"
;
then
if
[
-z
"
$FORCE
"
]
&&
is_last_commit_tag
"
$(
get_version
$BPSPEC
)
-
$(
get_release
$BPSPEC
)
"
;
then
ech
o
"Tag
$(
get_last_tag
)
already exists for the last commit, skipping"
inf
o
"Tag
$(
get_last_tag
)
already exists for the last commit, skipping"
rm
-f
$BPSPEC
rm
-f
$BPSPEC
# so just skipping
# so just skipping
continue
continue
...
@@ -138,7 +138,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
...
@@ -138,7 +138,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
docmd git merge
--no-ff
$LASTTAG
docmd git merge
--no-ff
$LASTTAG
# override spec conflicts
# override spec conflicts
mv
-f
$BPSPEC
$SPEC
||
fatal
docmd
mv
-f
$BPSPEC
$SPEC
||
fatal
# FIXME: Ctrl-\ and q will cancelled less with return error code
# FIXME: Ctrl-\ and q will cancelled less with return error code
if
[
-z
"
$QUIET
"
]
&&
tty
-s
;
then
if
[
-z
"
$QUIET
"
]
&&
tty
-s
;
then
...
...
bin/rpmbs
View file @
ab11912d
...
@@ -308,7 +308,9 @@ fi
...
@@ -308,7 +308,9 @@ fi
# if just packing
# if just packing
if
[
-z
"
$SIGN
"
]
;
then
if
[
-z
"
$SIGN
"
]
;
then
rpmbs_copying_built
rpmbs_copying_built
exit
$?
RET
=
$?
checkout_original_branch
exit
$RET
fi
fi
######## Sign src.rpm and upload it
######## Sign src.rpm and upload it
...
...
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