summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove package signingSebastian Thiel2022-10-071-1/+1
| | | | | The new key isn't signed with the old key so not accepted downstream, and that's it as the old key literally broke and there is no backup.
* Deprecate GPG signature docs; stop signing releasesSebastian Thiel2022-02-211-1/+1
| | | | Related to https://github.com/gitpython-developers/gitdb/issues/77
* Remove docker and appveyor configuration filesSebastian Thiel2021-07-141-16/+2
| | | | | | | | These weren't used by CI nor were they regularly tested. If somebody misses something, we can bring them back of course. This cleanup was triggered with the switch to pytest, and I wanted to remove everything that was present just for nosetest.
* add initial types to remote.pyyobmod2021-05-031-2/+2
|
* Adjust signature key - please read if you verify installs/packagesSebastian Thiel2020-09-041-1/+1
| | | | | | | | | | | | | | | | After a recent 'cleanup' operation that attempted to simplify my GPG key workflow with Yubikeys, it looks like my GPG installation has 'forgotten' how to interact with the key I typically used to sign GitPython releases. Since I never managed to establish a chain of trust with my only remaining 'good' key, for you this means you cannot trust new GitPython releases anymore. There is nothing I can do about except to apologize for the hassle. If you want to make constructive suggestions on how to fix this, I am happy to work with you on that.
* Change signing key back to what it wasSebastian Thiel2020-04-111-1/+1
|
* Yeah, thanks twine - argument parsing is hard…Sebastian Thiel2020-02-081-1/+1
|
* Apparently -s must be there, even if --sign-with is specified??Sebastian Thiel2020-02-081-1/+1
|
* Sign with a different key for now, it's USB-C and can be usedSebastian Thiel2020-02-081-1/+1
|
* disable signing - don't have a USB-A to -C adapter :(Sebastian Thiel2020-02-081-1/+1
| | | | | | | Due to me being in China and in an unexpected situation, I don't have access to my gear, which would have included an adapter to be able to use my USB-A yubikey (required for GitPython releases) to USB-C of the Mac.
* Added a Dockerfile that creates a clean Ubuntu Xenial test environmentJames E. King III2019-05-051-0/+16
|
* Fix setup.py and use of requirements files.James E. King III2019-05-051-1/+1
|
* Assure master is pushed as well when pushing tagsSebastian Thiel2017-12-121-1/+1
| | | | | Previously, master wasn't pushed, which might leave the commit that bumps the version on disk. That is rather confusing then.
* Apparently bdist_wheel is only in python3Sebastian Thiel2017-09-251-1/+1
| | | | | | At least on my system. So why not hardcode it here. Ideally this would be changed to docker or vitualenv.
* chore(version-up): v2.1.42.1.4Sebastian Thiel2017-06-101-1/+1
| | | | This re-release is just to get GPG signatures on releases.
* Remove check that didn't work as expected2.0.1Vincent Driessen2016-04-241-1/+0
|
* Automate steps to upload to PyPIVincent Driessen2016-04-241-0/+19