Another modif.
This commit is contained in:
parent
e671371443
commit
729844178c
|
@ -441,7 +441,7 @@ class ProjectBuilder:
|
||||||
self.svnExport ( tools, projects )
|
self.svnExport ( tools, projects )
|
||||||
|
|
||||||
os.chdir ( self._tarballDir )
|
os.chdir ( self._tarballDir )
|
||||||
command = [ "/bin/tar", "jcvf", self._sourceTarBz2, "coriolis2-1.0" ]
|
command = [ "/bin/tar", "jcvf", self._sourceTarBz2, os.path.basename(self._archiveDir) ]
|
||||||
self._execute ( command, "tar command failed" )
|
self._execute ( command, "tar command failed" )
|
||||||
|
|
||||||
print "Cleanup SVN export tarball archive directory: \"%s\"." % self._archiveDir
|
print "Cleanup SVN export tarball archive directory: \"%s\"." % self._archiveDir
|
||||||
|
|
Loading…
Reference in New Issue