pmaports w/ reMarkable 1 packages
Find a file
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
.build.postmarketos.org bpo/submit.py: require and pass BPO_JOB_{ID,NAME} 2019-10-04 19:39:52 +02:00
.gitlab-ci CI: skip git versions in framework check 2019-11-30 15:18:20 +01:00
.shared-patches/linux Add gnu89 patch to .shared-patches/linux/ (!158) 2019-01-21 07:12:00 +01:00
cross cross/busybox-static-*: upgrade to 1.31.1-r2 2019-11-27 23:30:00 +01:00
device samsung-herolte: use dtbtool-exynos (!764) 2019-11-27 22:45:33 +01:00
firmware firmware/firmware-samsung-kylepro: fix url 2019-11-30 14:23:17 +01:00
hybris hybris: disable x86, x86_64 2019-11-17 15:32:15 +01:00
kde kde/spacebar: upgrade to 0_git20191115 (!766) 2019-11-24 20:26:32 +01:00
maemo maemo/*: disable armhf, armv7 2019-11-21 21:27:15 +01:00
main postmarketos-ui-phosh: ask Qt not to show window decorations (!769) 2019-11-28 01:16:29 +03:00
modem modem/qcom_rmtfs: use new command line flags (!592) 2019-10-30 22:31:32 +01:00
phosh phosh/phosh: upgrade to 0.1.4 (!765) 2019-11-23 12:58:16 +01:00
temp temp/ofono: allow wheel group to access ofono dbus (!749) 2019-11-20 23:25:59 +01:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore gitignore: add "/custom-*" (!646) 2019-09-26 21:51:14 +02:00
.gitlab-ci.yml CI: fix wiki test (!737) 2019-11-20 20:58:31 +01:00
.mrhlpr.json mrhlpr.json: support slash char and more prefixes (!636) 2019-09-26 21:43:43 +02:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: require pmbootstrap 1.11.0 2019-11-22 00:19:18 +01:00
README.md Update README.md: add helpful links 2018-09-04 07:15:47 +00:00