canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
# now, we have all the channels we need except for the 4 listed at the start | # now, we have all the channels we need except for the 4 listed at the start | ||
# 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 | 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 | ||
# 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 | ||