Custom OBSW update path #582
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#582
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature_custom_obsw_update_path"
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?
@ -2013,2 +2020,4 @@
cmd.clear();
// Remove the extracted files to keep directories clean.
std::filesystem::remove(strippedImagePath);
use
bool remove( const std::filesystem::path& p, std::error_code& ec ) noexcept;
instead@ -2014,1 +2021,4 @@
// Remove the extracted files to keep directories clean.
std::filesystem::remove(strippedImagePath);
std::filesystem::remove(obswVersionFilePath);
use
bool remove( const std::filesystem::path& p, std::error_code& ec ) noexcept;
instead