Add python script for publishing image #8
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
help wanted
invalid
maintenance
peach-lib
peach-network
peach-oled
peach-stats
peach-web
question
refactor
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: PeachCloud/peach-img-builder#8
Loading…
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.