summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/bitrise: drop 1.16.1, 1.19.0, 1.20.0, 1.23.0Joonas Niilola2021-03-205-189/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/bitrise: bump to 1.24.0Karol Wrótniak2019-04-192-0/+50
| | | | | | Signed-off-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl> Closes: https://github.com/gentoo/gentoo/pull/10477 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/bitrise: bump to 1.23.0Karol Wrótniak2018-10-222-0/+50
| | | | | | Signed-off-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl> Closes: https://github.com/gentoo/gentoo/pull/10137 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/bitrise: bump version 1.20.0Karol Wrótniak2018-08-142-0/+50
| | | | Closes: https://github.com/gentoo/gentoo/pull/9345
* dev-util/bitrise: bump version 1.19.0Karol Wrótniak2018-07-173-1/+47
| | | | | | Bug: https://bugs.gentoo.org/657710 Closes: https://bugs.gentoo.org/657710 Closes: https://github.com/gentoo/gentoo/pull/9237
* dev-util/bitrise: new ebuild, version 1.16.1Karol Wrótniak2018-06-093-0/+62
Bitrise is a Continuous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android, Xamarin, ...). Closes: https://bugs.gentoo.org/655770 Closes: https://github.com/gentoo/gentoo/pull/8412