Browse Source

HPCC-27174 Default --fetchrepos and --updaterepos on

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 3 years ago
parent
commit
e8ed07328a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ecl/eclcc/eclcc.cpp

+ 2 - 2
ecl/eclcc/eclcc.cpp

@@ -431,8 +431,8 @@ protected:
     bool optIgnoreSimplified = false;
     bool optExtraStats = false;
     bool optPruneArchive = true;
-    bool optFetchRepos = false;
-    bool optUpdateRepos = false;
+    bool optFetchRepos = true;
+    bool optUpdateRepos = true;
 
     mutable bool daliConnected = false;
     mutable bool disconnectReported = false;