Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updateCustomEnv.solo needs to use truncate when doing a remove key .. otherwise cruft can be left at end of customenv file #25

Open
dalehenrich opened this issue Aug 31, 2024 · 1 comment

Comments

@dalehenrich
Copy link
Member

bosch:battery_i>updateCustomEnv.solo --removeKey=GDK_stones_projects
bosch:battery_i>cat customenv 
export stone_dir=/bosch1/users/dhenrich/_stones/37x/stones/battery_i
export ROWAN_PROJECTS_HOME=/bosch1/users/dhenrich/_stones/37x/i_37x_externals_st
export STONES_DATA_HOME=/bosch1/users/dhenrich/gsdevkit_stones_REGISTRY
export GEMSTONE=/bosch1/users/dhenrich/_stones/37x/i_37x/noop50/gs/product
ISTRY
export GEMSTONE=/bosch1/users/dhenrich/_stones/37x/i_37x/noop50/gs/product
product

ISTRY and duplicate export GEMSTONE=/bosch1/users/dhenrich/_stones/37x/i_37x/noop50/gs/product and product at end are the evidence

@dalehenrich
Copy link
Member Author

Here's the registry entry which is the correct reference:

        #stoneDirectorySpec : GDKrowanStoneDirectorySpec {
                #name : 'minimal_rowan3',
                #dbfSource : '$GEMSTONE/bin/extent0.rowan3.dbf',
                #bin : 'bin',
                #logs : 'logs',
                #netldiPort : 33431,
                #customenv : {
                        'stone_dir' : '/bosch1/users/dhenrich/_stones/37x/stones/battery_i',
                        'ROWAN_PROJECTS_HOME' : '/bosch1/users/dhenrich/_stones/37x/i_37x_externals_st',
                        'STONES_DATA_HOME' : '/bosch1/users/dhenrich/gsdevkit_stones_REGISTRY',
                        'GEMSTONE' : '/bosch1/users/dhenrich/_stones/37x/i_37x/noop50/gs/product'
                },
                #userId : 'SystemUser'
        },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant