[BACKUPFILE] Error generated if no source package exist in install manager source packages directory #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If no package exist in data/upload/install/packagesrc, the backupfile and installmanager generate an error :
This issue requires to modify the backupfile object source code to implement the case the directory is not existing or empty. It should be great to implement the creation of the directory directly in the installer too.
Issue fixed. Added a condition check on packages sources install directory in installmanager coordination object through the return of getContentDir() from backup package.
Pushed to master.