artefactual / archivematica-sampledata

Archivematica sample data
http://www.archivematica.org
17 stars 15 forks source link

WIP: Rework Bags into Bags Examples directories #66

Closed ross-spencer closed 4 years ago

ross-spencer commented 4 years ago

Adopting a similar pattern to other samples grouping by function, this creates greater distinction between bag transfers, e.g.:

SampleTransfers/BagExamples$ $ tree -d
.
├── TarGzBags
├── UnzippedBags
│   ├── BaggedDemoTransferCSV
│   │   ├── data
│   │   │   └── artwork
│   │   └── metadata
│   │       └── submissionDocumentation
│   ├── BagTransfer
│   │   └── data
│   │       └── bagTest
│   ├── SimpleBagWithProcessingMCP
│   │   └── data
│   └── UnzippedBag
│       └── data
└── ZippedBags

NB. May currently break AMAUAT without https://github.com/artefactual/archivematica-sampledata/pull/67

New transfers

Connected to https://github.com/archivematica/Issues/issues/771 Connected to https://github.com/archivematica/Issues/issues/851 Needed by https://github.com/artefactual/archivematica-sampledata/pull/67

TODO (for another PR another day?)

This could greatly benefit from a makefile. BUT! Creating tar.gz from a script is an incredible art and I have not yet learned it well.