openrepo icon indicating copy to clipboard operation
openrepo copied to clipboard

Open Source repository management for deb, rpm, and generic packages

Results 18 openrepo issues
Sort by recently updated
recently updated
newest added

On the build status screen the builds are sorted alphabetically, instead of being sorted by build number. Due to that the alphabetically smallest build is shown by default when opening...

Currently on the repo screen packages are sorted by upload order. It would be very helpful if the column headers where clickable and would then sort packages by that column...

I have an issue where with an apt repo with contents like this: ![image](https://github.com/openkilt/openrepo/assets/117777/0b1410a2-a3b0-4520-bdbe-4e0bafce0f4f) a simple `apt install kumomta` will install version `2023.03.30.180934.427c74f0` instead of the latest `2023.06.22.135051.51b72a83`. is there...

We tried for the applications to update it's working fine. Please let me know the steps to create a repository for an upgraded OS, such as Linux mint 20 to...

Hi, I was modify docker-compose to expose port 80 ```yaml version: "3.9" services: nginx: image: openkilt/openrepo:latest command: nginx restart: unless-stopped ports: - "80:80" depends_on: - "django" volumes: - ./openrepo-data:/var/lib/openrepo ```...

Hi! I've been playing around with openrepo tonight and I'm not sure exactly how I'm supposed to use the signing key with an rpm repo. I can create a new...

Hi Matt, it's me again 😅 I have a small suggestion, like the title says. Currently the Repo Instructions look like this: ``` apt update && apt install -y curl...

Currently, the signing key associated with a repository is not made available for clients to download till atleast one package is uploaded to the repository. As a result, clients which...

Prior to this proposed fix, django container kicks off as soon as the db container is created. This ends up in these errors on the django container startup as shown...

# Problem An automated build is missing from openrepo; it is desired for two reasons: - make sure that the build is still passing following branch changes, before merge -...