Confirmed users
976
edits
| Line 41: | Line 41: | ||
For eg : I typically have the script saved as /Users/bbajaj/Mozilla/beta2release/beta2release.sh | For eg : I typically have the script saved as /Users/bbajaj/Mozilla/beta2release/beta2release.sh | ||
* For every merge make sure you are have the latest release "VERSION" and you should be good to run it. | * For every merge make sure you are have the latest release "VERSION" (including chemspill version) and you should be good to run it. | ||
<pre> | <pre> | ||
#!/bin/bash | #!/bin/bash | ||
# Adjust VERSION variable which stands for the current Firefox version in mozilla-release | # Adjust VERSION variable which stands for the current Firefox version in mozilla-release | ||
VERSION= | VERSION=21.0 | ||
HG_USER="username <email@mozilla.com>" | HG_USER="username <email@mozilla.com>" | ||