Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled backlogged transfers #9

Merged
merged 0 commits into from Apr 28, 2014
Merged

Conversation

Hwesta
Copy link
Contributor

@Hwesta Hwesta commented Apr 16, 2014

Added backlog purpose to location and config for default location. POSTing to a Location with a pipeline, origin location, and list of files will move the files from the provided location to the location posted to. Fixed some problems with moving folders.

Supports AM PR for SIP Arrangement.

backlog, _ = locations_models.Location.objects.get_or_create(
purpose=locations_models.Location.BACKLOG,
space=space,
relative_path=os.path.join('var', 'archivematica', 'sharedDirectory', 'www', 'AIPsStore', 'transferBacklog'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The relative_path is meant to be relative to /?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the default Space (created line 45) is '/'.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, right.

@mistydemeo
Copy link
Contributor

👍

@qubot qubot merged commit 15d9b8a into qa/0.x Apr 28, 2014
@qubot qubot deleted the dev/issue-6131-siparrangement branch April 28, 2014 23:55
@Hwesta Hwesta modified the milestone: 0.5.0 and earlier Apr 26, 2016
cole pushed a commit to cole/archivematica-storage-service that referenced this pull request Jun 28, 2017
See artefactual#7 and artefactual#9 for more details.

- storage_service.settings.test: disable whitenoise
- locations/fixtures/package.json: use json empty document default
- Dockerfile: add p7zip missing dependency
- Dockerfile: add workdir
- Dockerfile: add pythonpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants