OneGet / oneget

PackageManagement (aka OneGet) is a package manager for Windows
MIT License
2.38k stars 189 forks source link

Decouple caching packages from installing packages per-scope #469

Closed jzabroski closed 5 years ago

jzabroski commented 5 years ago
  1. Align package installation to ExecutionPolicyScope enum
  2. Align package trust to ExecutionPolicy enum
  3. Replace concept of "trust" and "cache" with unifiying concept of merkle tree to separate data from the verification of the data
  4. Move Feature Request: Ability to configure PSRepository on a system-wide level located in PowerShell organization's PowerShellGet repository under OneGet issues
SydneyhSmith commented 5 years ago

Thanks for the feature request @jzabroski as you know we are currently not investing in PackageMangagement but will consider this as an option for PowerShellGet 3.0...that RFC is probably the best place to propose this concept...thanks!

jzabroski commented 5 years ago

Closed issue to help cut down on noise in the backlog. THanks @SydneyhSmith for the heads up! I actually didn't know PackageManagement was dead. I'm really not a PowerShell person.