RE: [Plib-devel] Patches for FreeBSD
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2004-12-31 14:37:19
|
Steve Baker writes: > > Norman Vine wrote: > > > I could place my python script that does this in our projects > > directory so that others could run it after commiting changes > > if this would be helpful > > Yes please! Done :-) It is kind of a brain dead script but .... it seems to work :-) < following from a bash shell on SourceForge > -bash-2.05b$ pwd /home/groups/p/pl/plib -bash-2.05b$ ls -l daily.py -rwxrwxr-x 1 nhv plib 2994 Dec 31 06:18 daily.py invoke it either directly from the plib project directory ./daily.py or from your SF home directory as /home/groups/p/pl/plib/daily.py and it should just do the right thing. I just tested it and it seems to work for 'me' as file owner, but I think I have the permissions right so that any of the PLib developers can invoke it Cheers Norman |