Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r2380 - in trunk/oe: classes conf ([EMAIL PROTECTED])
   2. r2381 - trunk/src/target/gsm/src/util ([EMAIL PROTECTED])
--- Begin Message ---
Author: shoragan
Date: 2007-07-12 16:32:15 +0200 (Thu, 12 Jul 2007)
New Revision: 2380

Modified:
   trunk/oe/classes/base.bbclass
   trunk/oe/conf/site.conf
Log:
Use archive.apache.org only as a fallback.

Modified: trunk/oe/classes/base.bbclass
===================================================================
--- trunk/oe/classes/base.bbclass       2007-07-12 08:00:49 UTC (rev 2379)
+++ trunk/oe/classes/base.bbclass       2007-07-12 14:32:15 UTC (rev 2380)
@@ -857,6 +857,7 @@
 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  
ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/
 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  
ftp://sunsite.ualberta.ca/pub/Mirror/lsof/
 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  
ftp://the.wiretapped.net/pub/security/host-security/lsof/
+http://www.apache.org/dist     http://archive.apache.org/dist
 
 }
 

Modified: trunk/oe/conf/site.conf
===================================================================
--- trunk/oe/conf/site.conf     2007-07-12 08:00:49 UTC (rev 2379)
+++ trunk/oe/conf/site.conf     2007-07-12 14:32:15 UTC (rev 2380)
@@ -14,4 +14,3 @@
 #INHIBIT_PACKAGE_STRIP = "1"
 SOURCEFORGE_MIRROR = "http://belnet.dl.sf.net";
 #PARALLEL_MAKE = ""
-APACHE_MIRROR = "http://archive.apache.org/dist";




--- End Message ---
--- Begin Message ---
Author: shoragan
Date: 2007-07-12 18:23:59 +0200 (Thu, 12 Jul 2007)
New Revision: 2381

Modified:
   trunk/src/target/gsm/src/util/shell.c
Log:
Flush stdout after handling each event.
This should fix 
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=606

Modified: trunk/src/target/gsm/src/util/shell.c
===================================================================
--- trunk/src/target/gsm/src/util/shell.c       2007-07-12 14:32:15 UTC (rev 
2380)
+++ trunk/src/target/gsm/src/util/shell.c       2007-07-12 16:23:59 UTC (rev 
2381)
@@ -303,5 +303,6 @@
                                printf("Unknown command `%s'\n", buf);
                        }
                }
+               fflush(stdout);
        }
 }




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to