Commit Graph

15 Commits

Author SHA1 Message Date
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch d322e46e61 termux-keyring: update key xeffyr.gpg
Finished UID switching. UID with old email which no longer valid
is revoked.

Note that repositories unstable-packages & x11-packages will use
Termux autobuilds key, same as currently used for termux-packages.
I'm doing so because Bintray no longer accepts my private key for
some reason (format error), perhaps due to its size which is around
12 KiB.
2020-06-03 18:27:04 +03:00
Leonid Pliushch 626102959b termux-keyring: update key for @xeffyr
Key remains to be same. Fingerprint is

 3B6B 548A DE5E A3BD D33C EEF0 45F2 9641 3254 5795

as was before. Just added another UID with new email.
2020-05-13 11:17:45 +03:00
Leonid Pliushch 8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Fredrik Fornwall 0c97d35342 termux-keyring: fornwall signed xeffyr.gpg 2019-03-31 20:38:53 +03:00
Fredrik Fornwall ada3ab165d termux-keyring: fornwall signed grimler.gpg 2019-03-31 20:38:53 +03:00
Leonid Pliushch 67f23486d8 termux-keyring: xeffyr signed fornwall.gpg 2019-03-31 20:38:53 +03:00
Fredrik Fornwall 99485fe9a2 termux-keyring: fornwall, grimler91 and xeffyr signed termux-autobuilds.gpg 2019-03-31 20:38:53 +03:00
Fredrik Fornwall 4aa01b9c2a termux-keyring: grimler91 signed fornwall.gpg 2019-03-31 20:38:53 +03:00
Henrik Grimler 00a0748eae xeffyr signed grimler.gpg 2019-03-31 20:38:53 +03:00
Leonid Pliushch 5fb1abfd3e termux-keyring: grimler91 signed xeffyr.gpg 2019-03-31 20:38:53 +03:00
Leonid Pliushch ae093e88f7 termux-keyring: grimler91 and xeffyr signed termux-autobuilds.gpg 2019-03-31 20:38:53 +03:00
Leonid Pliushch e93d7a9de0 termux-keyring: add key used by automatic builds 2019-03-10 19:37:13 +01:00
Leonid Pliushch 4b0ee945a8 move common gpg keys to the single package 2019-01-30 00:34:45 +01:00