Changeset 24030


Ignore:
Timestamp:
10/02/13 03:14:19 (10 years ago)
Author:
obi
Message:

show always the beta changelogs in infomenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/info.h

    r23215 r24030  
    6969                char* out = NULL;
    7070
    71                 if(file_exist("/etc/.beta"))
     71//              if(file_exist("/etc/.beta"))
    7272                        path = ostrcat(path, "/svn/image-beta/changelog.", 1, 0);
    73                 else
    74                         path = ostrcat(path, "/svn/image/changelog.", 1, 0);
     73//              else
     74//                      path = ostrcat(path, "/svn/image/changelog.", 1, 0);
    7575
    7676                path = ostrcat(path, boxversion, 1, 0);
    7777                path = ostrcat(path, ".titan", 1, 0);
    7878
    79                 if(file_exist("/etc/.beta"))
     79//              if(file_exist("/etc/.beta"))
    8080                        tmpstr = gethttp("titannit.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
    81                 else
    82                         tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
     81//              else
     82//                      tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
    8383
    8484                free(path), path = NULL;
     
    9494                char* out = NULL;
    9595
    96                 if(file_exist("/etc/.beta"))
     96//              if(file_exist("/etc/.beta"))
    9797                        path = ostrcat(path, "/svn/image-beta/changelog.git", 1, 0);
    98                 else
    99                         path = ostrcat(path, "/svn/image/changelog.git", 1, 0);
     98//              else
     99//                      path = ostrcat(path, "/svn/image/changelog.git", 1, 0);
    100100
    101                 if(file_exist("/etc/.beta"))
     101//              if(file_exist("/etc/.beta"))
    102102                        tmpstr = gethttp("titannit.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
    103                 else
    104                         tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
     103//              else
     104//                      tmpstr = gethttp("atemio.dyndns.tv", path, 80, NULL, HTTPAUTH, 5000, NULL, 0);
    105105
    106106                free(path), path = NULL;
Note: See TracChangeset for help on using the changeset viewer.