On Mon, Apr 10, 2017 at 4:32 PM, 'Matt Mathis' via CoreOS Dev <[email protected]> wrote: > I have been having recurrent build problem due to version/dependency skew at > the CoreOS head. I don't need to continuously track the bleeding edge. > Is there a way for me to pin CoreOS and all constituent ebuilds to known > consistent state just slightly behind the head?
I'm not sure what exactly "slightly behind the head" would refer to, but you can pick a tag or branch from https://github.com/coreos/manifest and run: repo init -b $branch_or_tag repo sync That will keep you on a different version track. It can be reset by running it with the "master" branch. > This forum does not seem to be sufficient for understanding some of the > churn. Is there a better forum? There is #coreos on freenode if you prefer IRC over mailing lists. Thanks. David
