WebKit Bugzilla
Attachment 347480 Details for
Bug 188738
: [GTK] Sort inspector GResource manifest to ensure reproducible builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing patch
webkit2gtk3-reproducible.patch (text/plain), 871 bytes, created by
Bernhard M. Wiedemann
on 2018-08-19 22:02:19 PDT
(
hide
)
Description:
fixing patch
Filename:
MIME Type:
Creator:
Bernhard M. Wiedemann
Created:
2018-08-19 22:02:19 PDT
Size:
871 bytes
patch
obsolete
>[GTK] Sort inspector GResource manifest to ensure reproducible builds >https://bugs.webkit.org/show_bug.cgi?id=174540 > >Patch by Bernhard M. Wiedemann <bwiedemann@suse.de> on 2018-08-19 > >* gtk/generate-inspector-gresource-manifest.py: >(get_filenames): sort list of input files > >Index: webkitgtk-2.20.5/Tools/glib/generate-inspector-gresource-manifest.py >=================================================================== >--- webkitgtk-2.20.5.orig/Tools/glib/generate-inspector-gresource-manifest.py >+++ webkitgtk-2.20.5/Tools/glib/generate-inspector-gresource-manifest.py >@@ -34,6 +34,8 @@ def get_filenames(directory): > return True > > for root, dirs, files in os.walk(directory): >+ dirs.sort() >+ files.sort() > for file in files: > filename = os.path.join(root, file) > base_dir_index = filename.rfind(BASE_DIR)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
aperez
:
review-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188738
:
347480
|
347495