Commit 0bbb9ec
committed
Fix archive_autodetect() match patterns to detect archive files with higher
priority than a directory.
The upcoming git workflow will typically have the upstream repository as a git
submodule, seen as a directory. If the packager has configured source services
to generate an archive file in a supported format, or committed an archive file
from an upstream release, it should be detected first and used.
The packager can specify the archive explicitly via source service parameter if
they need to override (skip) archive_autodetect() logic.
1 parent 2b0bd82 commit 0bbb9ec
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments