@@ -53,18 +53,13 @@ function createSymlinks() {
5353 done
5454 ;;
5555
56- " chatzilla" | " venkman " )
57- # Restructure chatzilla and venkman
56+ " chatzilla" )
57+ # Restructure ChatZilla
5858 for branch in " ${branches[@]} "
5959 do
60- if [ " $1 " == " chatzilla" ]
61- then
62- # Source repo is called "chatzilla", l10n folder is "irc"
63- local dir=" extensions/irc/locales/en-US"
64- else
65- local dir=" extensions/$1 /locales/en-US"
66- fi
67- repo_name=" $1 /locales/en-US"
60+ # Source repo is called "chatzilla", l10n folder is "irc"
61+ local dir=" extensions/irc/locales/en-US"
62+ repo_name=" chatzilla/locales/en-US"
6863 path=" $local_hg /${branch^^} _EN-US/COMMUN/$dir "
6964 if [ ! -L " $path /en-US" ]
7065 then
@@ -148,10 +143,10 @@ function initDesktopSourceRepo() {
148143 hg clone https://hg.mozilla.org/mozilla-central/
149144 fi
150145
151- # Checkout chatzilla and venkman only on trunk, since they don't
152- # have branches. Can add other products to array nobranch_products,
153- # as long as their code is located in https://hg.mozilla.org/PRODUCT
154- local nobranch_products=( chatzilla venkman )
146+ # Checkout ChatZilla only on trunk, since they don't have branches.
147+ # Can add other products to array nobranch_products, as long
148+ # as their code is located in https://hg.mozilla.org/PRODUCT
149+ local nobranch_products=( chatzilla )
155150 for product in " ${nobranch_products[@]} "
156151 do
157152 if [ ! -d $trunk_source /$product /.hg ]
@@ -294,7 +289,6 @@ initDesktopL10nRepo "aurora"
294289createSymlinks " mozilla"
295290createSymlinks " comm"
296291createSymlinks " chatzilla"
297- createSymlinks " venkman"
298292
299293# Set up all Gaia versions
300294for gaia_version in $( cat ${gaia_versions} )
0 commit comments