-
Notifications
You must be signed in to change notification settings - Fork 387
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
[packaging] Fixup buildall.bat #1209
Conversation
Made directory creation conditional (if not exist) Removes reference to non-existent file COPYING Signed-off-by: benyamin-codez <[email protected]>
@YanVugenfirer Do we still need this folder for anything? |
@vrozenfe Do we still need this folder for anything? |
@YanVugenfirer @vrozenfe @kostyanf14 This basically creates the old unattended floppy disk style OEM TXTSETUP driver disk tree, in this case for If you think it worthwhile, I'm happy to add a commit to delete it here... |
Starting with RHEL-8, we no longer provide VFD images. Also, if we ever do a full cleanup, we could remove all OEM Cheers, |
OK, so let's remove all VFD related stuff @benyamin-codez |
So do you wish me to redo this PR to delete the Will this break anything else in virtio-win, including the packaging repos...? |
Yes
It shouldn't break |
1. Remove the packaging folder. Refer to PR virtio-win#1209 for commentary. Signed-off-by: benyamin-codez <[email protected]>
Addendum to 52d23db, 3bc554e and 933b732. 1. Removed packaging folder from root\clean.bat per PR virtio-win#1209. Signed-off-by: benyamin-codez <[email protected]>
Addendum to da96c89 and 74f5391. 1. Removed packaging folder from root\buildAll.bat per PR virtio-win#1209. Signed-off-by: benyamin-codez <[email protected]>
Made directory creation conditional (if not exist)
Removes reference to non-existent file COPYING