clearlinux / swupd-server

Software update server (deprecated)
Other
13 stars 17 forks source link

Support type changes from directories to files and symlinks #50

Open phmccarty opened 7 years ago

phmccarty commented 7 years ago

Type changes for directory->file and directory->symlink are currently not supported, but it will useful to support them.

phmccarty commented 7 years ago

More background posted to the wiki: https://github.com/clearlinux/swupd-server/wiki/Type-changes

pohly commented 7 years ago

Can this be extended to also cover file->symlink?

We have that situation in Ostro OS 1.0 -> current release for /usr/lib/ssl/openssl.cnf. I'm not sure what further work is needed besides testing; it seems to work already with swupd client 2.87.

phmccarty commented 7 years ago

@pohly file->symlink is already supported. Just the directory->N type changes are unsupported at the moment.