mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 15:31:29 +00:00
Get rid of double slashes in paths
This commit is contained in:
parent
c098ed3931
commit
2ccec91f3b
@ -118,7 +118,7 @@ class pbuilder_dist:
|
|||||||
self.chroot_string = '%(target_distro)s-%(build_architecture)s' % self
|
self.chroot_string = '%(target_distro)s-%(build_architecture)s' % self
|
||||||
|
|
||||||
if not self.logfile:
|
if not self.logfile:
|
||||||
self.logfile = '%(base)s/.%(chroot_string)s.log' % self
|
self.logfile = '%(base)s.%(chroot_string)s.log' % self
|
||||||
|
|
||||||
def set_target_distro(self, distro):
|
def set_target_distro(self, distro):
|
||||||
""" pbuilder_dist.set_target_distro(distro) -> None
|
""" pbuilder_dist.set_target_distro(distro) -> None
|
||||||
@ -175,9 +175,9 @@ class pbuilder_dist:
|
|||||||
|
|
||||||
arguments = [
|
arguments = [
|
||||||
self.operation,
|
self.operation,
|
||||||
'--basetgz "%(base)s/%(chroot_string)s-base.tgz"' % self,
|
'--basetgz "%(base)s%(chroot_string)s-base.tgz"' % self,
|
||||||
'--distribution "%(target_distro)s"' % self,
|
'--distribution "%(target_distro)s"' % self,
|
||||||
'--buildresult "%(base)s/%(chroot_string)s_result/"' % self,
|
'--buildresult "%(base)s%(chroot_string)s_result/"' % self,
|
||||||
'--logfile "%(logfile)s"' % self,
|
'--logfile "%(logfile)s"' % self,
|
||||||
'--aptcache "/var/cache/apt/archives/"',
|
'--aptcache "/var/cache/apt/archives/"',
|
||||||
### --mirror "${ARCHIVE}" \
|
### --mirror "${ARCHIVE}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user