void-packages/common/travis
Đoàn Trần Công Danh 4b009994e5 changed_templates: exit early if no merge-base could be found
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.
2021-06-01 08:31:00 +07:00
..
build.sh common/travis/build.sh: add argument for running tests. 2020-12-14 00:18:04 -03:00
changed_templates.sh changed_templates: exit early if no merge-base could be found 2021-06-01 08:31:00 +07:00
check-install.sh .github/workflows: add script to check that packages can still be 2020-12-23 16:14:53 -03:00
fetch-xbps.sh workflows: fetch xbps for lint step 2021-05-27 21:18:38 +02:00
fetch-xtools.sh common/travis/fetch-xtools: make it work inside masterdir. 2020-12-14 00:18:04 -03:00
fetch_upstream.sh common/travis/fetch_upstream.sh: try chroot-git then git 2019-03-07 17:26:45 -08:00
license.lst spdx-licenses-list: update to 3.13. 2021-05-21 12:43:44 -03:00
prepare.sh xbps-src: add make_check=ci-skip 2021-04-26 18:49:15 +02:00
set_mirror.sh travis: update set_mirror.sh for etc/xbps.d. 2020-01-05 10:44:56 +01:00
show_files.sh common/travis/show_files: don't error out when subpkg doesn't exist. 2020-12-14 18:54:09 -03:00
xlint.sh CI: make lint-commits part of xlint.sh 2021-05-31 17:47:56 +07:00