Ticket #595 (closed enhancement: fixed)
tarsync should extract in /var/tmp/paludis-tarsync/XXXXX
| Reported by: | babali | Owned by: | |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | core/paludis | Version: | 0.26.2 |
| Keywords: | sync tarsync | Cc: | |
| Blocked By: | Blocking: | ||
| Distribution: | Gentoo |
Description
Hi,
Instead of syncing in /var/tmp/paludis-tarsync-XXXXX you should sync in /var/tmp/paludis-tarsync/XXXXX So that i can mount a tmpfs on /var/tmp/paludis-tarsync. Paludis should erase the folder XXXXX after the tarsync.
Thank you ;-)
Change History
Note: See
TracTickets for help on using
tickets.

The problem with doing that is that /var/tmp/paludis-tarsync would either need to be created by the user (which we already require for other things, but it seems like a bit of an unnecessary hassle here), or the script has to create it itself, which brings up all the issues leading to us not doing that elsewhere. I'm tempted to suggest that you just write a custom syncer that mounts the tmpfs automatically, if that's what you want to do.