You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle packages now (#5) use /var/lib/perfsonar/bundles/bundle_type and /var/lib/perfsonar/bundles/bundle_version files for storing current current bundle type and version. These files get overwritten in postinst scripts of respective packages, so the end result depends on the order the bundle packages are installed or reconfigured:
This would need to be changed both in the Debian and RPM packages and also change the code from Version.pm that reads the version information as it was done in #5.
Bundle packages now (#5) use
/var/lib/perfsonar/bundles/bundle_type
and/var/lib/perfsonar/bundles/bundle_version
files for storing current current bundle type and version. These files get overwritten in postinst scripts of respective packages, so the end result depends on the order the bundle packages are installed or reconfigured:Also the cleanup is not correct when the package is removed.
We could use a more complex but a stable system like this:
The code can than sort the directory names and read the appropriate version file.
The text was updated successfully, but these errors were encountered: