Changeset 7037 in genesis


Ignore:
Timestamp:
Jul 11, 2009, 9:17:30 AM (15 years ago)
Author:
rick
Message:

Make the update button work again (not live output anymore, but working it is :-))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/iris/g_list.pl

    r6965 r7037  
    9494if( $node eq '') {
    9595  if( $ENV{"QUERY_STRING"}=~/update/i) {
    96     printline("<H2>Please wait while updating svn...</H2><P><PRE>");
    97     select(STDERR); $| = 1;     # make unbuffered
    98     select(STDOUT); $| = 1;     # make unbuffered
    99     system("$svn update $ndir");
     96    printline("<PRE>");
     97    #select(STDERR); $| = 1;     # make unbuffered
     98    #select(STDOUT); $| = 1;     # make unbuffered
     99    printline(`$svn update $ndir`);
    100100    printline("</PRE>");
    101101    printline("<H2>Done.<H2><P>");
Note: See TracChangeset for help on using the changeset viewer.