Subversion Repositories DevTools

Rev

Rev 906 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 906 Rev 924
Line 187... Line 187...
187
      InetAddress local = InetAddress.getLocalHost();
187
      InetAddress local = InetAddress.getLocalHost();
188
      hostname = local.getHostName();
188
      hostname = local.getHostName();
189
      mHostname = hostname;
189
      mHostname = hostname;
190
      mLogger.info("BuildDaemon set hostname " + mHostname);
190
      mLogger.info("BuildDaemon set hostname " + mHostname);
191
 
191
 
192
      if ( Package.mGenericMachtype == null || Package.mGbeDpkg == null || Package.mGbeDply == null )
192
      if ( Package.mGenericMachtype == null )
193
      {
193
      {
194
        mLogger.fatal("run GBE_MACHTYPE or GBE_DPKG or GBE_DPLY not set");
194
        mLogger.fatal("run GBE_MACHTYPE not set");
195
        throw new Exception("run GBE_MACHTYPE or GBE_DPKG or GBE_DPLY not set");
195
        throw new Exception("run GBE_MACHTYPE not set");
-
 
196
      }
-
 
197
 
-
 
198
      if ( Package.mGbeDpkg == null )
-
 
199
      {
-
 
200
        mLogger.fatal("run GBE_DPKG not set");
-
 
201
        throw new Exception("run GBE_DPKG not set");
196
      }
202
      }
197
      
203
      
-
 
204
 
198
      boolean firstTime = true;
205
      boolean firstTime = true;
199
      
206
      
200
      while (run)
207
      while (run)
201
      {
208
      {
202
        try
209
        try