[Abtlinux-svn] SF.net SVN: abtlinux: [242] src/trunk/abt.rb
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-11-25 16:14:07
|
Revision: 242 http://svn.sourceforge.net/abtlinux/?rev=242&view=rev Author: eschabell Date: 2006-11-25 08:14:07 -0800 (Sat, 25 Nov 2006) Log Message: ----------- Updated to work with the new log display method. Modified Paths: -------------- src/trunk/abt.rb Modified: src/trunk/abt.rb =================================================================== --- src/trunk/abt.rb 2006-11-25 16:13:17 UTC (rev 241) +++ src/trunk/abt.rb 2006-11-25 16:14:07 UTC (rev 242) @@ -198,7 +198,7 @@ # abt show-journal when "show-journal" - reporter.showJournal + reporter.showJournal( $JOURNAL ) when "show-iqueue" puts "Display contents of install queue." @@ -223,7 +223,7 @@ # abtlinux.org news feeds. puts "\n" - if ( !downloader.retrieveNewsFeed( $ABTNEWS ) ) + if ( !downloader.retrieveNewsFeed( $ABTNEWS , "true" ) ) puts "Failed to retrieve the AbTLinux news feed." end @@ -236,6 +236,9 @@ if ( !downloader.retrieveNewsFeed( $ABTNEWS_POSTS ) ) puts "Failed to retrieve the AbTLinux new posts news feed." end + + # display the file contents. + reporter.showJournal( $ABTNEWS_LOG ) logger.logToJournal( "Completed the retrieval of AbTLinux news." ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |