Lines Matching refs:owner
339 # testing make_archive with owner and group, with various combinations
343 owner = pwd.getpwuid(0)[0]
345 group = owner = 'root'
350 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
358 owner=owner, group=group)
362 owner='kjhkjhkjg', group='oihohoh')
373 owner = pwd.getpwuid(0)[0]
376 owner=owner, group=group)