This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremy.kloth
Recipients jeremy.kloth, jkloth, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-02-21.15:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3+MRqo4twKNYww9UFUshtVEEcVepvsKB71wymVgSjbPJA@mail.gmail.com>
In-reply-to <1645446847.86.0.703455640244.issue46789@roundup.psfhosted.org>
Content
> Would it be possible to create a download cache somewhere outside the Python source tree, so "git clean -fdx" would not remove this cache?

I was thinking of locating it next to the checkout directory.  The
current structure is:

[worker root]
-- [builder root]
---- [checkout]

I propose to add the externals directory within the builder root, so
each branch would still have a unique copy.
History
Date User Action Args
2022-02-21 15:00:07jeremy.klothsetrecipients: + jeremy.kloth, paul.moore, vstinner, tim.golden, jkloth, zach.ware, steve.dower, pablogsal
2022-02-21 15:00:07jeremy.klothlinkissue46789 messages
2022-02-21 15:00:07jeremy.klothcreate