Releases/Firefox 2.0.0.16-3.0.1 MU:BuildNotes: Difference between revisions

no edit summary
No edit summary
Line 43: Line 43:
  # because the real release channels aren't prepended with 'release' we will do this different:
  # because the real release channels aren't prepended with 'release' we will do this different:
  for i in [list of channels that don't start with release-]; do echo $i >> partner-update-channels && echo "beta-$i" >> partner-update-channels && echo "betatest-$i" >> partner-update-channels && echo "releasetest-$i" >> partner-update-channels; done
  for i in [list of channels that don't start with release-]; do echo $i >> partner-update-channels && echo "beta-$i" >> partner-update-channels && echo "betatest-$i" >> partner-update-channels && echo "releasetest-$i" >> partner-update-channels; done
# had to edit the file manually and add single quotes around channels with spaces in them. eg, foo bar -> 'foo bar'
  # now we have a complete list of partner channels to generate snippets for
  # now we have a complete list of partner channels to generate snippets for
  cd temp/firefox/3.0.1
  cd temp/firefox/3.0.1
canmove, Confirmed users
6,441

edits