Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
dfc06633
Unverified
Commit
dfc06633
authored
5 years ago
by
Jean-Michel Picod
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #45 from jmichelp/master
Improve deploy script.
parents
ef414bc2
f345a753
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.vscode/extensions.json
+2
-1
2 additions, 1 deletion
.vscode/extensions.json
.vscode/settings.json
+14
-1
14 additions, 1 deletion
.vscode/settings.json
deploy.py
+337
-358
337 additions, 358 deletions
deploy.py
with
353 additions
and
360 deletions
.vscode/extensions.json
+
2
−
1
View file @
dfc06633
{
{
"recommendations"
:
[
"recommendations"
:
[
"davidanson.vscode-markdownlint"
,
"davidanson.vscode-markdownlint"
,
"rust-lang.rust"
"rust-lang.rust"
,
"ms-python.python"
]
]
}
}
This diff is collapsed.
Click to expand it.
.vscode/settings.json
+
14
−
1
View file @
dfc06633
{
{
"editor.detectIndentation"
:
true
,
"editor.formatOnPaste"
:
false
,
"editor.formatOnSave"
:
true
,
"editor.formatOnSave"
:
true
,
"editor.formatOnType"
:
true
,
"editor.insertSpaces"
:
true
,
"editor.tabSize"
:
4
,
"rust-client.channel"
:
"nightly"
,
"rust-client.channel"
:
"nightly"
,
//
The
toolchain
is
updated
from
time
to
time
so
let's
make
sure
that
RLS
is
updated
too
//
The
toolchain
is
updated
from
time
to
time
so
let's
make
sure
that
RLS
is
updated
too
"rust-client.updateOnStartup"
:
true
,
"rust-client.updateOnStartup"
:
true
,
"rust.clippy_preference"
:
"on"
"rust.clippy_preference"
:
"on"
,
//
Try
to
make
VSCode
formating
as
close
as
possible
to
the
Google
style.
"python.formatting.provider"
:
"yapf"
,
"python.formatting.yapfArgs"
:
[
"--style=chromium"
],
"[python]"
:
{
"editor.tabSize"
:
2
},
}
}
This diff is collapsed.
Click to expand it.
deploy.py
+
337
−
358
View file @
dfc06633
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment