Skip to content

jacstep4

JhanSrbinovsky edited this page Aug 24, 2021 · 1 revision

Create upgrade macro

Edit the python script at:

rose-meta/jules-standalone/versions.py

To reflect the rose-stem changes which have to be made to upgrade the trunk version you originally copied from to your ticketed version. e.g.

This script will then be sourced in the below step from your "test" branch to implement the upgrade specifications that you have included.

= Create "test" branch=

fcm branch-create -k <ticket> --branch-of-branch -t test <test branch name> fcm:jules.x_br/dev/<user>/<dev branch name>

This creates a branch, fcm:jules.x_br/tes//"r_####_"

fcm co fcm:jules.x_br/test/<user>/r_####<test branch name>

From the root of your Working Copy test directory, execute:

./bin/upgrade_jules_test_apps vn5.4_t900

However, the argument doesn't seem to matter?!? Maybe if your WC version is already the latest version.

I always have to regenerate my gpg-agent for complex fcm interaction:
kill all gpg stuff. rm -f ~/.gpg-agent-info
>accessdev-gadi-setup
error: can't connect to `/home/599/jxs599/.gnupg/S.gpg-agent': Connection refused
I can log out/in (skipable?) 
>mknod -m 700 ~/.gnupg/S.gpg-agent p, 
 >mosrs-cache-password
Clone this wiki locally