GNOME Bugzilla – Bug 796861
git cache path bug
Last modified: 2018-11-03 10:24:15 UTC
in file cerber0/build/source.py line 200 the original code is: if os.path.isdir(os.path.join(cached_dir, ".git")): the os.path.join(cached_dir, ".git") generates an error path
Created attachment 373133 [details] [review] fix bug
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/68.