Changeset 44695 for titan/titan


Ignore:
Timestamp:
02/02/20 11:10:03 (4 years ago)
Author:
obi
Message:

oebuild fix info > changelogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r44682 r44695  
    76817681                path = ostrcat(path, ".titan", 1, 0);
    76827682
     7683#ifdef OEBUILD
     7684                tmpstr1 = gethttp("titannit.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
     7685#else
    76837686                tmpstr1 = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
     7687#endif
     7688
    76847689
    76857690                tmpstr = readfromlinetoline(tmpstr1, 37, 537, 1);
     
    76887693        {
    76897694#ifdef MIPSEL
     7695                path = ostrcat(path, "git.mipsel", 1, 0);
     7696#elif ARM
    76907697                path = ostrcat(path, "git.mipsel", 1, 0);
    76917698#else
     
    76937700#endif
    76947701
     7702#ifdef OEBUILD
     7703                tmpstr1 = gethttp("titannit.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
     7704#else
    76957705                tmpstr1 = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
    7696 
     7706#endif
    76977707                tmpstr = readfromlinetoline(tmpstr1, 0, 500, 1);
    76987708        }
Note: See TracChangeset for help on using the changeset viewer.