Confirmed users
4,467
edits
Line 130: | Line 130: | ||
== Check IIDs that need to be bumped == | == Check IIDs that need to be bumped == | ||
* Find IIDs that need to be bumped from Aurora to Beta: https://github.com/jwir3/checkiid | * Find IIDs that need to be bumped from Aurora to Beta: https://github.com/jwir3/checkiid | ||
** the command is -I (not small 'L' which is what it looks like on the readme) | |||
# run this in an updated mozilla-aurora dir | |||
hg diff -r FIREFOX_AURORA_{{BETA_VERSION}}_END -r tip -I "**.idl" > /tmp/firefox.diff | |||
** ie: idl files that changed on Aurora and '''didn't''' get an IID bump | ** ie: idl files that changed on Aurora and '''didn't''' get an IID bump | ||
** need to get one now, before beta 1 | ** need to get one now, before beta 1 |