Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:MaxxedSUSE:leap
LibreWolf
_service:extract_file:bootstrap.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:extract_file:bootstrap.patch of Package LibreWolf
--- a/python/mozversioncontrol/mozversioncontrol/__init__.py +++ b/python/mozversioncontrol/mozversioncontrol/__init__.py @@ -1019,9 +1019,11 @@ class SrcRepository(Repository): """ res = [] # move away the .git or .hg folder from path to more easily test in a hg/git repo - for root, dirs, files in os.walk("."): + for root, dirs, files in os.walk(path): for name in files: - res.append(os.path.join(root, name)) + res.append( + os.path.relpath(os.path.join(root, name), path).replace("\\", "/") + ) return res def get_tracked_files_finder(self, path):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor