misc: mkosi: Switch to copy-git-more

I added a new feature in mkosi which got merged in:

31801e89e77188e697ed937ca6b8668fde4c4a4d

This allows us to pull in all of the git repository so that we can see
the version number that comes from git.
This commit is contained in:
James Shubin
2019-11-02 07:34:04 -04:00
parent 77346527f3
commit 7a587ee8d1
6 changed files with 6 additions and 12 deletions

View File

@@ -46,8 +46,7 @@ Cache=mkosi.cache
BuildSources=../..
# Use this transfer mode for the git sources.
# XXX: Does auto-detect even work if BuildSources is not the current dir? Bug?
SourceFileTransfer=copy-git-cached
SourceFileTransfer=copy-git-more
# Skip the (second) final build phase, since we only need the build artifact.
SkipFinalPhase=true

View File

@@ -45,8 +45,7 @@ Cache=mkosi.cache
BuildSources=../..
# Use this transfer mode for the git sources.
# XXX: Does auto-detect even work if BuildSources is not the current dir? Bug?
SourceFileTransfer=copy-git-cached
SourceFileTransfer=copy-git-more
# Skip the (second) final build phase, since we only need the build artifact.
SkipFinalPhase=true

View File

@@ -42,8 +42,7 @@ Cache=mkosi.cache
BuildSources=../..
# Use this transfer mode for the git sources.
# XXX: Does auto-detect even work if BuildSources is not the current dir? Bug?
SourceFileTransfer=copy-git-cached
SourceFileTransfer=copy-git-more
# Skip the (second) final build phase, since we only need the build artifact.
SkipFinalPhase=true

View File

@@ -43,8 +43,7 @@ Cache=mkosi.cache
BuildSources=../..
# Use this transfer mode for the git sources.
# XXX: Does auto-detect even work if BuildSources is not the current dir? Bug?
SourceFileTransfer=copy-git-cached
SourceFileTransfer=copy-git-more
# Skip the (second) final build phase, since we only need the build artifact.
SkipFinalPhase=true

View File

@@ -43,8 +43,7 @@ Cache=mkosi.cache
BuildSources=../..
# Use this transfer mode for the git sources.
# XXX: Does auto-detect even work if BuildSources is not the current dir? Bug?
SourceFileTransfer=copy-git-cached
SourceFileTransfer=copy-git-more
# Skip the (second) final build phase, since we only need the build artifact.
SkipFinalPhase=true

View File

@@ -45,8 +45,7 @@ Cache=mkosi.cache
BuildSources=../..
# Use this transfer mode for the git sources.
# XXX: Does auto-detect even work if BuildSources is not the current dir? Bug?
SourceFileTransfer=copy-git-cached
SourceFileTransfer=copy-git-more
# Skip the (second) final build phase, since we only need the build artifact.
SkipFinalPhase=true