summaryrefslogtreecommitdiff
path: root/users/1042.yml
AgeCommit message (Collapse)Author
2022-11-09GNUtoo: fix typo and force rebuildDenis 'GNUtoo' Carikli
My gpg key was updated. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-08-05re-instate gnutoobill-auger
2022-08-05GNUtoo: resign from ParabolaDenis 'GNUtoo' Carikli
This community has become toxic because there is no reguard for contributors health. See the following issue for more details: https://labs.parabola.nu/issues/1035 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-11-28GNUtoo: Add some more interestsDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-11-28GNUtoo: switch to subkeyDenis 'GNUtoo' Carikli
I don't have my main key on any of the computers that are involved in building signing or pushing Parabola packages: $ gpg -K FB31DBA3AB8DB76A4157329F7651568F80374459 sec# rsa4096 2017-05-29 [SC] [expires: 2022-10-12] FB31DBA3AB8DB76A4157329F7651568F80374459 uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@makefreedom.org> uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@riseup.net> uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> ssb rsa4096 2017-07-22 [S] [expires: 2022-10-12] ssb rsa4096 2017-07-22 [E] [expires: 2022-10-12] So the 782F9DDBE36BA7F3D4DE49065F5DFCC14177E263 subkey is used instead: $ gpg --list-options show-unusable-subkeys \ --with-subkey-fingerprint --list-keys \ FB31DBA3AB8DB76A4157329F7651568F80374459 pub rsa4096 2017-05-29 [SC] [expires: 2022-10-12] FB31DBA3AB8DB76A4157329F7651568F80374459 uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@makefreedom.org> uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@riseup.net> uid [ultimate] Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> sub rsa4096 2017-07-22 [S] [expires: 2022-10-12] 782F9DDBE36BA7F3D4DE49065F5DFCC14177E263 sub rsa4096 2017-07-22 [E] [expires: 2022-10-12] A0AD5A691D5E1A819FB3007C91EDBFDAAEDC2DB4 sub rsa4096 2017-05-29 [E] [expired: 2018-04-04] E01713B69D72CA8CBB0A3F739EF8F853E2CF85BB And for some reason, that might be the cause why uploading new packages fails (though it didn't fail before), so it's worth trying to see if adding in the subkey makes it work: ==> Running db-update on repos removed 'sources/parabola/netpbm-10.73.36-1.parabola1-armv7h.src.tar.gz' ==> WARNING: file already exists: sources/parabola/netpbm-10.73.36-1.parabola1-armv7h.src.tar.gz.sig die "Package %s does not have a valid signature" ==> Checking /home/gnutoo/staging//libre/netpbm-10.73.36-1.parabola1-armv7h.pkg.tar.xz.sig... (detached) gpg: Signature made Sun Nov 28 13:15:39 2021 GMT gpg: using RSA key 782F9DDBE36BA7F3D4DE49065F5DFCC14177E263 gpg: Note: trustdb not writable gpg: Good signature from "Denis 'GNUtoo' Carikli <GNUtoo@makefreedom.org>" [unknown] gpg: aka "Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>" [unknown] gpg: aka "Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>" [unknown] gpg: aka "Denis 'GNUtoo' Carikli <GNUtoo@riseup.net>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: FB31 DBA3 AB8D B76A 4157 329F 7651 568F 8037 4459 Subkey fingerprint: 782F 9DDB E36B A7F3 D4DE 4906 5F5D FCC1 4177 E263 ==> ERROR: The signature identified by /home/gnutoo/staging//libre/netpbm-10.73.36-1.parabola1-armv7h.pkg.tar.xz.sig could not be verified. ==> ERROR: Package libre/netpbm-10.73.36-1.parabola1-armv7h.pkg.tar.xz does not have a valid signature ==> Removing left over lock from [libre] (x86_64) ==> Removing left over lock from [libre] (i686) ==> Removing left over lock from [libre] (armv7h) ==> Removing left over lock from [libre] (ppc64le) ==> ERROR: An unknown error has occurred. Exiting... User defined signal 1 Thanks a lot to bill-auger for the help on finding the gpg command to list subkeys in long form and for the suggestion to use a subkey (Bill has a similar setup and had to use his subkey). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2018-11-27GNUtoo Add more informationDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2018-10-31Add GNUtooLuke Shumaker