Olaf Hering

Results 45 issues of Olaf Hering

If built with obs_scm_testsuite disabled PyYAML is still required at runtime.

documentation

SLE_15 x86_64 unresolvable: nothing provides python-unittest2

bug

Since nearly two weeks seen in `home:olh/mutt`: `_service`: ```` http://dev.mutt.org/hg/mutt hg {rev} default mutt *.tar xz ```` ```` service tar_scm failed: Use of uninitialized value $val in concatenation (.) or...

bug

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...

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...

One of the maintenance tasks of an RMT server is to find potentially stale repositories. This can be done as shown in issue #1136. One could parse the `rmt-cli mirror...

It seems that all files are downloaded to `/tmp` before they are moved to `/usr/share/rmt/public/repo/`. Since the directory `/usr/share/rmt/public/repo/` points to the actual storage (the RMT admin owns that symlink),...

`rmt-cli repos custom list` understands the `--csv` option (but not the `--all` option). The available options are not shown with `rmt-cli repos custom list --help`. Other `repos custom` subcommands may...