hojongs / pbkit-go

Pbkit rewritten in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pollapo install: root lock table

hojongs opened this issue · comments

https://github.com/pbkit/pbkit/blob/15717f801552ef2596373228852a7714c52d9d14/cli/pollapo/rev.ts#L7-L17

branch ref 사용 시, branch에 commit이 push될 때마다 install되는 dependency가 변함
tag ref 사용 시, tag는 임의로 변경될수 있음

이로 인해 영향받지 않기 위해 lock 사용

First of all, we need to figure out whether the ref is a branch or not.
Please consider pbkit/pbkit/issues/185

FYI) pollapo는 semver ref에 대하여 lock을 저장하지 않음.