]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Move source directory under $(CI_USER_HOME)
authorAndrea Bolognani <abologna@redhat.com>
Thu, 15 Aug 2019 18:52:07 +0000 (20:52 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 21 Aug 2019 16:58:19 +0000 (18:58 +0200)
Now that we have a home directory for the user, storing the
source there rather than in a custom top-level directory is
the obvious choice.

Later on we're also going to add some more files related to
builds, and storing everything in the user's home directory
will keep things nice and tidy.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
ci/Makefile

index 4241162a8d6d575d3a53a62013f05febd9ea2b43..099da485a8f3f3193cb644680d4518c101de8aeb 100644 (file)
@@ -18,7 +18,7 @@ CI_HOST_SRCDIR = $(CI_SCRATCHDIR)/src
 # The directory holding the source inside the
 # container, i.e. where we want to expose
 # the $(CI_HOST_SRCDIR) directory from the host
-CI_CONT_SRCDIR = /src
+CI_CONT_SRCDIR = $(CI_USER_HOME)/libvirt
 
 # Relative directory to perform the build in. This
 # defaults to using a separate build dir, but can be