Confirmed users
4,971
edits
Line 96: | Line 96: | ||
cd /opt/vcs2vcs | cd /opt/vcs2vcs | ||
# For example, | # For example, | ||
python mozharness/scripts/vcs-sync/vcs_sync.py -c mozharness/configs/vcs-sync/ | python mozharness/scripts/vcs-sync/vcs_sync.py -c mozharness/configs/vcs-sync/CONFIGFILE.py # [--no-push] [--no-upload] [--no-notify] if desired | ||
</pre> | </pre> | ||
** If you want to avoid certain actions, you can specify that you want to skip them. <code>--no-push</code>, <code>--no-upload</code>, and <code>--no-notify</code> might be some options you want to use, depending on the situation. <code>--help</code> and <code>--list-actions</code> should be helpful as well. | ** If you want to avoid certain actions, you can specify that you want to skip them. <code>--no-push</code>, <code>--no-upload</code>, and <code>--no-notify</code> might be some options you want to use, depending on the situation. <code>--help</code> and <code>--list-actions</code> should be helpful as well. |