Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #20041: rudder-lang in 7.0 should use ncf 7.0 #3910

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions language/Makefile
Expand Up @@ -67,10 +67,10 @@ check: lint test
libs:
mkdir -p repos
[ -d repos/ncf ] || git clone git@github.com:Normation/ncf.git repos/ncf
cd repos/ncf && git checkout master && git pull origin master
cd repos/ncf && git checkout branches/rudder/7.0 && git pull origin branches/rudder/7.0
[ -d repos/dsc ] || git clone git@github.com:Normation/rudder-agent-windows.git repos/dsc \
|| mkdir -p repos/dsc/plugin/ncf/30_generic_methods/ repos/dsc/packaging/Files/share/initial-policy/ncf/30_generic_methods/
cd repos/dsc && git checkout master && git pull origin master || true
cd repos/dsc && git checkout branches/rudder/7.0 && git pull origin branches/rudder/7.0 || true
tools/generate_lib tools/rudderc-dev.conf

libs-docs: libs
Expand Down