From 45e464acac645b68d0eee5ccd9259041aa00ac53 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 28 May 2013 12:01:25 +0200 Subject: [PATCH] README: update for dylan branch Signed-off-by: Martin Jansa --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index e86ba0a..1f97ac0 100644 --- a/README +++ b/README @@ -1,18 +1,18 @@ This layer depends on: URI: git://github.com/openembedded/oe-core.git -branch: master +branch: dylan revision: HEAD URI: git://github.com/openembedded/meta-oe.git layers: meta-ruby -branch: master +branch: dylan revision: HEAD -Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' +Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5][dylan]' in the subject' When sending single patches, please using something like: -'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][PATCH' +'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][dylan][PATCH' You are encouraged to fork the mirror on github https://github.com/meta-qt5/meta-qt5/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.