Yves Martin

Results 22 issues of Yves Martin

When restoring, apt update reports a failure about an unknown key. I had to extract `.tar.gz` into `/` to get all gpg keys and so update apt sources without key...

My system has only sources in `/etc/apt/sources.list.d/` and none in `/etc/apt/sources.list`. So in such a condition, restore applies no change on system.

From https://www.openhab.org/docs/installation/synology.html Docker engine is mentioned as a requirement. But SynoCommunity provides Java 11 OpenJDK package https://synocommunity.com/package/java-11-openjdk So I propose to extend documentation with this alternative to docker image.

Code seems to search for latest package version without matching architecture first. As a result, a recent package revision for an architecture X (without publishing for Y) may hide previous...

Current POST implementation to upload a package in system suffers multiple issues: - slow, really slow - if interrupted or failed because of conflict, still has to wait for another...

When publish fails or version already exists on disk: ``` [2020-07-26 08:33:20 +0000] [9] [ERROR] Error handling request /packages Traceback (most recent call last): File "/usr/src/app/spkrepo/views/api.py", line 261, in post...

When trying to publish hassio package #3732 with `make publish-arch-x64-6.1`, repository rejects action with 502 error and stack trace ``` /var/www/spkrepo/env/lib/python3.4/site-packages/sqlalchemy/orm/dependency.py:465: SAWarning: Object of type not in session, add operation...

Package Center now displays Synology packages organized as "Categories". It may be useful to publish SynoCommunity the same way.

According to @Diaoul there is space for cache improvements. Aim is to cache same resource according to relevant request parameters only. Should set explicitly as own-made cache entry key where...

Hello Every few months, spkrepo no longer answers to requests - nginx replies 502, and it looks like a service restart is required. I am not sure if it is...

help wanted