canmove, Confirmed users
6,441
edits
| Line 47: | Line 47: | ||
* Add to self-serve ([https://wiki.mozilla.org/ReleaseEngineering/BuildAPI#Adding_branches instructions]) | * Add to self-serve ([https://wiki.mozilla.org/ReleaseEngineering/BuildAPI#Adding_branches instructions]) | ||
* Add to regression detector (instructions TODO) | * Add to regression detector (instructions TODO) | ||
* Create initial leak test and codesighs logs: | |||
<pre> | |||
branch=BRANCHNAME | |||
for p in linux linux64; do | |||
mkdir $branch-$p | |||
touch $branch-$p/codesize-auto.log | |||
done | |||
for p in linux linux64 macosx64 macosx win32; do | |||
mkdir $branch-$p-debug | |||
touch $branch-$p-debug/{malloc.log,sdleak.tree} | |||
done | |||
Once the above items are done and a few pushes have gone through without issue, close the bug - you're done! | Once the above items are done and a few pushes have gone through without issue, close the bug - you're done! | ||