Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
vmdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c0d0529
authored
Nov 30, 2025
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fured fix3
parent
ae4a3d82
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
vmdriver.py
+1
-5
No files found.
vmdriver.py
View file @
5c0d0529
...
...
@@ -685,14 +685,10 @@ def get_driver_version():
[
"git"
,
"config"
,
"--get"
,
"remote.origin.url"
],
cwd
=
cwd
,
text
=
True
)
.
strip
()
path
=
repo_url
.
split
(
"://"
,
1
)[
-
1
]
path
=
path
.
split
(
"/"
,
1
)[
-
1
]
parts
=
path
.
split
(
"/"
)
return
{
"group"
:
parts
[
0
],
"branch"
:
branch
,
"commit"
:
commit
[:
7
],
"commit"
:
repo_url
+
" - "
+
commit
[:
7
],
"commit_text"
:
commit_text
,
"is_dirty"
:
is_dirty
,
}
...
...
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