Changeset 1895 for trunk/scripts/git-migration/git-migrate
- Timestamp:
- Dec 25, 2008, 1:41:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate
r1894 r1895 30 30 31 31 def clonePackage(base, pkg): 32 path = '%s/%s' % (base, pkg) 33 pkg = os.path.basename(pkg) 34 32 35 if not os.path.isdir('%s.git' % pkg): 33 36 if os.path.isdir(pkg): … … 40 43 '-q', 41 44 '--no-metadata', 42 '%s /packages/%s' % (base, pkg)],45 '%s' % path], 43 46 stdout=subprocess.PIPE) 44 47
Note: See TracChangeset
for help on using the changeset viewer.