Jesús García Crespo
Jesús García Crespo
There's no rush to merge this, it's just the removal of some dead code.
We use unar once in the code, lsar is used twice. Can we achieve the same with 7zip? Best to keep the number of deps small, can we use 7zip...
SS stores the `remote_name` of a pipeline when it's created for consequent API access, e.g. re-ingest. ```python remote_name = models.CharField( max_length=256, default=None, null=True, blank=True, help_text="Host or IP address of the...
See https://git.io/vd9qq for more details - we're using gevent and we don't have a pool. We're already doing this in archivematica-dashboard.
In a typical AM/SS installation (deb/rpm/ansible) the process seems to be done in the following way: 1. SS administrator deploys Storage Service code. 2. SS administrator runs `manage.py migrate`. 3....
I've learned today that in the installation instructions of CentOS we ask the user to run the following command: $ sudo ln -sf /usr/bin/7za /usr/bin/7z SS doesn't implement a mechanism...
### Describe the bug Thank you for making this project available, it's really great. I have been unable to describe a path that includes a trailing slash (e.g., `/location/{id}/refresh/` as...
This commit replaces [clamd 1.0.2] with [clamav-client 0.6.0], a modern fork of clamd that follows current Python practices and tooling. clamav-client is tested with supported versions of Python and avoids...