spack-manager icon indicating copy to clipboard operation
spack-manager copied to clipboard

spack manager develop command doesn't clone commits correctly

Open psakievich opened this issue 2 years ago • 0 comments

Wrong entity getting parsed to the clone command for trilinos:

quick-create-dev -n cuda-fix -s  [email protected]=master [email protected]
+ spack-start
+ spack manager create-dev-env -n cuda-fix -s [email protected]=master [email protected]
making /scratch/psakiev/spack-manager/environments/cuda-fix
==> Configuring spec [email protected]=master for development at path nalu-wind
==> Warning: included configuration files should be updated manually [files=include.yaml]
Cloning into '/scratch/psakiev/spack-manager/environments/cuda-fix/trilinos'...
warning: Could not find remote branch 13.4.0.2022.10.27 to clone.
fatal: Remote branch 13.4.0.2022.10.27 not found in upstream origin
==> Error: Command exited with status 128:
'/ascldap/users/psakiev/myconfig/bin/git' 'clone' '--recursive' '--single-branch' '--branch' '13.4.0.2022.10.27' '[email protected]:trilinos/trilinos.git' '/scratch/psakiev/spack-manager/environments/cuda-fix/trilinos'

psakievich avatar Nov 17 '22 17:11 psakievich