Add python script for publishing image #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR includes
@mycognosist I removed the if statement you made for the compression about copying the uncompressed image if compression didn't work,
as it was easier to reason about the publishing if I assumed all previous steps worked and the image would definitley have the name raspi_3.img.xz
I think with releases/publishing its often a good practice to just fail if anything doesn't go to plan, since this is the stage we're hoping for a polished output
@mhfowler
Thanks for the explanation. That makes a lot of sense to me and sounds like a good practice.