Hi List:
Was poking at pungi to creat CD images and found out that it spits out a traceback that has something to do with a missing directory. On further investigation I found out that the error was located in the splittree.py file. The directory for the first CD is created but the necessary directories for the subsequent CD (2,3,4....) are not created. For my system the error was corrected with the addition of a line to the splittree.py file. Diff:
--- splittree.py-11.2.0.55 2007-04-24 17:49:16.000000000 +0200 +++ splittree.py-11.2.0.55-JG 2007-04-24 17:52:52.000000000 +0200 @@ -228,6 +227,7 @@ pass
else: + os.makedirs("%s-disc%d/%s" % (self.dist_dir, i, self.product_path)) self.linkFiles(self.dist_dir, "%s-disc%d" %(self.dist_dir, i), self.common_files) self.createDiscInfo(i)
AFAIK this line was erased to take away the RPMS directory. But in erasing the whole line the "self.product_path" directory was also erased. I tested the change and everything seems in place.
Regards.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Joel Andres Granados wrote:
Hi List:
I didn't see an ack on this patch. Perhaps it was missed because [patch] was missing from the subject line.
Does this need buzzila entry during the F7 freeze?
Regards, Greg
Was poking at pungi to creat CD images and found out that it spits out a traceback that has something to do with a missing directory. On further investigation I found out that the error was located in the splittree.py file. The directory for the first CD is created but the necessary directories for the subsequent CD (2,3,4....) are not created. For my system the error was corrected with the addition of a line to the splittree.py file. Diff:
--- splittree.py-11.2.0.55 2007-04-24 17:49:16.000000000 +0200 +++ splittree.py-11.2.0.55-JG 2007-04-24 17:52:52.000000000 +0200 @@ -228,6 +227,7 @@ pass
else:
os.makedirs("%s-disc%d/%s" % (self.dist_dir, i,
self.product_path)) self.linkFiles(self.dist_dir, "%s-disc%d" %(self.dist_dir, i), self.common_files) self.createDiscInfo(i)
AFAIK this line was erased to take away the RPMS directory. But in erasing the whole line the "self.product_path" directory was also erased. I tested the change and everything seems in place.
Regards.
Greg Morgan wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Joel Andres Granados wrote:
Hi List:
I didn't see an ack on this patch. Perhaps it was missed because [patch] was missing from the subject line.
Sorry My bad. I'll make sure I put [patch] the next time. :)
Does this need buzzila entry during the F7 freeze?
Bugzilla #233384. The patch was applied and the bug is closed. Regards
Regards, Greg
Was poking at pungi to creat CD images and found out that it spits out a traceback that has something to do with a missing directory. On further investigation I found out that the error was located in the splittree.py file. The directory for the first CD is created but the necessary directories for the subsequent CD (2,3,4....) are not created. For my system the error was corrected with the addition of a line to the splittree.py file. Diff:
--- splittree.py-11.2.0.55 2007-04-24 17:49:16.000000000 +0200 +++ splittree.py-11.2.0.55-JG 2007-04-24 17:52:52.000000000 +0200 @@ -228,6 +227,7 @@ pass
else:
os.makedirs("%s-disc%d/%s" % (self.dist_dir, i,
self.product_path)) self.linkFiles(self.dist_dir, "%s-disc%d" %(self.dist_dir, i), self.common_files) self.createDiscInfo(i)
AFAIK this line was erased to take away the RPMS directory. But in erasing the whole line the "self.product_path" directory was also erased. I tested the change and everything seems in place.
Regards.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFGPj5Bxyxe5L6mr7IRAniiAJ9w1e0AdwwRz26s1E7EULx9LFOM7ACdFtvC WgGp+UbuWvGgfOTHa/ZsyGI= =i0c8 -----END PGP SIGNATURE-----
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
anaconda-devel@lists.stg.fedoraproject.org