- 18 Nov, 2024 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Following advice from https://luajit.org/download.html use recent commit id, but rely on github archive.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Drop obsoleted patch, enforce --with-shared-termcap-library
-
- 15 Nov, 2024 25 commits
-
-
Łukasz Nowak authored
Also use directly archive with patches.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Changes: * use xz archive * stabilize patch name * update patch to current version
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Expose pkgconfig configuration so that other parts can easily fetch it. See https://bugs-devel.debian.org/cgi-bin/bugreport.cgi?bug=1077190
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Drop fmhttp, as it's not needed to make http calls from our deployments, and the updated version requires much more dependencies for this feature.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The fix for https://github.com/apache/trafficserver/issues/11784 is ready for 9 branch in https://github.com/apache/trafficserver/pull/11835 , so use the patch directly until new version is released.
-
- 14 Nov, 2024 1 commit
-
-
Thomas Gambier authored
We prefer to change the egg version at a different time (usually inside a MR containing other changes).
-
- 13 Nov, 2024 3 commits
-
-
Jérome Perrin authored
e7369525 (stack/erp5: make haproxy reload script wait for old worker processes, 2024-11-10) was an old version of the patch pushed accidentally, this fixes the broken syntax
-
Kazuhiko Shiozaki authored
See merge request nexedi/slapos!1603
-
Jérome Perrin authored
This is mostly to fix some flaky tests, because with the previous approach of just sending a signal for haproxy to reload the config asynchronously we don't know when haproxy has reloaded.
-
- 12 Nov, 2024 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
- update zope to 5.11.1 - update zodbtools to current master ( `0.0.0.dev9-21-gb0fdb5f` ) See merge request nexedi/slapos!1670
-
- 11 Nov, 2024 3 commits
-
-
Jérome Perrin authored
Prevents error like this in the log for ZODB with a tmep_folder 2024-10-04 14:14:53,288 ERROR Zope.ZODBMountPoint Failed to mount database. <type 'exceptions.ImportError'> (No module named TemporaryFolder) Traceback (most recent call last): File "./eggs/Products.ZODBMountPoint-1.3-py2.7.egg/Products/ZODBMountPoint/MountedObject.py", line 255, in _getOrOpenObject obj = self._traverseToMountedRoot(root, parent) File "./eggs/Products.ZODBMountPoint-1.3-py2.7.egg/Products/ZODBMountPoint/MountedObject.py", line 213, in _traverseToMountedRoot obj = blazer.traverseOrConstruct(real_path) File "./eggs/Products.ZODBMountPoint-1.3-py2.7.egg/Products/ZODBMountPoint/MountedObject.py", line 81, in traverseOrConstruct container = self._construct(container, part) File "./eggs/Products.ZODBMountPoint-1.3-py2.7.egg/Products/ZODBMountPoint/MountedObject.py", line 108, in _construct klass = jar.db().classFactory(jar, self.module_name, self.class_name) File "./eggs/Zope-4.8.7-py2.7.egg/Zope2/Startup/datatypes.py", line 288, in simpleClassFactory m = __import__(module, _globals, _globals, _silly) ImportError: No module named TemporaryFolder
-
Jérome Perrin authored
This ease the development and version updates
-
Jérome Perrin authored
This is not needed because we are using a closing context manager
-