Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
8bfb2ec0
Commit
8bfb2ec0
authored
Nov 04, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick docs
parent
910cd692
Pipeline
#338
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
uitwww/src/download/compile_download.py
uitwww/src/download/compile_download.py
+2
-3
No files found.
uitwww/src/download/compile_download.py
View file @
8bfb2ec0
...
...
@@ -147,7 +147,7 @@ class CompileVersion:
return
[
x
for
x
in
self
.
list_version
if
x
[
3
]
==
'LTS'
]
def
compile_download
(
self
)
->
None
:
#
put constants in empty data
#
init data with all costants
with
open
(
self
.
constants
,
"r"
)
as
fn
:
data
=
json
.
load
(
fn
)
...
...
@@ -167,8 +167,7 @@ class CompileVersion:
if
key
not
in
self
.
INVERT_RELEASES
else
[
"lts"
,
"latest"
]
)
# write all releases
# put default arch: 'amd64'
releases
=
{
"amd64"
:
self
.
populate_archs_releases
(
key
,
"amd64"
)
}
...
...
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