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
8257bed8
Commit
8257bed8
authored
Aug 25, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmgs: fix output
parent
7d1a1aed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
rpmgs
bin/rpmgs
+5
-1
No files found.
bin/rpmgs
View file @
8257bed8
...
@@ -200,9 +200,13 @@ do
...
@@ -200,9 +200,13 @@ do
set_version
$spec
$GSSETVERSION
set_version
$spec
$GSSETVERSION
if
[
"
$CURVER
"
!=
"
$GSSETVERSION
"
]
;
then
if
[
"
$CURVER
"
!=
"
$GSSETVERSION
"
]
;
then
set_release
$spec
$GSSETRELEASE
set_release
$spec
$GSSETRELEASE
if
[
-n
"
$GSSETRELEASE
"
]
;
then
echo
"Set new
$GSSETVERSION
-
$GSSETRELEASE
version for
$spec
"
echo
"Set new
$GSSETVERSION
-
$GSSETRELEASE
version for
$spec
"
else
else
echo
"Version
$GSSETVERSION
already set"
echo
"Set new
$GSSETVERSION
version for
$spec
"
fi
else
echo
"Version
$GSSETVERSION
already was set"
GSSKIPADDCHANGELOG
=
1
GSSKIPADDCHANGELOG
=
1
fi
fi
fi
fi
...
...
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