From f742dd53e19891e9125be2bc27411fc80925af49 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 16 Jun 2018 14:21:05 +0200 Subject: Updated cfengine stdlib and modules --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 0ea3764..cda5512 100644 --- a/README +++ b/README @@ -1,16 +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: +The cfengine stdlib repo on git 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_stdlib/ git filter-branch --subdirectory-filter lib -- --all git remote remove origin -git remote add legend gitolite3@10.1.0.254:cfengine_stdlib +git remote add git git@git:cfengine_stdlib git remote update -git rebase legend/master -git push legend master +git rebase git/master +git push git master Then in your masterfiles repo: @@ -25,10 +25,10 @@ git clone https://github.com/cfengine/masterfiles/ cfengine_modules cd cfengine_modules/ git filter-branch --subdirectory-filter modules -- --all git remote remove origin -git remote add legend gitolite3@10.1.0.254:cfengine_modules +git remote add git git@git:cfengine_modules git remote update -git rebase legend/master -git push legend master +git rebase git/master +git push git master Then in your masterfiles repo: @@ -37,5 +37,5 @@ git submodule update --init --recursive Note ==== Submodules were initialized with : -git submodule add gitolite3@10.1.0.254:cfengine_stdlib lib -git submodule add gitolite3@10.1.0.254:cfengine_modules modules +git submodule add git@git:cfengine_stdlib lib +git submodule add git@git:cfengine_modules modules -- cgit v1.2.3