Updating NSPR or NSS in mozilla-central
From MDC
(Redirected from Merging client.mk changes from CVS to mozilla-central)
The NSPR and NSS sources in mozilla-central are taken from exports of CVS tags. If NSPR or NSS must be upgraded to a new static tag, follow this procedure:
- Before starting, make sure your local repository is updated to mozilla-central tip and that there are no local changes:
$ hg status -mard
- Pull the new sources
$ python client.py update_nspr NSPR_TAG_NAME
or
$ python client.py update_nss NSS_TAG_NAME
- Check for new or removed files
$ hg addremove -n
Review the output to make sure it looks correct
- Commit the update:
$ hg commit -A
- Push the update:
$ hg push