From Bil.Kleb at NASA.gov Tue Aug 7 16:12:36 2007 From: Bil.Kleb at NASA.gov (Bil Kleb) Date: Tue, 07 Aug 2007 16:12:36 -0400 Subject: [NASArb-developers] NASA.rb group permission? Message-ID: <46B8D234.2010304@NASA.gov> $ ./nasarb/webpage/publish scp: /var/www/gforge-projects/nasarb/index.html: Permission denied $ sftp rubyforge.org sftp> cd /var/www/gforge-projects/nasarb sftp> ls -l drwxr-xr-x 4 mikepark nasarb 4096 Aug 2 08:58 classes -rw-r--r-- 1 mikepark nasarb 32 Aug 2 08:58 created.rid drwxr-xr-x 4 mikepark nasarb 4096 Aug 2 08:58 files drwxr-xr-x 5 kleb nasarb 4096 Aug 2 07:25 fortran -rw-r--r-- 1 mikepark nasarb 862 Aug 2 08:58 fr_class_index.html -rw-r--r-- 1 mikepark nasarb 1212 Aug 2 08:58 fr_file_index.html -rw-r--r-- 1 mikepark nasarb 2633 Aug 2 08:58 fr_method_index.html drwxr-xr-x 4 mikepark nasarb 4096 Aug 2 09:03 funit -rw-r--r-- 1 mikepark nasarb 844 Aug 2 09:07 index.html -rw-r--r-- 1 mikepark nasarb 4314 Aug 2 08:58 rdoc-style.css drwxr-xr-x 5 kleb nasarb 4096 Aug 7 16:00 watch-paths sftp> chmod 664 index.html Changing mode on /var/www/gforge-projects/nasarb/index.html Couldn't setstat on "/var/www/gforge-projects/nasarb/index.html": Permission denied I guess we really need to set the group sticky bit on the parent directory? Mike: can you remove all those other toplevel files from our funit release before we had the rubyforge_group set correctly? From Michigan dialup, -- Bil, 757.812.1805 From Bil.Kleb at NASA.gov Wed Aug 15 07:24:40 2007 From: Bil.Kleb at NASA.gov (Bil Kleb) Date: Wed, 15 Aug 2007 07:24:40 -0400 Subject: [NASArb-developers] flibs/funit - flibs Message-ID: <46C2E278.7050208@NASA.gov> Hi, I was in the process of notifying folks of a link change for our "fUnit", http://nasarb.rubyforge.org and ran across yours of the same name, http://flibs.sourceforge.net/funit.html which I had not seen when we finally released ours in April of 2006. Should we resolve the name conflict somehow? Apparently, the pfUnit folks, http://sourceforge.net/projects/pfunit had not found yours either at the time as theirs was also called fUnit until they went to release and found ours... Regards, -- Bil, +1.757.812.1805 From Bil.Kleb at NASA.gov Wed Aug 15 07:37:52 2007 From: Bil.Kleb at NASA.gov (Bil Kleb) Date: Wed, 15 Aug 2007 07:37:52 -0400 Subject: [NASArb-developers] =?iso-8859-1?q?JLinX_-_Blog_=BB_Blog_Archive_?= =?iso-8859-1?q?=BB_FUnit=3A_a_Fortran_Unit_Testing_Framework?= Message-ID: <46C2E590.8090406@NASA.gov> fUnit's been blogged: http://jlinx.de/blog/?p=353 Later, -- Bil From Bil.Kleb at NASA.gov Mon Aug 20 05:11:36 2007 From: Bil.Kleb at NASA.gov (Bil Kleb) Date: Mon, 20 Aug 2007 05:11:36 -0400 Subject: [NASArb-developers] flibs/funit - flibs In-Reply-To: <46C2FA89.9070108@wldelft.nl> References: <46C2E278.7050208@NASA.gov> <46C2FA89.9070108@wldelft.nl> Message-ID: <46C95AC8.7080703@NASA.gov> Arjen Markus wrote: > > Hi Bil, Hi. > While I am no wizard vis-a-vis CVS, I can easily change > the name of my stuff. I propose "ftnunit" for my stuff. OK. I didn't necessarily mean that you had to change the name of *your* library. I just thought we should discuss the conflict, but your offer sure makes our life easier! Thank you! > Time to write/revise the documentation (making due > references to your work and the work in pfUnit). Somehow > it is a relief that there are so many initiatives in this direction :) It is a nice thing indeed. Putting the science back into scientific computing can only be a good thing... Regards, -- Bil From Mike.Park at NASA.gov Tue Aug 21 08:50:35 2007 From: Mike.Park at NASA.gov (Mike Park) Date: Tue, 21 Aug 2007 08:50:35 -0400 Subject: [NASArb-developers] Dr Nic says: NewGem Generator - now with script/generate Message-ID: <46CADF9B.50201@NASA.gov> I don't now if you follow the rambling of Dr Nic... http://drnicwilliams.com/2007/08/20/newgem-using-rubigen-for-generator-support/ NewGem Generator - now with script/generate Posted by Dr Nic on August 20, 2007 The New Gem Generator (0.13.0)?s newgem command now behaves like the rails command thanks to RubiGen - a new project that is an extraction of the rails_generator. Developing a RubyGem? You can now have a script/generate command, just like Rails. Other projects, say like Merb, can do this too. Awesomeness with a Gold Star. (disclosure: Dr Nic awarded this Gold Star to himself) P.S. why is the reply-to field not being filled in? -- Michael A. Park NASA Langley Computational Aerosciences Branch Mail Stop 128 Work (757) 864-6604 Hampton, VA 23681-2199 Mobile (757) 535-6675 http://fun3d.larc.nasa.gov/ From Bil.Kleb at NASA.gov Tue Aug 21 09:26:48 2007 From: Bil.Kleb at NASA.gov (Bil Kleb) Date: Tue, 21 Aug 2007 09:26:48 -0400 Subject: [NASArb-developers] Dr Nic says: NewGem Generator - now with script/generate In-Reply-To: <46CADF9B.50201@NASA.gov> References: <46CADF9B.50201@NASA.gov> Message-ID: <46CAE818.5010600@NASA.gov> Mike Park wrote: > I don't now if you follow the rambling of Dr Nic... > > http://drnicwilliams.com/2007/08/20/newgem-using-rubigen-for-generator-support/ > > NewGem Generator - now with script/generate I used that during (and after) the Advanced Ruby course, but found it way too heavy weight. The 'sow' utility that comes with the Hoe gem is much nicer/simpler. Maybe if I was using RoR, I might feel differently... > P.S. why is the reply-to field not being filled in? Probably some setting in the thousands for Mailman; KYO. Later, -- Bil From Mike.Park at NASA.gov Tue Aug 21 09:37:01 2007 From: Mike.Park at NASA.gov (Mike Park) Date: Tue, 21 Aug 2007 09:37:01 -0400 Subject: [NASArb-developers] Dr Nic says: NewGem Generator - now with script/generate In-Reply-To: <46CAE818.5010600@NASA.gov> References: <46CADF9B.50201@NASA.gov> <46CAE818.5010600@NASA.gov> Message-ID: <46CAEA7D.5000708@NASA.gov> Bil Kleb wrote: > Mike Park wrote: >> P.S. why is the reply-to field not being filled in? > > Probably some setting in the thousands for Mailman; KYO. passwd? http://rubyforge.org/mailman/admin/nasarb-developers -- Michael A. Park NASA Langley Computational Aerosciences Branch Mail Stop 128 Work (757) 864-6604 Hampton, VA 23681-2199 Mobile (757) 535-6675 http://fun3d.larc.nasa.gov/ From Mike.Park at NASA.gov Wed Aug 22 14:34:34 2007 From: Mike.Park at NASA.gov (Mike Park) Date: Wed, 22 Aug 2007 14:34:34 -0400 Subject: [NASArb-developers] test to see if reply-to is filled Message-ID: <46CC81BA.1020206@NASA.gov> if this test works, reply-to will be set to nasarb-developers at rubyforge.org -- Michael A. Park NASA Langley Computational Aerosciences Branch Mail Stop 128 Work (757) 864-6604 Hampton, VA 23681-2199 Mobile (757) 535-6675 http://fun3d.larc.nasa.gov/ From Bil.Kleb at NASA.gov Fri Aug 24 21:42:21 2007 From: Bil.Kleb at NASA.gov (Bil Kleb) Date: Fri, 24 Aug 2007 21:42:21 -0400 Subject: [NASArb-developers] rubyforge web permissions for funit In-Reply-To: <46C98BF0.6070504@NASA.gov> References: <46C98BF0.6070504@NASA.gov> Message-ID: <46CF88FD.4040304@NASA.gov> Bil Kleb wrote: > Looks like we still need to play with permissions > some more? Tom's added a button to reset group write permission in the Admin section of the project page, http://rubyforge.org/tracker/?func=detail&atid=102&aid=13283&group_id=5 And once you've done that once for a given file structure, I've submitted a request to the Hoe maintainers to make it a non-issue thereafter, http://rubyforge.org/tracker/?func=detail&aid=13347&group_id=1513&atid=5923 Later, -- Bil Kleb