jhbuild r2004 - in trunk: . jhbuild/versioncontrol
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2004 - in trunk: . jhbuild/versioncontrol
- Date: Tue, 8 Apr 2008 13:09:23 +0100 (BST)
Author: fpeters
Date: Tue Apr 8 13:09:22 2008
New Revision: 2004
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2004&view=rev
Log:
* jhbuild/versioncontrol/tarball.py: strip off .src from tarball
filenames (closes: #526914)
Modified:
trunk/ChangeLog
trunk/jhbuild/versioncontrol/tarball.py
Modified: trunk/jhbuild/versioncontrol/tarball.py
==============================================================================
--- trunk/jhbuild/versioncontrol/tarball.py (original)
+++ trunk/jhbuild/versioncontrol/tarball.py Tue Apr 8 13:09:22 2008
@@ -123,6 +123,8 @@
localdir = localdir[:-4]
elif localdir.endswith('.zip'):
localdir = localdir[:-4]
+ if localdir.endswith('.src'):
+ localdir = localdir[:-4]
return localdir
srcdir = property(srcdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]