Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rpm-archive: Ship QXL on the .iso
This was a historical oversight that we duplicated here while the
kinks were worked out. Things are working now, so fix this.
  • Loading branch information
crobinso committed Apr 30, 2015
1 parent 5d2de22 commit ea9e052
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions make-virtio-win-rpm-archive.py
Expand Up @@ -167,11 +167,6 @@ def archive(nvr, driverdir, finaldir):
"""
print 'archiving the results'
for fname in os.listdir(driverdir):
# The RPM doesn't ship qxl on the driver CD, but this is a
# historical oddity that will be fixed later.
if fname == "qxl":
continue

path = os.path.join(driverdir, fname)
if os.path.isdir(path):
shutil.copytree(path, os.path.join(finaldir, fname))
Expand Down

0 comments on commit ea9e052

Please sign in to comment.