Commit adcb288
committed
fix(project): stop skipping source archives in copyProjects
shouldSkipFile dropped .tar.gz/.tar.xz/.tar.bz2/.zip when copying Home
into StartDir, which broke PKGBUILDs whose source=() entries are local
archives checked in next to the spec (e.g. *-dependencies.tar.gz). The
files never landed in StartDir and validateSource then aborted with
"Failed to open file for hash calculation".
Restrict the skip list to built distro package outputs
(.apk/.deb/.pkg.tar.zst/.rpm) so local source archives are copied
through.1 parent 496b591 commit adcb288
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | | - | |
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
| |||
0 commit comments