rmt icon indicating copy to clipboard operation
rmt copied to clipboard

RPM repository mirroring tool and registration proxy for SUSE Customer Center.

Results 36 rmt issues
Sort by recently updated
recently updated
newest added

I have a published repository from a project in IBS. It gets exported via NFS, which makes it simple to transfer the directory somewhere else. I copied the exported directory...

The German translation does not say what the English message is supposed to mean. ```` # rmt-cli sync Mindestens ein ausgewähltes Gerät ist bereits konfiguriert. Beenden Sie die Konfiguration oder...

## Description Fix missing subscription from activation during 15sp5 -> 15sp6 migration. ## Change Type *Please select the correct option.* - [x] **Bug Fix** (a non-breaking change which fixes an...

WIP

When a subscription expires in SCC, that was providing a repository to RMT, mirroring that repo currently fails with "Unknown repository type", which is very misleading.

## Description Move the instance verification check to the InstanceVerification engine ## Change Type *Please select the correct option.* - [ ] **Bug Fix** (a non-breaking change which fixes an...

## Description Please describe your change and provide as much context as possible. Fixes # (issue) ## Change Type *Please select the correct option.* - [ ] **Bug Fix** (a...

WIP

## Description - Remove registry cache in the same engine that it is created - Get repository and registry cache paths in one place to avoid duplication ## Change Type...

## Description Please describe your change and provide as much context as possible. Fixes # (issue) ## Change Type *Please select the correct option.* - [ ] **Bug Fix** (a...

WIP

Files downloaded for a custom repository do not appear in the download area: ```` rmt-cli mirror repository $name I, [2024-05-03T02:29:45.513953 #28674] INFO -- : Mirroring repository $name to /usr/share/rmt/public/repo/$somewhere ......

A naive way to find available repositories is: ```` find /usr/share/rmt/public/repo/ -xdev -path '*/repodata/repomd.xml' ```` Such detection broke with 2.16. There is now a copy of `repodata` below `repodata`. As...