pakket icon indicating copy to clipboard operation
pakket copied to clipboard

Bootstrapping: use local repo for phase I

Open mickeyn opened this issue 9 years ago • 0 comments

in phase I we build half-baked toolchain modules that depend on locally installed modules and we remove those after phase II to be built again properly.

now, if we use a remote/shared repo, it means that our temp. packages may be downloaded by someone else while we are building stuff.

I suggest that in phase I we create a local File repo (in a temp dir) and for those packages without storing them in the real repo.

mickeyn avatar Apr 11 '17 13:04 mickeyn