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
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
3c1475fb
Commit
3c1475fb
authored
Jan 13, 2025
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Plain Diff
Version up some theia dependencies
See merge request
!1717
parents
58ed5629
1c79c9e9
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
26 deletions
+44
-26
component/git/buildout.cfg
component/git/buildout.cfg
+2
-6
component/jq/buildout.cfg
component/jq/buildout.cfg
+3
-3
component/rsync/buildout.cfg
component/rsync/buildout.cfg
+9
-2
component/tig/buildout.cfg
component/tig/buildout.cfg
+2
-2
component/vim/buildout.cfg
component/vim/buildout.cfg
+4
-4
component/xxhash/buildout.cfg
component/xxhash/buildout.cfg
+13
-0
stack/slapos.cfg
stack/slapos.cfg
+11
-9
No files found.
component/git/buildout.cfg
View file @
3c1475fb
...
@@ -19,8 +19,8 @@ parts =
...
@@ -19,8 +19,8 @@ parts =
[git]
[git]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.4
7.1
.tar.xz
url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.4
8.0
.tar.xz
md5sum =
14e26079cc448bc52e470e7dcfabdcec
md5sum =
86965bd80edffa6c3c5f0872921c329a
configure-options =
configure-options =
--with-curl=${curl:location}
--with-curl=${curl:location}
--with-openssl=${openssl:location}
--with-openssl=${openssl:location}
...
@@ -34,10 +34,6 @@ environment =
...
@@ -34,10 +34,6 @@ environment =
PATH=${curl:location}/bin:${gettext:location}/bin:${tar:location}/bin:${xz-utils:location}/bin:%(PATH)s
PATH=${curl:location}/bin:${gettext:location}/bin:${tar:location}/bin:${xz-utils:location}/bin:%(PATH)s
CPPFLAGS=-I${zlib:location}/include
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${curl:location}/lib -Wl,-rpath=${libexpat:location}/lib
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${curl:location}/lib -Wl,-rpath=${libexpat:location}/lib
patch-options = -p1
patch-binary = ${patch:location}/bin/patch
patches =
https://github.com/git/git/commit/ea3422662d21c33c349cc71e9cdbfe235e8f6905.patch?full_index=1#0f4d03d2dad5facbdd76a6ac1ef5b057
[gitweb]
[gitweb]
<= git
<= git
...
...
component/jq/buildout.cfg
View file @
3c1475fb
...
@@ -6,8 +6,8 @@ extends =
...
@@ -6,8 +6,8 @@ extends =
[jq]
[jq]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
url = https://github.com/jqlang/jq/releases/download/jq-1.7
/jq-1.7
.tar.gz
url = https://github.com/jqlang/jq/releases/download/jq-1.7
.1/jq-1.7.1
.tar.gz
md5sum =
4662fd45f0b5622382fc85c1249739d5
md5sum =
974a340105ecb43add8c55601525f9fc
shared = true
shared = true
configure-options =
configure-options =
--with-oniguruma=${oniguruma:location}
--with-oniguruma=${oniguruma:location}
...
...
component/rsync/buildout.cfg
View file @
3c1475fb
[buildout]
[buildout]
extends =
extends =
../openssl/buildout.cfg
../lz4/buildout.cfg
../zstd/buildout.cfg
../xxhash/buildout.cfg
../perl/buildout.cfg
../perl/buildout.cfg
parts =
parts =
...
@@ -8,9 +12,12 @@ parts =
...
@@ -8,9 +12,12 @@ parts =
[rsync]
[rsync]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://download.samba.org/pub/rsync/src/rsync-3.
1.3
.tar.gz
url = https://download.samba.org/pub/rsync/src/rsync-3.
3.0
.tar.gz
md5sum =
1581a588fde9d89f6bc6201e8129afaf
md5sum =
f5c17f9c9164ef9e60d9d8c96b23da06
make-options =
make-options =
PREFIX=@@LOCATION@@
PREFIX=@@LOCATION@@
environment =
environment =
PATH=${perl:location}/bin:%(PATH)s
PATH=${perl:location}/bin:%(PATH)s
CFLAGS=-I${lz4:location}/include/ -I${openssl:location}/include/ -I${xxhash:location}/include/ -I${zstd:location}/include/
CXXFLAGS=-I${lz4:location}/include/ -I${openssl:location}/include/ -I${xxhash:location}/include/ -I${zstd:location}/include/
LDFLAGS=-L${lz4:location}/lib/ -Wl,-rpath=${lz4:location}/lib/ -L${openssl:location}/lib/ -Wl,-rpath=${openssl:location}/lib/ -L${xxhash:location}/lib/ -Wl,-rpath=${xxhash:location}/lib/ -L${zstd:location}/lib/ -Wl,-rpath=${zstd:location}/lib/
component/tig/buildout.cfg
View file @
3c1475fb
...
@@ -9,8 +9,8 @@ extends =
...
@@ -9,8 +9,8 @@ extends =
[tig]
[tig]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = https://github.com/jonas/tig/releases/download/tig-2.5.
7/tig-2.5.7
.tar.gz
url = https://github.com/jonas/tig/releases/download/tig-2.5.
10/tig-2.5.10
.tar.gz
md5sum =
307e966837370ba698286a1c48d31a7f
md5sum =
80822a6ed9f2accf13154a482ce72a05
environment =
environment =
CFLAGS=-I${ncurses:location}/include -I${libiconv:location}/include
CFLAGS=-I${ncurses:location}/include -I${libiconv:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${libiconv:location}/lib -Wl,-rpath=${libiconv:location}/lib
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${libiconv:location}/lib -Wl,-rpath=${libiconv:location}/lib
component/vim/buildout.cfg
View file @
3c1475fb
...
@@ -8,8 +8,8 @@ extends =
...
@@ -8,8 +8,8 @@ extends =
[vim]
[vim]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url =
ftp://ftp.vim.org/pub/vim/unix/vim-8.0.586
.tar.bz2
url =
https://www.vim.org/downloads/vim-9.1
.tar.bz2
md5sum =
b35e794140c196ff59b492b56c1e73db
md5sum =
6de60f8c3268e85f73d592e308475fea
environment=
environment=
CPPFLAGS=-I${ncurses:location}/include
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
component/xxhash/buildout.cfg
0 → 100644
View file @
3c1475fb
[buildout]
parts =
xxhash
[xxhash]
recipe = slapos.recipe.cmmi
shared = true
url = https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz
md5sum = 599804eb9555e51c05f1b821f9212a07
configure-command = :
make-options =
PREFIX=@@LOCATION@@
stack/slapos.cfg
View file @
3c1475fb
...
@@ -144,7 +144,8 @@ pip = 23.2.1
...
@@ -144,7 +144,8 @@ pip = 23.2.1
zc.recipe.egg = 2.0.8.dev0+slapos009
zc.recipe.egg = 2.0.8.dev0+slapos009
aiofiles = 23.1.0:whl
aiofiles = 23.1.0:whl
aiohttp = 3.8.5:whl
aiohappyeyeballs = 2.4.4:whl
aiohttp = 3.11.11:whl
aiosignal = 1.3.1:whl
aiosignal = 1.3.1:whl
aiosqlite = 0.19.0:whl
aiosqlite = 0.19.0:whl
annotated-types = 0.6.0:whl
annotated-types = 0.6.0:whl
...
@@ -176,8 +177,8 @@ bleach = 5.0.1
...
@@ -176,8 +177,8 @@ bleach = 5.0.1
blinker = 1.6.3:whl
blinker = 1.6.3:whl
CacheControl = 0.12.6:whl
CacheControl = 0.12.6:whl
cachetools = 5.3.1
cachetools = 5.3.1
cattrs = 2
2.2.0
:whl
cattrs = 2
4.1.2
:whl
certifi = 202
3.7.22
certifi = 202
4.12.14
cffi = 1.15.0
cffi = 1.15.0
chardet = 3.0.4
chardet = 3.0.4
charset-normalizer = 3.3.0
charset-normalizer = 3.3.0
...
@@ -228,7 +229,7 @@ httpcore = 1.0.4:whl
...
@@ -228,7 +229,7 @@ httpcore = 1.0.4:whl
httplib2 = 0.22.0
httplib2 = 0.22.0
httpx = 0.27.0:whl
httpx = 0.27.0:whl
hyperlink = 21.0.0
hyperlink = 21.0.0
idna = 3.
4
:whl
idna = 3.
10
:whl
ifaddr = 0.2.0
ifaddr = 0.2.0
igmp = 1.0.4
igmp = 1.0.4
Importing = 1.10
Importing = 1.10
...
@@ -266,7 +267,7 @@ jupyterlab-server = 2.24.0:whl
...
@@ -266,7 +267,7 @@ jupyterlab-server = 2.24.0:whl
jupyterlab-widgets = 3.0.10:whl
jupyterlab-widgets = 3.0.10:whl
lock-file = 2.0
lock-file = 2.0
lockfile = 0.12.2:whl
lockfile = 0.12.2:whl
lsprotocol = 2023.0.
0b
1:whl
lsprotocol = 2023.0.1:whl
lxml = 5.2.1
lxml = 5.2.1
lxml-html-clean = 0.1.1
lxml-html-clean = 0.1.1
manuel = 1.11.2
manuel = 1.11.2
...
@@ -313,6 +314,7 @@ ply = 3.11
...
@@ -313,6 +314,7 @@ ply = 3.11
prettytable = 0.7.2
prettytable = 0.7.2
prometheus-client = 0.9.0
prometheus-client = 0.9.0
prompt-toolkit = 3.0.43
prompt-toolkit = 3.0.43
propcache = 0.2.1:whl
psutil = 5.8.0
psutil = 5.8.0
psycopg2 = 2.9.9
psycopg2 = 2.9.9
ptyprocess = 0.6.0:whl
ptyprocess = 0.6.0:whl
...
@@ -324,7 +326,7 @@ pycparser = 2.20
...
@@ -324,7 +326,7 @@ pycparser = 2.20
pycurl = 7.45.0
pycurl = 7.45.0
pydantic = 2.6.3:whl
pydantic = 2.6.3:whl
pydantic-core = 2.16.3:whl
pydantic-core = 2.16.3:whl
pygls = 1.
1.0
:whl
pygls = 1.
3.1
:whl
Pygments = 2.9.0
Pygments = 2.9.0
PyNaCl = 1.3.0
PyNaCl = 1.3.0
pyOpenSSL = 19.1.0
pyOpenSSL = 19.1.0
...
@@ -402,14 +404,14 @@ webcolors = 1.12
...
@@ -402,14 +404,14 @@ webcolors = 1.12
webencodings = 0.5.1
webencodings = 0.5.1
websocket-client = 1.5.1
websocket-client = 1.5.1
websockets = 10.4
websockets = 10.4
Werkzeug = 3.
0.0
:whl
Werkzeug = 3.
1.3
:whl
wheel = 0.41.2:whl
wheel = 0.41.2:whl
widgetsnbextension = 4.0.10:whl
widgetsnbextension = 4.0.10:whl
wsproto = 1.2.0
wsproto = 1.2.0
xlrd = 1.1.0
xlrd = 1.1.0
xml-marshaller = 1.0.2
xml-marshaller = 1.0.2
yarl = 1.
9.2
yarl = 1.
18.3:whl
zc.buildout.languageserver = 0.1
1
.0
zc.buildout.languageserver = 0.1
3
.0
zc.lockfile = 1.4
zc.lockfile = 1.4
ZConfig = 3.6.1
ZConfig = 3.6.1
zdaemon = 4.2.0
zdaemon = 4.2.0
...
...
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