devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
35 stars 101 forks source link

#1084: omit default edition in the download filename at pip #1237

Closed CREITZ25 closed 1 year ago

CREITZ25 commented 1 year ago

Addition to https://github.com/devonfw/ide/issues/1084: Omit the default edition to keep behavior of previous releases of devonfw-ide. Small change, big impact: This allows to reuse the download cache and prevents that devonfw-ide will download all the existing files again and create duplicates on the disc.

This is coded in pip commandlet, and must be fixed, too