4b009994e5
GitHub Action and fetch_upstream.sh script limits fetch depth to 200. With such depth, should the PR was based on very old tree, we couldn't find the merge-base to diff again. In theory, we could replace actions/checkout and fetch_upstream.sh to fetch more than 200 depth. However, there isn't much gain from such change and it will increase the time to fetch upstream for all PR. Arguably, such problematic PR couldn't be built because other steps would build changed packages' dependencies, too. Let's complain and exit early instead. |
||
---|---|---|
.. | ||
build.sh | ||
changed_templates.sh | ||
check-install.sh | ||
fetch-xbps.sh | ||
fetch-xtools.sh | ||
fetch_upstream.sh | ||
license.lst | ||
prepare.sh | ||
set_mirror.sh | ||
show_files.sh | ||
xlint.sh |