might be different on the system where the package will be installed, so we
need to store the actual user/group name in the tar file.
svn path=/main/trunk/; revision=13281
# can properly extract it's children.
live_path = os.path.realpath(live_path)
tarinfo = tar.gettarinfo(live_path, arcname)
- # store numbers instead of real names like tar's --numeric-owner
- tarinfo.uname = id_strings.setdefault(tarinfo.uid, str(tarinfo.uid))
- tarinfo.gname = id_strings.setdefault(tarinfo.gid, str(tarinfo.gid))
if stat.S_ISREG(lst.st_mode):
# break hardlinks due to bug #185305