From 2f8d8f69e10858fb3c1ac99ba7eda38ec13e7774 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 5 Mar 2017 18:34:35 +0000 Subject: Added cfengine_stdlib submodule --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..1e1138e --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +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 -- cgit v1.2.3