terrapkg / packages

Monorepo for Terra Packages
https://terra.fyralabs.com
GNU General Public License v3.0
36 stars 17 forks source link

[prismlauncher-nightly] Use system libs #1376

Closed runlevel5 closed 1 week ago

madonuko commented 1 week ago

Could you also force push signed commits?

korewaChino commented 1 week ago

Please sign your commits.

runlevel5 commented 1 week ago

Could you also force push signed commits? Okay let me

runlevel5 commented 1 week ago
$ git commit --amend -S
$ git push -f

Should be good now I guess

madonuko commented 1 week ago
$ git commit --amend -S
$ git push -f

Should be good now I guess

I don't think you enabled gpg signing:

git config --global commit.gpgsign 1
git config --global user.signingkey <insert your signing key>
runlevel5 commented 1 week ago
$ git log --show-signature
commit 476f737fb3dfab416f8ad83098101d6a8fe9264f (HEAD -> patch-1, origin/patch-1)
Good "git" signature for 8@tle.id.au with RSA key SHA256:EJIYLZxugDIJ0Z56usDfeS5o90Ln/V0SCEGFWG+YfSM
Author: Trung Lê <8@tle.id.au>
Date:   Wed Jun 19 23:15:12 2024 +1000

    [prismlauncher-nightly] Use system libs

    Signed-off-by: Trung Lê <8@tle.id.au>

should be good now mate

raboneko commented 1 week ago

💚 All backports created successfully

Status Branch Result
f39
f40

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

madonuko commented 1 week ago

Thank you!