summaryrefslogtreecommitdiff
path: root/doc/forum/hasOriginUrl_does_not_work_if_git_was_not_installed.mdwn
blob: 2422d17b5d6c4e78ab69de72418d68697616d9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Hello,

I am creating virtual machines and set the url of propellor with 

    & PropellorRepo.hasOriginUrl "https://salsa.debian.org/picca/propellor.git"

I give the old name since I use the 5.6.0 version available in Debian stable.

It systematically fail each time I provision the machine.
I discovered that it failed due to a missing git.

so it seems to me that this property should install git  before running :)

cheers