Confirmed users
4,293
edits
Line 460: | Line 460: | ||
Otherwise, the results are the simple combination of the [[Releases/Firefox_3.6_MU_Tests/BuildNotes#Update_verify_analysis_2 | 3.5.5 -> 3.6b2 results]] with the [[Releases/Firefox_3.5.5/BuildNotes#Results| 3.0.15 -> 3.5.5 ones]]. | Otherwise, the results are the simple combination of the [[Releases/Firefox_3.6_MU_Tests/BuildNotes#Update_verify_analysis_2 | 3.5.5 -> 3.6b2 results]] with the [[Releases/Firefox_3.5.5/BuildNotes#Results| 3.0.15 -> 3.5.5 ones]]. | ||
# cltbld@aus2-staging | |||
cd /opt/aus2/snippets/staging/ | |||
rsync -a 20091126-Firefox-3.0.15-3.6b4-MU-test/ 20091202-Firefox-3.0.15-3.6b4-MU-majortest/ | |||
cd 20091202-Firefox-3.0.15-3.6b4-MU-majortest | |||
rm -rf Firefox/3.0.15/*/*/*/releasetest | |||
for d in `find . -mindepth 6 -maxdepth 6`; do mv $d ${d/betatest/majortest}; done | |||
~/bin/pushsnip 20091202-Firefox-3.0.15-3.6b4-MU-majortest |