-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Describe the bug
All SIPs should be structured like this, generally speaking:
my-package.zip
└── my-package
├── content
└── header
Note the top-level directory, my-package.
SFA have reported that if the top-level directory is missing, the SIP then fails at the name check with the following error:
While this error is correct (the name is NOT compliant!), it looks like Enduro is creating a random placeholder directory which allows it to pass earlier validations.
To Reproduce
Steps to reproduce the behavior:
- Make a zipped package where the top-level directories are
contentandheader - Run it
Expected behavior
A package with this structure should fail earlier in the workflow, possibly at Identify SIP structure.
Screenshots
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
⏳ In Progress