cloudix_mcp_server
5034429022
fix: unpin cffi from requirements.txt to use system python3-cffi
...
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 1m26s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
SABnzbd 3.7.2 pins cffi==1.15.1 which is incompatible with Python 3.13
(removed internal API _PyErr_WriteUnraisableMsg). Relax the pin so pip
uses the system-installed python3-cffi (Debian Trixie's version).
2026-06-12 08:28:22 -04:00
cloudix_mcp_server
8572d2e071
fix: install python3-cffi from apt (Python 3.13 compatible)
...
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 1m33s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
The pip cffi package fails to build from source on Python 3.13
(no pre-built wheel). Install python3-cffi from Debian repos instead.
Remove the pip cffi>=1.17 workaround.
2026-06-12 08:20:41 -04:00
cloudix_mcp_server
bfc1e68e90
fix: pre-install cffi>=1.17 for Python 3.13 compatibility
...
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Failing after 1m46s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
SABnzbd's requirements.txt pins cffi 1.15.1 which uses the removed
_PyErr_WriteUnraisableMsg API (Python 3.13+). Pre-install cffi>=1.17
so pip doesn't try to build the incompatible version.
2026-06-12 08:17:49 -04:00
cloudix_mcp_server
2edb1909df
fix: remove pip --upgrade pip (Debian's pip 25.1.1 has no RECORD file)
...
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Failing after 1m38s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Debian's pip 25.1.1 is already installed without a RECORD file, causing
the upgrade to fail. The system pip is already recent enough for
requirements.txt.
2026-06-12 08:15:26 -04:00
cloudix_mcp_server
f505b1cac0
fix: remove explicit sabyenc pip install (incompatible with Python 3.13)
...
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 45s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
sabyenc uses deprecated Python 2 C API (PyString_*) removed in Python
3.12+. Debian Trixie ships Python 3.13. The yEnc dependency is handled
by SABnzbd's requirements.txt. Remove the outdated explicit pip install.
2026-06-12 08:13:22 -04:00
cloudix_mcp_server
1e05c40ffc
fix: add PIP_BREAK_SYSTEM_PACKAGES=1 for Debian Trixie PEP 668
...
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Failing after 54s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Debian Trixie enforces PEP 668 (externally-managed-environment),
blocking system-wide pip installs. Export PIP_BREAK_SYSTEM_PACKAGES=1
to allow pip to install sabyenc and other Python deps in the container.
2026-06-12 08:10:46 -04:00
cloudix_mcp_server
bba9068158
fix: replace python3-yenc with pip sabyenc for Trixie compatibility
...
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 55s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
python3-yenc was removed from Debian Trixie. SABnzbd uses sabyenc
(via pip) as the replacement. Uncomment the pip install line and
remove python3-yenc from apt RUNTIME_PACKAGES.
2026-06-12 08:08:11 -04:00
cloudix_mcp_server
3b3af1662f
chore: bump debian buster → trixie and fix sources.list for deb822 format
...
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 18s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Debian Trixie uses the new deb822 format (/etc/apt/sources.list.d/debian.sources)
instead of the old /etc/apt/sources.list file. The two sed commands that target
sources.list need updating:
- Remove archive.debian.org redirect (Trixie is still active on main mirrors)
- Add contrib/non-free to the deb822-format sources file
2026-06-12 08:06:21 -04:00
jcabillot
09d016ea62
Merge pull request 'chore(config): migrate Renovate config' ( #8 ) from renovate/migrate-config into master
...
Docker Build and Push / build (push) Successful in 58s
Docker Build and Push / lint (push) Failing after 13m55s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
Reviewed-on: #8
2026-06-09 11:16:19 -04:00
renovate
ef003fa0ae
chore(config): migrate config renovate.json
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 57s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 14:29:55 +00:00
jcabillot
c32609b256
Merge pull request 'chore: improve renovate dependency detection' ( #5 ) from chore/renovate into master
...
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / build (push) Successful in 49s
Docker Build and Push / test (push) Successful in 28s
Docker Build and Push / push (push) Successful in 43s
Reviewed-on: #5
2026-06-09 10:11:09 -04:00
Sagent
a9fffe0017
chore: remove redundant FROM regexManager, quotes already fixed in Dockerfile
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 56s
Docker Build and Push / test (pull_request) Successful in 35s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 14:06:00 +00:00
Sagent
ceace4cbcf
chore: remove redundant configs now handled globally
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 1m28s
Docker Build and Push / test (pull_request) Successful in 25s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 13:41:05 +00:00
Sagent
1319d1d3c2
chore: improve renovate dependency detection
...
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Failing after 1m27s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Add renovate.json with custom regexManagers for:
- Quoted FROM images (debian:buster)
- SABNZBD_VERSION, TINI_VERSION, PAR2CMDLINE_VERSION env pins
- Disable gitlabci manager (legacy CI, migrated to Gitea Actions)
- Remove unnecessary quotes from FROM image reference
2026-06-09 02:15:40 +00:00
jcabillot
7ca58ebb9e
Merge pull request 'Update hadolint/hadolint-action action to v3.3.0' ( #4 ) from renovate/hadolint-hadolint-action-3.x into master
...
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 1m30s
Docker Build and Push / test (push) Successful in 41s
Docker Build and Push / push (push) Successful in 52s
Reviewed-on: #4
2026-06-08 18:16:31 -04:00
renovate
942a9f9970
Update hadolint/hadolint-action action to v3.3.0
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Successful in 2m21s
Docker Build and Push / test (pull_request) Successful in 53s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 21:43:48 +00:00
jcabillot
9c9447e497
Merge pull request 'feat: add lint, build, test, push pipeline with SHA-pinned actions' ( #3 ) from feat/gitea-actions-v2 into master
...
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build (push) Successful in 2m22s
Docker Build and Push / test (push) Successful in 24s
Docker Build and Push / push (push) Successful in 43s
Reviewed-on: #3
2026-06-08 17:40:27 -04:00
Sagent
8b6088cee9
fix: redirect deb.debian.org to archive.debian.org for buster EOL
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 2m42s
Docker Build and Push / test (pull_request) Successful in 21s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 21:25:27 +00:00
Sagent
c0b250624f
fix: add DL3013,DL3042 to hadolint ignore for pip install
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Failing after 13s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:46:03 +00:00
Sagent
fb21d41f32
fix: unquote HEALTHCHECK interval to satisfy hadolint parser
Docker Build and Push / lint (pull_request) Failing after 6s
Docker Build and Push / build (pull_request) Failing after 10s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:53:14 +00:00
Sagent
b9f2cd448b
feat: add lint, build, test, push pipeline with SHA-pinned actions
...
Docker Build and Push / lint (pull_request) Failing after 8s
Docker Build and Push / build (pull_request) Failing after 25s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Split single build job into 4 jobs: lint, build, test, push
- SHA-pin all actions for supply chain security
- Use ChristopherHX artifact actions (Gitea-compatible)
- Add tests/test.sh with Docker bridge gateway networking
- Add hadolint ignore for apt/brace patterns
2026-06-08 19:41:55 +00:00
jcabillot
4326789e15
feat: add Gitea Actions workflow
...
Docker Build and Push / build (push) Failing after 30s
feat: add Gitea Actions workflow
2026-05-29 16:23:14 -04:00
Julien Cabillot
4082efb659
feat: add Gitea Actions workflow
2026-05-29 14:46:38 -04:00
Julien Cabillot
9de18a7ae0
feat: add Gitea Actions workflow
2026-05-29 14:19:34 -04:00
Julien Cabillot
9d2efd856b
feat: add Gitea Actions workflow
2026-05-29 14:04:55 -04:00
Julien Cabillot
5ede3e3bf0
feat: mega update
web/sabnzbd/pipeline/head There was a failure building this commit
2023-02-24 17:28:31 -05:00
jcabillot
fadad98661
fix jenkinsfile
Web/sabnzbd/master This commit looks good
Web/sabnzbd/pipeline/head This commit looks good
web/sabnzbd/pipeline/head This commit looks good
2020-01-08 13:54:02 -05:00
jcabillot
fb197d6bba
import
Web/sabnzbd/master This commit looks good
2019-10-20 13:51:35 -04:00
Cabillot Julien
c2442efbb9
fix cleanup
2018-05-14 14:00:39 -04:00
Julien Cabillot
bcbc066173
Maintainer -> label maintainer
2018-05-06 16:26:29 +00:00
Cabillot Julien
fd983e6f95
on désactive tini
2018-02-21 12:07:26 +01:00
root
0d443a0057
Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/www/sabnzbd
2017-12-07 15:49:24 +01:00
root
87681bbde8
changement maintainer
2017-11-06 20:08:42 +01:00
Julien Cabillot
19264b502c
changement maintainer
2017-11-06 20:08:42 +01:00
root
60a2becec1
ajout de tiny pour l'init
2017-11-06 11:44:18 +01:00
Julien Cabillot
000c242e38
ajout de tiny pour l'init
2017-11-06 11:44:18 +01:00
root
09962aadc1
ménage
2017-11-03 08:49:44 +01:00
Julien Cabillot
ea5069c81d
ménage
2017-11-03 08:49:44 +01:00
root
ad70368630
Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/www/sabnzbd
2017-11-01 18:45:49 +01:00
Julien Cabillot
e5027cdc57
Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/www/sabnzbd
2017-11-01 18:45:49 +01:00
root
046ead009f
ajout curl pour healthcheck
2017-11-01 18:45:44 +01:00
Julien Cabillot
4a98cd4b23
ajout curl pour healthcheck
2017-11-01 18:45:44 +01:00
Julien Cabillot
ee0d49965f
Add .gitlab-ci.yml
2017-11-01 12:43:14 +00:00
Julien Cabillot
64c6d92e05
Add .gitlab-ci.yml
2017-11-01 12:43:14 +00:00
root
14ac4d9cb4
ajout du health check
2017-10-31 21:49:19 +01:00
Julien Cabillot
97e90dd22e
ajout du health check
2017-10-31 21:49:19 +01:00
root
473fe4d59f
import
2017-10-31 21:38:46 +01:00
Julien Cabillot
1de72fca33
import
2017-10-31 21:38:46 +01:00