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
1
Merge Requests
1
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
2c31fc23
Commit
2c31fc23
authored
Apr 04, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitask: disable API for get_last, use ssh task ls directly
API may return cached/stale results, causing gita add to target wrong task after gita new.
parent
0391f853
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gitask
bin/gitask
+1
-1
No files found.
bin/gitask
View file @
2c31fc23
...
...
@@ -61,7 +61,7 @@ get_task_number()
get_last
()
{
local
api_base user result
if
api_base
=
$(
_get_api_base
)
&&
user
=
$(
_get_girar_user
)
;
then
if
false
&&
api_base
=
$(
_get_api_base
)
&&
user
=
$(
_get_girar_user
)
;
then
result
=
$(
curl
-sf
"
$api_base
/tasks?user=
$user
&brief=true"
2>/dev/null |
\
python3
-c
'import json,sys;t=json.load(sys.stdin);print(t[0] if t else "")'
2>/dev/null
)
[
-n
"
$result
"
]
&&
echo
"
$result
"
&&
return
...
...
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