catay / rrst

Remote Repository Sync Tool
Apache License 2.0
5 stars 1 forks source link

drpm files required #14

Open FcoCalero opened 5 years ago

FcoCalero commented 5 years ago

Testing an upgrade from sles12 sp3 to sp4 during the zypper dup process, it asks about some *.drpm files which are not present in the repos.

These files *drpm are needed to perform the zypper dup, including them in the download scope will solve this problem.

FcoCalero commented 5 years ago

https://github.com/catay/rrst/blob/1c8e69c5ab7e2af3933400e470092ad2e488af96/repository/repository.go#L559

Not sure if it will accept wilcard for including drpm files

if info.Mode().IsRegular() && strings.HasSuffix(path, "*rpm") {

FcoCalero commented 5 years ago

Setting the option download.use_deltarpm = false in the file /etc/zypp/zypp.conf will fix this problem

No delta rpm will be required.

Thanks Mr Catay :)

catay commented 4 years ago

Currently delta RPM support is not included. Will add it as a future enhancement.