mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
r=darin sort the files when we list them for packaging so that the manifest produces consistent results
This commit is contained in:
parent
19c5fb7bc7
commit
573c6e7ebd
@ -95,5 +95,6 @@ list_files() {
|
||||
find . -type f \
|
||||
! -name "channel-prefs.js" \
|
||||
! -name "update.manifest" \
|
||||
| sed 's/\.\/\(.*\)/"\1"/'
|
||||
| sed 's/\.\/\(.*\)/"\1"/' \
|
||||
| sort
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user