Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Make sure link text matches link URL.

...

Tip
titleConvenience Bookmarks

On the SF QA AUTO machine, the following Mercurial links are already bookmarked in Firefox.


Mercurial:

1. https://bitbucket.org/sfgovdt/eas/downloads/?tab=tags
2. https://bitbucket.org/sfgovdt/sfeas_config/downloads/?tab=tags

Git:

1. https://bitbucket.org/sfgovdt/easx/downloads/?tab=tags
2. https://bitbucket.org/sfgovdt/easconfigxsf/downloads/?tab=tags


Create the following directory on the target machine, and then download the repositories to it:

...

The downloaded, compressed repository files will look something like this (Mercurial):

C:\apps\eas_automation\temp\sfgovdt-eas-4bfdbdd3aff1.tar.gz
C:\apps\eas_automation\temp\sfgovdt-sfeas_config-8b95cae3f9b5.tar.gz

Or this (Git):

C:\apps\eas_automation\temp\sfgovdt-eas-f64599d83de5.zip

C:\apps\eas_automation\temp\sfgovdt-easconfigxsf-fcf152a4111f.zip


Note

Again, these names are important, so do not change them.

...

If the following file has changed since the previous deployment, then it will need to be downloaded from the Source section of its repository as well.  Perhaps the easiest way to do this is to navigate to the workaround deployment script file in the repository with a browser on the target machine, invoke the "... → Open raw" menu command, and then save the file in the directory that is specified below.

Tip
titleConvenience Boookmark

On the SF QA AUTO machine, the following Mercurial link is already bookmarked in Firefox.

From:

Mercurial:

 https://bitbucket.org/sfgovdt/eas/src/default/automation/eas_automation_deploy.py

Git:

 https://bitbucket.org/sfgovdt/easx/src/master/automation/eas_automation_deploy.py

To:

C:\apps

Run the Deployment Script

Everything is now in place to run deploy normally.

Tip
titleBitbucket Credentials Are Not Needed

The deployment script will prompt you for Bitbucket credentials, but this workaround does not require them, so it is okay to accept the default values for USER, Password, and TEAM.  This is illustrated in the next Tip.

...

Tip
titleChangeset Identifiers

When prompted for the EAS_BRANCH and the CONFIG_BRANCH, paste the changeset identifiers that were saved earlier:

...

Code Block
languagepowershell
linenumberstrue
cd C:\apps\
python eas_automation_deploy.py eas_automation

EAS source code has been successfully deployed to the target machine:

Image Added

Confirm the Deployment

The deployment can be confirmed by performing the steps that are described in Section 3 of the Testing page.

...