opencontrol / discuss

a place to have conversations about OpenControl projects
https://github.com/opencontrol/discuss/issues
Other
16 stars 0 forks source link

Compoents from git? #52

Closed git-ingham closed 5 years ago

git-ingham commented 5 years ago

I want to set up in opencontrol.yaml that the components are obtainable from git. So many other parts support checking out from git, but I cannot find any examples or documentation about keeping the components in git.

Obviously, I can use git behind-the-scenes, but I was hoping to just specify the repo in opencontrol.yaml and be done.

Can this be done?

Thanks

shawndwells commented 5 years ago

On 12/6/18 1:53 PM, Kenneth Ingham wrote:

I want to set up in opencontrol.yaml that the components are obtainable from git. So many other parts support checking out from git, but I cannot find any examples or documentation about keeping the components in git.

Obviously, I can use git behind-the-scenes, but I was hoping to just specify the repo in opencontrol.yaml and be done.

Can this be done?

Absolutely! :)

Here's the opencontrol.yaml [0] we use to power Red Hat's ATO Pathways [1].

[0] https://github.com/RedHatGov/ato-pathways/blob/master/opencontrol.yaml [1] http://atopathways.redhatgov.io/product-documents/

git-ingham commented 5 years ago

Latest version (from earlier today) seems to work OK. Thanks.