Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep spoiler history instead of force-pushing #148

Merged
merged 2 commits into from
May 2, 2024

Conversation

thaliaarchi
Copy link
Contributor

I have found that it is difficult to reproduce old versions of quine-relay, even with the Dockerfile, because of unsupported Ubuntu versions and changing package versions. Even when I get it to work, it takes a very long time to run for all commits. The spoiler branch already has these build artifacts, so why doesn't it work? Well, it's force-pushed by GitHub Actions every time a change is pushed to master, so there is only the latest version.

With this PR, starting from now, updates to spoiler will simply push, so that the changes to spoiler can be tracked.

Since it was hard-coded to push to your repo, I made it work when run from a fork. Additionally, it will now have a more descriptive commit message and use the author information from the triggering commit and GitHub Actions as the committer.

You can see what this change looks like in the spoiler branch of my fork.

@mame mame merged commit dfc2a46 into mame:master May 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants