Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

fix an issue when no delta requested #223

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

steadfasterX
Copy link
Contributor

this one will break the build when using #206 :

rename: /ssd/tmp/dos/hotdog/LineageOS-20.0/release_keys//incrementals/xxxx-20.0-20230713-dos-hotdog-incremental_.zip: not accessible: No such file or directory

the next one is a cosmetic thing only. while the current implementation does not break the build I prefer skipping it if not needed at all instead of just the || true workaround. "fixes" the message in build output when no delta is requested:

cp: cannot stat 'xxxx-20.0-20230713-dos-hotdog-incremental_.zip': No such file or directory

this one will break the build when using Divested-Mobile#206 :

> rename: /ssd/tmp/dos/hotdog/LineageOS-20.0/release_keys//incrementals/xxxx-20.0-20230713-dos-hotdog-incremental_*.zip*: not accessible: No such file or directory

the next one is a cosmetic thing only. while the current implementation does not break the build I prefer skipping it if not needed at all instead of just the `|| true`  workaround.
"fixes" the message in build output when no delta is requested:

> cp: cannot stat 'xxxx-20.0-20230713-dos-hotdog-incremental_*.zip*': No such file or directory

Signed-off-by: steadfasterX <[email protected]>
@SkewedZeppelin SkewedZeppelin added the enhancement New feature or request label Jul 13, 2023
@SkewedZeppelin SkewedZeppelin merged commit 492ba67 into Divested-Mobile:master Jul 13, 2023
@SkewedZeppelin
Copy link
Member

Merged, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants