Skip to content
This repository has been archived by the owner. It is now read-only.

build-distro.sh fails when finalizing ISO into artifact #5

Merged
merged 1 commit into from Oct 9, 2018

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@maxsteciuk
Copy link
Contributor

@maxsteciuk maxsteciuk commented Oct 7, 2018

Fixed issue of creating ISO from current working directory trident-build checkout when ./artifact-iso is not found due to relative path being used after script cd'ed into release/ directory

ISO located here:
+++++ pwd [/usr/obj/usr/src_tmp/amd64.amd64/release]
...
...
...
Target artifact-iso directory is searched here and script fails:
cp: directory ./artifact-iso does not exist [WARNING] ISO files not found in dir: /usr/obj/usr/src_tmp/amd64.amd64/release cp: ./artifact-iso/tar is not a directory [WARNING] TXZ files not found in dir: /usr/obj/usr/src_tmp/amd64.amd64/release cp: directory ./artifact-iso/tar does not exist [WARNING] MANIFEST file not found in dir: /usr/obj/usr/src_tmp/amd64.amd64/release ls: ./artifact-iso: No such file or directory

…-build checkout when ./artifact-iso is not found due to relative [path being used after script cd'ed into <obj root>release/ directory
@beanpole135 beanpole135 merged commit c40d950 into project-trident:master Oct 9, 2018
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Oct 9, 2018

Looks good!
Thanks for sending in that change!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.