#!/bin/bash
# Example script which adds SeaMonkey to Bouncer
# Run it from tools/release
# Adjust variables below including your Bouncer username and password
# You can also use --credentials-file=/path/to/file which have to be like this:
# tuxedoUsername = 'user'
# tuxedoPassword = 'password'
VERSION=2.10b2
OLDV=2.10b1
PRODUCT=seamonkey
BRAND=SeaMonkey
USERNAME=bhearsum
PASSWORD=
PYTHONPATH=../lib/python \
python tuxedo-add.py --config firefox-tuxedo.ini \
--product $PRODUCT --bouncer-product-name $BRAND --brand-name $BRAND \
--version $VERSION --partial-version $OLDV --milestone $VERSION \
--platform linux --platform macosx64 --platform win32 \
--tuxedo-server-url https://bounceradmin.mozilla.com/api/ \
--username=$USERNAME --password=$PASSWORD