pmaports/.gitlab-ci
Oliver Smith 6f464f96bf
CI: skip git versions in framework check
The framework check is supposed to make sure, that we always have the
same versions of multiple packages that belong to the same framework.
We must exclude git versions for this check to have it working properly.

The interesting question is of course: why was this working before?

The check is using the url field to figure out which packages belong to
a certain framework, and by chance, all packages that had a git version,
did also use single quotes around the URL:
	url='http://qt-project.org/'
With the old APKINDEX parsing code, this was parsed as:
	url: "'http://qt-project.org/'"
And therefore, this was considered a different URL than the URL with
double quotes (again, by chance!) used by the stable qt versions:
	url: "http://qt-project.org/"
I have improved the APKBUILD parsing code in pmbootstrap today, and now
it is properly parsing both URLs.

Related: https://gitlab.com/postmarketOS/pmbootstrap/merge_requests/1837
2019-11-30 15:18:20 +01:00
..
testcases CI: skip git versions in framework check 2019-11-30 15:18:20 +01:00
build_changed_aports.py CI: add common.py (from build_changed_aports.py) 2019-05-24 22:48:05 +02:00
check_changed_aports_versions.py CI: version check: fix running on upstream/master (!403) 2019-05-31 00:27:41 +02:00
check_devices_in_wiki.py Fix spelling mistakes (!466) 2019-06-30 01:40:02 +02:00
check_mr_settings.py CI: check_mr_settings: disallow squashing commits (!464) 2019-06-26 21:55:47 +02:00
common.py CI: fix package count check + ci:skip-build (!404) 2019-05-31 00:38:17 +02:00
install_pmbootstrap.sh CI: show meaningful error for outdated pmaports (!167) 2019-01-22 07:47:12 +00:00
move_logs.sh Update copyright to 2019 2019-01-02 09:29:47 +01:00
run_testcases.sh Update copyright to 2019 2019-01-02 09:29:47 +01:00
shellcheck.sh CI: various improvements (!694) 2019-11-05 22:22:53 +01:00