[ET Trac] [Einstein Toolkit] #916: GetComponents can't update Cactus

Einstein Toolkit trac-noreply at einsteintoolkit.org
Mon May 21 11:15:15 CDT 2012


#916: GetComponents can't update Cactus
---------------------------+------------------------------------------------
 Reporter:  sbrandt        |       Owner:  eric9       
     Type:  defect         |      Status:  new         
 Priority:  major          |   Milestone:  Cactus_4.1.0
Component:  GetComponents  |     Version:              
 Keywords:                 |  
---------------------------+------------------------------------------------
 Files as simple as
 !DEFINE ROOT = Cactus
 !DEFINE ARR = $ROOT/arrangements

 # Cactus Flesh
 !TARGET   = $ROOT
 !TYPE     = svn
 !AUTH_URL = https://svn.cactuscode.org/flesh/trunk
 !URL      = http://svn.cactuscode.org/flesh/trunk
 !CHECKOUT = Cactus
 !NAME     = .

 fail because of trailing whitespace. In particular, all the whitespace on
 lines following the !NAME line get absorbed so that . becomes .+ws (where
 ws contains spaces and newlines). This affects the main ET checkout.

 Patch:
 397a398,400
 >         for my $pairs (@pairs) {
 >             $pairs =~ s/\s+$//;
 >         }

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/916>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list