This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Publish: register publishes without copying them #4157
Publish: register publishes without copying them #4157
Changes from 12 commits
59b4f58
5aed3f9
07ee68e
3eb9672
0aa0080
2327438
499c321
9c381b4
1106f8c
b67c8e2
ddfaae8
af3ebeb
d971f9e
d1ee451
ea27412
c208a82
c9496bc
3fabd51
0a12a42
cccd9c6
30eca6f
4c53a77
726c8f2
a1f85d3
d8ed899
98f45c2
f3481dd
663538c
fe0336c
a1a50a6
d18fc94
8a267f6
9bf00f9
3cf3fd6
d9a7d5c
51c7925
a3969f8
ee58c0c
da274a7
b6873a0
e3866df
3c09dfc
5d8ddb6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say original dirname and basename is representation specific and not instance specific.EDITED:
The dirname is used for all representations. But I think it should be always set to staging dir from instance and never from representation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, used
instance_stagingdir
instead.