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
7c6fcc9c
Commit
7c6fcc9c
authored
Oct 08, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
bd17b6c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gitask
bin/gitask
+2
-2
rpmlog
bin/rpmlog
+1
-1
No files found.
bin/gitask
View file @
7c6fcc9c
...
...
@@ -48,7 +48,7 @@ get_test_status()
# TODO: acl
epm
assure girar-show girar-utils
$EPMCMD
assure girar-show girar-utils
if
[
"
$1
"
=
"get"
]
;
then
if
[
"
$1
$2
"
=
"get subtask"
]
;
then
...
...
@@ -123,7 +123,7 @@ if [ "$1" = "copy" ] ; then
shift
FROMSTR
=
''
[
"
$1
"
=
"from"
]
&&
FROMSTR
=
"
$
1
$
2
"
[
"
$1
"
=
"from"
]
&&
FROMSTR
=
"
$2
"
[
-n
"
$PACKAGELIST
"
]
||
fatal
"no packages"
docmd ssh
$GEARHOST
task new
$TARGET
...
...
bin/rpmlog
View file @
7c6fcc9c
...
...
@@ -14,7 +14,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echog
"Usage: rpmlog [-q] [-a|-r|-s|-v] [-l|-t] [-e [changelog entry]] [SPEC] [fromTAG] [toTAG]"
echo
echog
"Options:"
echog
" -a increment version if code is changed or increment release if spec changed only"
echog
" -a
increment version if code is changed or increment release if spec changed only"
echog
" -v increment version"
echog
" -r increment release"
echog
" -s increment subrelease"
...
...
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