Joseph Langley
Joseph Langley
I'm getting the hang of scripting automated release builds as Travis CI "deployments." So far I know what to do with a new tag. (Still figuring out how to get...
Yep, that's the gist of it. I've worked out how to automate just about everything between the github api, Travis, automake, and some utilities. I'll probably add a maintainer script...
I have Travis making a release from a tag now. Working out how to make the gpg signatures. Are those made according to a specific formula? I'm guessing they are...
Super. Thanks for the heads up. I got the builds working across their whole matrix without them every mentioning this has changed.
@westes what do you think about switching to GitHub Actions from Travis CI? Looks like it's a little more hassel to do multi-arch builds, but I think coordinating releases will...
Rgr that. I'll get the fundamentals set up on linux/amd64 to start.
Okay, got the first chunk in place. @westes, requesting feedback on the [NEWS](https://github.com/Mightyjo/flex/blob/gh-actions/NEWS) file format and workflow. The NEWS file I'm generating is pretty basic. It's just issue numbers, titles,...
PR is ready for comment. The 2.6.5-TEST "release" on [my fork](https://github.com/Mightyjo/flex/releases/tag/2.6.5-TEST) shows how it all turns out. I can kick off new demos without much trouble - as designed :)
The INSTALL file was previously provided by autotools. We treated it as a build product that only existed in the distribution tarball. Looks like the autotools project both stopped adding...
A note for myself: the default INSTALL file should be packaged with autoconf. Also, I shouldn't have blamed autotools for removing the behavior. We changed our "strictness" in configure.ac from...