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
bab63447
Commit
bab63447
authored
Jun 12, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitask: improve help
parent
d2e7936d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
gitask
bin/gitask
+12
-7
No files found.
bin/gitask
View file @
bab63447
#!/bin/sh
#!/bin/sh
# 2017, 2018 (c) Etersoft https://etersoft.ru
# 2017, 2018
, 2019
(c) Etersoft https://etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
# Public domain
...
@@ -10,21 +10,26 @@ load_mod git
...
@@ -10,21 +10,26 @@ load_mod git
set_girar_host
$1
&&
shift
set_girar_host
$1
&&
shift
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echo
"gitask ssh gear.alt task wrapper"
echo
"gitask
—
ssh gear.alt task wrapper"
echo
"Use: gitask [GIRAR] [task|log|show|ls|quota]"
echo
"Use: gitask [GIRAR] [task|
add|
log|show|ls|quota]"
echo
"
$HELP_GIRAR
"
echo
"
$HELP_GIRAR
"
echo
" --help - help"
echo
" --help - help"
docmd ssh
$GEARHOST
task
help
|
sed
-e
"s|abort|cancel|g"
docmd ssh
$GEARHOST
task
help
|
sed
-e
"s|abort|cancel|g"
echo
echo
echo
"Examples:"
echo
"Examples:"
echo
" new [p8] - create new task [on p8]"
echo
" new [p8] - create new task [on p8 branch, Sisyphus by default]"
echo
" run [NNNN] [--test|--test-only] [--commit] - run task NNNN (no test-only with --commit)"
echo
" run [NNNN] - run task NNNN"
echo
" commit [NNNN] - commit task NNNN (the same as run --commit)"
echo
" commit [NNNN] [NNNN2] - commit task(s) NNNN, [NNNN2]"
echo
" add del package - add package remove command"
echo
" add del package [package2] - add package remove command"
echo
" add --help - show task add help"
echo
" task --help - show task help"
echo
" share NNNN [enable] - share task NNNN"
echo
" share NNNN [enable] - share task NNNN"
echo
" deps NNNN add XXXX - add deps from XXXX to task NNNN"
echo
" copy NNNN to (p8|p9) [from XX] - copy package from Sisyphus to (p8|p9) [from XX]"
echo
" find PACKAGE - do find-package of PACKAGE"
echo
" find PACKAGE - do find-package of PACKAGE"
echo
" log NNNN - show build log for task NNNN"
echo
" log NNNN - show build log for task NNNN"
echo
" show NNNN - show subtask list for task NNNN"
echo
" show NNNN - show subtask list for task NNNN"
echo
" quota - show quota on the build server"
echo
" cancel NNNN - cancel task NNNN"
echo
" cancel NNNN - cancel task NNNN"
echo
" rebuild --help - rebuild package"
echo
" rebuild --help - rebuild package"
exit
0
exit
0
...
...
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