atomist / sdm-local

Local software delivery machine support
Apache License 2.0
13 stars 4 forks source link

RepositoryOwnerParentDirectory is inconsistent - local SDM fails. #280

Closed jessitron closed 2 years ago

jessitron commented 5 years ago

I pulled down a repo using atomist clone. It put it in $HOME/atomist/projects/owner/repo Then I started an SDM and made a commit. When running in Docker, it fails to set goals because it thinks the repositoryOwnerParentDirectory is $HOME/atomist

... but when running locally (not in Docker), it wants the project to be in $HOME/atomist/projects... ??

This is not set consistently. In lib/sdm/configuration/defaultLocalSoftwareDeliveryMachineConfiguration.ts it defaults to $ATOMIST_ROOT. (the comment is inconsistent, says $ATOMIST_ROOT/projects)

Which should it be?

jessitron commented 5 years ago

cc @cd @johnsonr

ddgenome commented 5 years ago

Did you change it to have projects in the path at one point? Maybe some references were missed during that change?

atomist[bot] commented 2 years ago

Thanks for your contribution!

This issue has been automatically marked with stale because it has not had any activity in last 50 days. It will be closed in 7 days if no further activity occurs. To prevent closing, label with defer or blocked or any of the changelog: labels.