[prev in list] [next in list] [prev in thread] [next in thread] 

List:       relax-commits
Subject:    r2491 - /1.2/sconstruct
From:       edward () domain ! hid
Date:       2006-05-02 6:34:32
Message-ID: E1FaoSv-0008I2-1U () subversion ! gna ! org
[Download RAW message or body]

Author: bugman
Date: Tue May  2 08:34:32 2006
New Revision: 2491

URL: http://svn.gna.org/viewcvs/relax?rev=2491&view=rev
Log:
The Sconstruct generation of the distribution files now creates a base directory called
'relax-x.x.x/' where x.x.x is the version number rather than just 'relax/'.


Modified:
    1.2/sconstruct

Modified: 1.2/sconstruct
URL: http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2491&r1=2490&r2=2491&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Tue May  2 08:34:32 2006
@@ -462,10 +462,10 @@
                 # Create the file name (without the base directory).
                 name = path.join(root, files[i])
                 name = name[len(base):]
-                print 'relax/' + name
+                print 'relax-' + version + '/' + name
 
                 # Tar information.
-                tarinfo = archive.gettarinfo(name, 'relax/' + name)
+                tarinfo = archive.gettarinfo(name, 'relax-' + version + '/' + name)
 
                 # Add the file.
                 archive.addfile(tarinfo, file)



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic