nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Fix/ppa publish

Open FalcoXYZ opened this issue 2 years ago • 0 comments

Updates the PPA script to add a for loop to support multiple Ubuntu distros. The previous script tried uploading to several distros at once, which failed. It will now loop through a list of 4 distros and publishes it.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

  • [X] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation Update
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [X] Build related changes
  • [ ] Other (please describe):

Testing

Requires testing

  • [ ] Yes
  • [X] No

In case you checked yes, did you write tests??

  • [ ] Yes
  • [X] No

Further comments (optional)

Tested locally on my own machine using simulated dput upload and lintian. Besides the for loop, nothing changed in the build/upload process.

FalcoXYZ avatar Aug 10 '22 11:08 FalcoXYZ