spkenv / spk

A Package Manager for high velocity software environments, built on spfs.
https://spkenv.dev
Apache License 2.0
38 stars 6 forks source link

Allow building packages without an origin configured #1087

Closed rydrman closed 3 months ago

rydrman commented 3 months ago

Replaces the default use of the origin repo with a check that only does so if it is actually configured. This will allow for building packages locally on a machine without first setting up a configuration file.

closes #1085