Closed mamedin closed 5 years ago
The storage-service postinst script doesn't need this fix, because the archivematica-storage-service repository includes the static directory:
Finally the SS needs the same change, it uses the /usr/lib/archivematica/storage-service/assets
directory and fails on fresh installations when using the --clear
option.
I updated the PR with this modification, and it is ready for CR.
LGTM!
When running the
collectstatic
command with the--clear
option, the following directories are needed:The
--clear
option deletes the directory and it fails when the directory doesn't exist, for example on fresh installations.Connects to https://github.com/archivematica/Issues/issues/413