On Tue, 2007-03-13 at 08:10, KP Kirchdoerfer wrote:
> Am Samstag, 10. März 2007 04:46:47 schrieb Mike Noyes:
> > On Fri, 2007-03-09 at 17:04, KP Kirchdoerfer wrote:
> > > Am Donnerstag, 1. März 2007 17:43:04 schrieb Mike Noyes:
> > > > On Thu, 2007-03-01 at 06:39, Mike Noyes wrote:
> > > > > I opened a SR to have 'lockfile' installed. ps2pdf is also missing.
> > > > > I'll address that later if necessary.
> > > > >
> > > > >         [ 1671735 ] lockfile
> > > >
> > > > Everyone,
> > > > The answer from the staff wasn't what I hoped for. It looks like I'll
> > > > need to modify doc-build.sh. :-(
> > > >
> > > >         Comment By: Jeremy Fincher (fincher)
> > > >         Date: 2007-03-01 07:19
> > > >         "The "lockfile" command is provided by the procmail package,
> > > >         which we don't intend to install on the Shell server."
> > >
> > > Mike;
> > > any news about that issue?
> >
> > KP,
> > Thanks for the reminder. Charles pointed me to a shell replacement for
> > lockfile. I'll try to commit it to cvs and employ it on the shell this
> > weekend.
> 
> 
> Mike;
> 
> have you had time to fix it overthe weekend? I really miss the opportunity to 
> update the guides.

KP,
Unfortunately no. Other tasks occupied my time. I'll try again this
week.


> And while we are at it:
> 
> > You can still make them in the bering-uclibc branch. I didn't add any
> > announcements to the hub. I just modified the rss feed display. This
> > means you and your team can continue to operate as before, while I work
> > on upgrading our website with Drupal and Mediawiki.
> >
> >         Note: I still need to run my broken ger_rss script on the SF
> >         shell.
> 
> Can you pls run the script - or even better: fix it as well, so I can run 
> myself after I've made an announcement.

I run the get-rss.sh script below on the SF shell. All you need to do
is:

        cd /tmp/persistent/leaf/phpwebsite/files/phpwsrssfeeds
        rm bering-uclibc.rss
        w3m -dump 
http://leaf.sourceforge.net/bering-uclibc/files/phpwsrssfeeds/bering-uclibc.php 
> bering-uclibc.rss

Finally make sure the group is leaf and the file permissions are 664,
and you're done. Everything will update the next time phpwebsite reads
the rss files (once an hour?).

        Note: I advise checking the w3m dump. Sometimes the file isn't
        correct, and you need to repeat the process.

-bash-3.00$ pwd
/tmp/persistent/leaf/phpwebsite/files/phpwsrssfeeds
        get-rss.sh
        #!/bin/sh
        BRANCH="bering bering-uclibc devel lince oxygen wisp-dist"
         w3m -dump http://leaf.sourceforge.net/files/phpwsrssfeeds/leaf.php > 
leaf.rss
        for f in $BRANCH; do
         w3m -dump http://leaf.sourceforge.net/$f/files/phpwsrssfeeds/$f.php > 
$f.rss
        done

-- 
Mike Noyes <mhnoyes at users.sourceforge.net>
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to