Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
74275b71
Commit
74275b71
authored
Aug 17, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/theia: Version up 1.28.0 and fix IPv6 url
parent
dddc13b0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1004 additions
and
960 deletions
+1004
-960
component/theia/buildout.cfg
component/theia/buildout.cfg
+24
-0
component/theia/buildout.hash.cfg
component/theia/buildout.hash.cfg
+1
-1
component/theia/yarn.lock
component/theia/yarn.lock
+979
-959
No files found.
component/theia/buildout.cfg
View file @
74275b71
...
@@ -5,6 +5,7 @@ extends =
...
@@ -5,6 +5,7 @@ extends =
../pkgconfig/buildout.cfg
../pkgconfig/buildout.cfg
../patchelf/buildout.cfg
../patchelf/buildout.cfg
../python3/buildout.cfg
../python3/buildout.cfg
../tar/buildout.cfg
../yarn/buildout.cfg
../yarn/buildout.cfg
download-plugins.cfg
download-plugins.cfg
buildout.hash.cfg
buildout.hash.cfg
...
@@ -20,6 +21,13 @@ recipe = slapos.recipe.build:download
...
@@ -20,6 +21,13 @@ recipe = slapos.recipe.build:download
shared = true
shared = true
url = ${:_profile_base_location_}/${:_buildout_section_name_}
url = ${:_profile_base_location_}/${:_buildout_section_name_}
[vscode-uri]
recipe = slapos.recipe.build:download
shared = true
revision = c45342deb98de5c7b391bd2c08431b536b869a04
url = https://github.com/xavth/vscode-uri/archive/${:revision}.tar.gz
md5sum = 877accd4e29d2293ce33815803d998cc
[theia]
[theia]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
...
@@ -36,6 +44,19 @@ pre-configure =
...
@@ -36,6 +44,19 @@ pre-configure =
echo '${package.json:content}' > %(location)s/package.json
echo '${package.json:content}' > %(location)s/package.json
# To regenerate yarn.lock, comment the line below
# To regenerate yarn.lock, comment the line below
cp yarn.lock %(location)s
cp yarn.lock %(location)s
# Workaround https://github.com/microsoft/vscode/issues/154048
# Once upstream is fixed:
# - remove [vscode-uri] section
# - remove the commands below
# - remove component/tar/buildout.cfg
# - remove the "resolution" field in package.json
# - regenerate yarn.lock
cd %(location)s
${tar:location}/bin/tar -xzf ${vscode-uri:target}
mv vscode-uri-${vscode-uri:revision} vscode-uri
cd vscode-uri
${yarn:location}/bin/yarn
${yarn:location}/bin/yarn install
configure-command = true
configure-command = true
make-binary = cd %(location)s && ${yarn:location}/bin/yarn
make-binary = cd %(location)s && ${yarn:location}/bin/yarn
make-targets = theia build
make-targets = theia build
...
@@ -172,6 +193,9 @@ content =
...
@@ -172,6 +193,9 @@ content =
"@perrinjerome/theia-open": "latest",
"@perrinjerome/theia-open": "latest",
"@perrinjerome/theia-open-cli": "latest"
"@perrinjerome/theia-open-cli": "latest"
},
},
"resolutions": {
"**/vscode-uri": "file:./vscode-uri"
},
"devDependencies": {
"devDependencies": {
"@theia/cli": "latest"
"@theia/cli": "latest"
}
}
...
...
component/theia/buildout.hash.cfg
View file @
74275b71
...
@@ -19,7 +19,7 @@ md5sum = 8157c22134200bd862a07c6521ebf799
...
@@ -19,7 +19,7 @@ md5sum = 8157c22134200bd862a07c6521ebf799
[yarn.lock]
[yarn.lock]
_update_hash_filename_ = yarn.lock
_update_hash_filename_ = yarn.lock
md5sum =
a1b9ecda50ca67300282f20724180f60
md5sum =
db6372aa3895f1d4359c97f47993cd33
[ms-python-disable-jedi-buildout.patch]
[ms-python-disable-jedi-buildout.patch]
_update_hash_filename_ = ms-python-disable-jedi-buildout.patch
_update_hash_filename_ = ms-python-disable-jedi-buildout.patch
...
...
component/theia/yarn.lock
View file @
74275b71
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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