NicoHood / GPGit

A shell script that automates the process of signing Git sources via GPG
MIT License
89 stars 10 forks source link

Release 1.3.0 #13

Closed NicoHood closed 6 years ago

NicoHood commented 6 years ago

Ready for testing.

NicoHood commented 6 years ago

@WoLpH @cmaglie would you mind trying this new GPGit release? I reverted back from python to a bash script as it is simpler and better to handle like that. Especially with dependencies. The new version should be faster to install and use while still being user friendly. Opinions appreciated.

wolph commented 6 years ago

I've been working on it for several hours and trying to get it to work but there are a lot of differences between Linux and OS X/BSD here.

  1. The install command has different parameters
  2. The getopt has different parameters
  3. /bin/bash doesn't exist and/or is a severely limited shell and should be replaced with something like /usr/bin/env bash
  4. The sha512sum commands don't exist and need to be replaced with either gsha512sum or shasum -a 512

I'll keep working on it for a bit to see if I can get it working somehow

NicoHood commented 6 years ago

Thanks for the feedback. It would be nice to get it also working on BSD. I am not using it though.

wolph commented 6 years ago

Perhaps a simple self-check is in order, Travis can do the actual OS checking in that case :)