cfengine stdlib =============== The cfengine stdlib repo on legend is a repo initialized from the master branch of the official github masterfiles. To update, run: git clone https://github.com/cfengine/masterfiles/ cfengine_stdlib cd cfengine_masterfiles/ git filter-branch --subdirectory-filter lib -- --all git remote remove origin git remote add legend gitolite3@10.1.0.254:cfengine_stdlib git remote update git push legend master Then in your masterfiles repo: git submodule update --init --recursive