Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output folder structure is weird (generating qcow2 goes to qcow2, but ami goes to image/ folder) #117

Closed
cdrage opened this issue Jan 12, 2024 · 2 comments

Comments

@cdrage
Copy link
Contributor

cdrage commented Jan 12, 2024

Example:

        qcow2: 'qcow2/disk.qcow2',
        ami: 'image/disk.raw',
        raw: 'image/disk.raw',
        iso: 'bootiso/disk.iso',

Is where all the locations are.

But it should be:

        qcow2: 'qcow2/disk.qcow2',
        ami: 'ami/disk.raw',
        raw: 'raw/disk.raw',
        iso: 'iso/disk.iso',

Which makes more sense / predictable.

@cdrage cdrage changed the title Output folder structure is weird Output folder structure is weird (generating qcow2 goes to qcow2, but ami goes to image/ folder) Jan 12, 2024
@cgwalters
Copy link
Contributor

This is a dup of #103 I believe.

@cgwalters cgwalters closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2024
@cdrage
Copy link
Contributor Author

cdrage commented Jan 16, 2024

Woops! You are right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants