Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix arch package publish script on macOS
Merged did:key:z6Mki9XN...FvWF opened 10 months ago
did:key:z6Mki9XN...FvWF opened with revision b03ceb88 on base b65b6daa +5 -1 10 months ago
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #1087 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #1087 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #1087 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #1087 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #1087 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #1087 completed with status: failure. ❌

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
did:key:z6Mki9XN...FvWF pushed revision 2 dbdf8fa3 on base 51cf6cfb +5 -1 9 months ago

Rebase

did:key:z6Mki9XN...FvWF pushed revision 3 0645d722 on base a8486548 +6 -2 9 months ago

Clean working tree before publishing arch package

rudolfs pushed revision 4 cf9ef608 on base 1b1e724d +6 -2 9 months ago

Rebase

did:key:z6Mki4CG...o5Zr commented on revision 4 9 months ago

Woodpecker pipeline #1167 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
did:key:z6Mki4CG...o5Zr commented on revision 4 9 months ago

Woodpecker pipeline #1167 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
did:key:z6Mki4CG...o5Zr commented on revision 4 9 months ago

Woodpecker pipeline #1167 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
did:key:z6Mki4CG...o5Zr commented on revision 4 9 months ago

Woodpecker pipeline #1167 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
did:key:z6Mki4CG...o5Zr commented on revision 4 9 months ago

Woodpecker pipeline #1167 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
did:key:z6Mki4CG...o5Zr commented on revision 4 9 months ago

Woodpecker pipeline #1167 completed with status: success. ✅

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
rudolfs reviewed 9 months ago

Since I have [commit] gpgsign = true in my ~/.gitconfig, I sign all my commits with my radicle key, so in repos that aren’t properly configured I can’t commit unless I run this:

cd /Users/rudolfs/work/radicle-desktop/arch/radicle-desktop.git

git config user.signingKey "$(rad self --ssh-key)"
git config gpg.format ssh
git config gpg.ssh.program ssh-keygen
git config gpg.ssh.allowedSignersFile .gitsigners
git config commit.gpgsign true

Would be good to figure out if there’s a workaround so I don’t have to configure the repository every time we release. It would be good to also clean up this repo after the publish script is done, so that the npm run format command doesn’t fail.

rudolfs pushed revision 5 f277b4e9 on base 7765b7d7 +6 -2 9 months ago

Rebase

rudolfs accepted 9 months ago
rudolfs merged revision f277b4e9 at fda0638f 9 months ago