-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't share tmp repos between artifacts [#541]
lein-module based projects will share an aether session when deploying, but we want each module to have it's own session, so they will each have their own atomic deploy. Without this change, the second and all subsequent module deploys will fail. The fix here is to store the tmp repos as a seq, and find the existing one that matches the current upload, or creating a new one if none match. This would allow interleaving files for different artifacts in the same session, which none of the existing tooling does, but who knows what craziness exists out there?
- Loading branch information
Showing
1 changed file
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters