diff options
author | tcely <tcely@users.noreply.github.com> | 2019-10-18 19:03:08 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-24 12:14:06 +0000 |
commit | 0c67cd1eba2f8985bf99a3d59c014e31866f0e35 (patch) | |
tree | f20d8cc994d7094997d911bb8144e8a3cf45c763 | |
parent | 9bc18d6365483abb63aa347fdbebb9dac25b8b55 (diff) | |
download | aports-0c67cd1eba2f8985bf99a3d59c014e31866f0e35.tar.bz2 aports-0c67cd1eba2f8985bf99a3d59c014e31866f0e35.tar.xz |
Orphan my packages
In my experience, this project does not encourage contribution.
The people involved with merging have ignored improvements,
rewritten commits and history wholesale, and engaged in
squabbles over petty things rather than helping to improve
the packages.
These gatekeepers are adverse to large amounts of changes, large
numbers of commits and often request changes to the commit
histories without giving explanation.
Many times inconsistent suggestions and fixation on nits have
caused entire patch sets to be closed without any progress on
the package at all.
The style "rules" that are so often the sole focus of reviews
lately are a mistake.
https://gist.github.com/tcely/8ef31809f04a494a27ad79d49afdf167
Given all of this and the conversation below, I consider all of
my efforts toward improving this project to have been wasted.
Hopefully, this will serve as a warning of what others might
expect before they experience similar demoralizing responses.
2019-10-18 11:31:35 <tcely> If your only contribution to a review is to suggest breaking a package I'm maintaining, please don't waste everyone's time!
2019-10-18 12:15:47 <ncopa> tcely: url?
2019-10-18 12:26:56 <tcely> ncopa: !327
2019-10-18 12:29:22 <_ikke_> tcely: No need to be passive aggressive about this
2019-10-18 12:30:20 <_ikke_> tcely: being a maintainer of a package does not mean that you can do whatever you want
2019-10-18 12:30:52 <tcely> _ikke_: I'm fully willing to be direct. This is a stupid upgrade. Stop looking for useless things to argue about it is not a helpful review!
2019-10-18 12:31:19 <_ikke_> tcely: the problem is that there are so many changes in these stupid ugprades
2019-10-18 12:31:35 <_ikke_> if they were stupid upgrades, they would have been long applied
2019-10-18 12:33:10 <tcely> That last statement is false. If you disagree with changes, you need to do the work yourself. Stop shitting all over work you didn't have to think through for petty nonsense.
2019-10-18 12:42:28 <ncopa> can we please calm down
2019-10-18 13:17:46 <ncopa> tcely: i agree with _ikke_ that your commits are not always self explanatory, and a bit confusing to understand
2019-10-18 13:18:13 <ncopa> it may be good to have more explanations in the commit message to help people that are not as smart as you
2019-10-18 13:19:10 <ncopa> there seems also to be a disagreement on the coding style e.g $var vs ${var}
2019-10-18 13:19:43 <ncopa> i think consistence is better than the "perfect" coding style
2019-10-18 13:20:51 <ncopa> and we have landed on $var rather than ${var}
2019-10-18 13:21:46 <ncopa> and we expect maintainers to respect that
2019-10-18 13:25:51 <tcely> Duly noted. You want total control and slave labor with no room for improvement. I'll stop wasting my time.
-rw-r--r-- | community/boost-build/APKBUILD | 4 | ||||
-rw-r--r-- | community/botan/APKBUILD | 4 | ||||
-rw-r--r-- | community/dnsdist/APKBUILD | 4 | ||||
-rw-r--r-- | community/fossil/APKBUILD | 4 | ||||
-rw-r--r-- | community/knot-resolver/APKBUILD | 4 | ||||
-rw-r--r-- | community/knot/APKBUILD | 4 | ||||
-rw-r--r-- | community/ntpsec/APKBUILD | 4 | ||||
-rw-r--r-- | community/pdns-recursor/APKBUILD | 4 | ||||
-rw-r--r-- | community/softhsm/APKBUILD | 4 | ||||
-rw-r--r-- | community/tcllib/APKBUILD | 4 | ||||
-rw-r--r-- | main/bind/APKBUILD | 4 | ||||
-rw-r--r-- | main/dhcp/APKBUILD | 4 | ||||
-rw-r--r-- | main/fstrm/APKBUILD | 4 | ||||
-rw-r--r-- | main/py3-ply/APKBUILD | 4 | ||||
-rw-r--r-- | testing/openresty/APKBUILD | 4 | ||||
-rw-r--r-- | testing/rdedup/APKBUILD | 4 | ||||
-rw-r--r-- | testing/sequoia-sqv/APKBUILD | 4 |
17 files changed, 34 insertions, 34 deletions
diff --git a/community/boost-build/APKBUILD b/community/boost-build/APKBUILD index 318d9f13b5..9b010942ac 100644 --- a/community/boost-build/APKBUILD +++ b/community/boost-build/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Pedro Filipe <xpecex@outlook.com> # Contributor: Valery Kartel <valery.kartel@gmail.com> -# Maintainer: tcely <boost-build+aports@tcely.33mail.com> +# Maintainer: pkgname=boost-build pkgver=1.69.0 -pkgrel=0 +pkgrel=1 pkgdesc="Boost.Build makes it easy to build C++ projects, everywhere" url="https://boost.org/build" arch="noarch" diff --git a/community/botan/APKBUILD b/community/botan/APKBUILD index 3fd0461f53..c225e3186f 100644 --- a/community/botan/APKBUILD +++ b/community/botan/APKBUILD @@ -1,9 +1,9 @@ # Contributor: tcely <tcely@users.noreply.github.com> -# Maintainer: tcely <botan+aports@tcely.33mail.com> +# Maintainer: pkgname=botan _pkgname=Botan pkgver=2.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="Crypto and TLS for C++11" url="https://botan.randombit.net/" arch="all" diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD index 6fc0f4ba32..caf8379efc 100644 --- a/community/dnsdist/APKBUILD +++ b/community/dnsdist/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Vince Mele <vmele@inoc.com> -# Maintainer: tcely <dnsdist+aports@tcely.33mail.com> +# Maintainer: pkgname="dnsdist" pkgver="1.3.3" -pkgrel=4 +pkgrel=5 pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer." url="https://dnsdist.org" arch="all" diff --git a/community/fossil/APKBUILD b/community/fossil/APKBUILD index ceac0fc413..4585374f2e 100644 --- a/community/fossil/APKBUILD +++ b/community/fossil/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Paul Onyschuk <blink@bojary.koba.pl> # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: tcely <fossil+aports@tcely.33mail.com> +# Maintainer: _pkgname="fossil" # upstream name pkgname="${_pkgname}" pkgver="2.9" -pkgrel=0 +pkgrel=1 pkgdesc="Simple, high-reliability, distributed software configuration management" url="https://www.fossil-scm.org" arch="all" diff --git a/community/knot-resolver/APKBUILD b/community/knot-resolver/APKBUILD index d01783bb0a..efd30325f9 100644 --- a/community/knot-resolver/APKBUILD +++ b/community/knot-resolver/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Contributor: tcely <knot-resolver+aports@tcely.33mail.com> -# Maintainer: tcely <knot-resolver+aports@tcely.33mail.com> +# Maintainer: _upstream="knot-resolver" pkgname="${_upstream}" pkgver="4.2.2" -pkgrel=0 +pkgrel=1 pkgdesc="Minimalistic caching DNS resolver implementation" url="https://www.knot-resolver.cz/" # luajit is not available for disabled architectures diff --git a/community/knot/APKBUILD b/community/knot/APKBUILD index 2e23294c71..d56588c2dd 100644 --- a/community/knot/APKBUILD +++ b/community/knot/APKBUILD @@ -2,11 +2,11 @@ # Contributor: Dennis Przytarski <dennis@przytarski.com> # Contributor: Francesco Zanini <francesco@zanini.me> # Contributor: Jakub Jirutka <jakub@jirutka.cz> -# Maintainer: tcely <knot+aports@tcely.33mail.com> +# Maintainer: _pkgname="knot" pkgname="${_pkgname}" pkgver="2.8.4" -pkgrel=0 +pkgrel=1 pkgdesc="An high-performance authoritative-only DNS server" url="https://www.knot-dns.cz" arch="all" diff --git a/community/ntpsec/APKBUILD b/community/ntpsec/APKBUILD index 7e28e9b149..f496036c81 100644 --- a/community/ntpsec/APKBUILD +++ b/community/ntpsec/APKBUILD @@ -1,9 +1,9 @@ # Contributor: tcely <ntpsec+aports@tcely.33mail.com> -# Maintainer: tcely <ntpsec+aports@tcely.33mail.com> +# Maintainer: _pkgname="ntpsec" pkgname="${_pkgname}" pkgver="1.1.7" -pkgrel=0 +pkgrel=1 pkgdesc="NTP reference implementation, refactored for security" url="https://www.ntpsec.org/" arch="all" diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 97e1a971cf..86d4ab7388 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> -# Maintainer: tcely <pdns-recursor+aports@tcely.33mail.com> +# Maintainer: _pkgname="pdns-recursor" # upstream package name pkgname="${_pkgname}" pkgver="4.2.0" -pkgrel=3 +pkgrel=4 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" # broken context diff --git a/community/softhsm/APKBUILD b/community/softhsm/APKBUILD index d8764866ce..4ae91027b0 100644 --- a/community/softhsm/APKBUILD +++ b/community/softhsm/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Frank Felhoffer <silveraid@hackme.ca> -# Maintainer: tcely <softhsm+aports@tcely.33mail.com> +# Maintainer: pkgname=softhsm pkgver=2.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="cryptographic store accessible through a PKCS #11" url="https://www.opendnssec.org/softhsm/" arch="all" diff --git a/community/tcllib/APKBUILD b/community/tcllib/APKBUILD index 057314acd7..f23bd07bc3 100644 --- a/community/tcllib/APKBUILD +++ b/community/tcllib/APKBUILD @@ -1,8 +1,8 @@ # Contributor: tcely <tcllib+aports@tcely.33mail.com> -# Maintainer: tcely <tcllib+aports@tcely.33mail.com> +# Maintainer: pkgname=tcllib pkgver=1.19 -pkgrel=0 +pkgrel=1 pkgdesc="Tcl Standard Library" url="https://core.tcl.tk/tcllib" arch="noarch" diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 8a04c50435..f96fdd904f 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -2,14 +2,14 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: tcely <bind+aports@tcely.33mail.com> +# Maintainer: pkgname=bind pkgver=9.14.4 _ver=${pkgver%_p*} _p=${pkgver#*_p} _major=${pkgver%%.*} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=1 +pkgrel=2 pkgdesc="The ISC DNS server" url="https://www.isc.org" arch="all" diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD index 5a619bbf91..37dbac5c52 100644 --- a/main/dhcp/APKBUILD +++ b/main/dhcp/APKBUILD @@ -1,8 +1,8 @@ -# Maintainer: tcely <dhcp+aports@tcely.33mail.com> +# Maintainer: pkgname=dhcp pkgver="4.4.1" _realver=${pkgver/_p/-P} -pkgrel=5 +pkgrel=6 pkgdesc="ISC Dynamic Host Configuration Protocol (DHCP)" url="https://www.isc.org/" arch="all" diff --git a/main/fstrm/APKBUILD b/main/fstrm/APKBUILD index 94de5dfb08..5734062fb8 100644 --- a/main/fstrm/APKBUILD +++ b/main/fstrm/APKBUILD @@ -1,8 +1,8 @@ # Contributor: tcely <tcely@users.noreply.github.com> -# Maintainer: tcely <fstrm+aports@tcely.33mail.com> +# Maintainer: pkgname="fstrm" pkgver="0.5.0" -pkgrel=0 +pkgrel=1 pkgdesc="Frame Streams implementation in C" url="https://github.com/farsightsec/fstrm" arch="all" diff --git a/main/py3-ply/APKBUILD b/main/py3-ply/APKBUILD index c5274e8f2a..f1d28d8517 100644 --- a/main/py3-ply/APKBUILD +++ b/main/py3-ply/APKBUILD @@ -1,10 +1,10 @@ # Contributor: tcely <py3-ply+aports@tcely.33mail.com> # Contributor: Keith Maxwell <keith.maxwell@gmail.com> -# Maintainer: tcely <py3-ply+aports@tcely.33mail.com> +# Maintainer: _pkgname='ply' pkgname="py3-$_pkgname" pkgver='3.11' -pkgrel=0 +pkgrel=1 pkgdesc="Python Lex & Yacc" url="https://www.dabeaz.com/ply/" arch="noarch" diff --git a/testing/openresty/APKBUILD b/testing/openresty/APKBUILD index e092559863..ea7ba0d271 100644 --- a/testing/openresty/APKBUILD +++ b/testing/openresty/APKBUILD @@ -1,9 +1,9 @@ # Contributor: tcely <openresty+aports@tcely.33mail.com> -# Maintainer: tcely <openresty+aports@tcely.33mail.com> +# Maintainer: pkgname=openresty pkgver="1.15.8.1" _rc=2 -pkgrel=1 +pkgrel=2 pkgdesc="Scalable Web Platform by Extending NGINX with Lua" url="https://openresty.org/" arch="all !ppc64le !s390x" # LuaJIT build errors diff --git a/testing/rdedup/APKBUILD b/testing/rdedup/APKBUILD index 72862e799a..58eb807fb1 100644 --- a/testing/rdedup/APKBUILD +++ b/testing/rdedup/APKBUILD @@ -1,8 +1,8 @@ # Contributor: tcely <rdedup+aports@tcely.33mail.com> -# Maintainer: tcely <rdedup+aports@tcely.33mail.com> +# Maintainer: pkgname="rdedup" pkgver="3.1.1" -pkgrel=1 +pkgrel=2 pkgdesc="Data deduplication with compression and public key encryption" url="https://github.com/dpc/rdedup" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by cargo diff --git a/testing/sequoia-sqv/APKBUILD b/testing/sequoia-sqv/APKBUILD index 92827f9c6f..d7782a6f1b 100644 --- a/testing/sequoia-sqv/APKBUILD +++ b/testing/sequoia-sqv/APKBUILD @@ -1,9 +1,9 @@ # Contributor: tcely <sequoia-sqv+aports@tcely.33mail.com> -# Maintainer: tcely <sequoia-sqv+aports@tcely.33mail.com> +# Maintainer: _project="sequoia" pkgname="${_project}-sqv" pkgver="0.9.0" -pkgrel=0 +pkgrel=1 pkgdesc="A simple signature verification program" url="https://sequoia-pgp.org/" arch="armhf armv7 x86_64" # limited by cargo |