Signed-off-by: Ioana Grigoropol <ioanax.grigoro...@intel.com>
---
 .../yocto/bc/ui/wizards/install/OptionsPage.java   |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/OptionsPage.java 
b/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/OptionsPage.java
index 37c12f8..9e94aea 100644
--- 
a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/OptionsPage.java
+++ 
b/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/OptionsPage.java
@@ -170,11 +170,11 @@ public class OptionsPage extends FiniteStateWizardPage {
                                setErrorMessage("Directory " + projectPath + " 
does not exist, please select git clone.");
                                return false;
                        }
-                       IHostFile gitDescr = 
RemoteHelper.getRemoteHostFile(connection, projectPath + "/.git", new 
NullProgressMonitor());
-                       if (gitDescr == null || !gitDescr.exists()) {
-                               setErrorMessage("Directory " + projectPath + " 
does not contain a git repository, please select git clone.");
-                               return false;
-                       }
+//                     IHostFile gitDescr = 
RemoteHelper.getRemoteHostFile(connection, projectPath + "/.git", new 
NullProgressMonitor());
+//                     if (gitDescr == null || !gitDescr.exists()) {
+//                             setErrorMessage("Directory " + projectPath + " 
does not contain a git repository, please select git clone.");
+//                             return false;
+//                     }
 
                        IHostFile validationFile = 
RemoteHelper.getRemoteHostFile(connection, projectPath + URI_SEPARATOR + 
InstallWizard.VALIDATION_FILE, new NullProgressMonitor());
                        if (validationFile == null || !validationFile.exists()) 
{
-- 
1.7.9.5

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to