Commit Graph

48 Commits

Author SHA1 Message Date
Jesse Keating 8331ae9e0f Remove the unused discs option. We determine disc number on the fly. 2008-07-15 23:09:57 -04:00
Jesse Keating 2b5ed26466 Remove some debugging code... 2008-07-15 18:36:07 -04:00
Jesse Keating 116a0df898 Don't read the entire file at once. This will run machines out of memory.
Also, always use binary mode on the files, or else our hashes will be odd.
2008-07-15 18:10:19 -04:00
Jesse Keating 74e014707a Checksum various files from buildinstall output and put them in .treeinfo
This will be used by a verify-tree like tool that will ensure that the
content on disk matches what the compose tool thinks it should.
2008-07-15 15:53:11 -04:00
Jesse Keating ec8b64e6cf Use new hashsum utility to generate sha1sums of isos.
Call a generic function each time we create an iso file.
2008-07-14 23:27:40 -04:00
Jesse Keating 38bd19ea9a Add a utility to generate a hashsum of a file 2008-07-14 23:26:52 -04:00
Jesse Keating 3e62130a6c Create debuginfo metadata when creating metadata, if we've gathered debuginfo
Move cachedir to a variable definition since we use it more than once.
2008-07-09 18:08:12 -04:00
Jesse Keating 7c2e8593c8 Add a function to download the debuginfo packages we found. 2008-07-09 18:07:50 -04:00
Jesse Keating 26795667ac Add a function to get debuginfo packages to match the other packages we've gathered.
This has a couple hardcoded special cases for kernel and glibc for the -common debuginfo
Try to match the original po as close as possible.
2008-07-09 18:07:42 -04:00
Jesse Keating cbe47772c9 Change _filtersrc to _filtersrcdebug and call it appropriately.
We now need to filter out debuginfo packages so that we can add the
debuginfo repos to the ks file
2008-07-09 18:07:13 -04:00
Jesse Keating 3cc980b49d Add a config item for debuginfo
We need this as a config object so that we can use it later when
making repodata.
2008-07-09 18:07:13 -04:00
Jesse Keating 15c5b80e87 Take ownership of pkgorder and splittree.py; call appropriately
These two files have been removed from anaconda sources, so we
are taking ownership of them.  We will likely rewrite some of these
but the plan is to keep them as 'utility' type tools so that they
can be used without creating full pungi objects.
2008-06-23 10:27:30 -04:00
Jesse Keating 151e3b134e We use sys here too 2008-06-13 13:48:09 -04:00
Jesse Keating 3b955cc823 Fix some typos and handle the fact that baseurl is a list, where as mirrorlist isn't. 2008-06-13 13:47:31 -04:00
Jesse Keating 379020e5c5 Add functionality to pass multiple repos, mirrorlists, and output directory to buildinstall. 2008-06-13 12:56:45 -04:00
Jesse Keating 64e5734178 Add our util.py file with all the "utility" functions. 2008-06-12 11:43:57 -04:00
Jesse Keating a81ead6181 Move utility functions to util.py; call appropriately.
Also fix some whitespace issues (hey, it's my project, I can do whitespace changes)
2008-06-12 11:36:47 -04:00
Jesse Keating 4627931835 remove pungi.py 2008-06-12 09:00:53 -04:00
Jesse Keating 3b89e4586b Collapse all of pungi.py to __init__.py 2008-06-12 09:00:43 -04:00
Jesse Keating 4ae0dc35e8 Change permissions on pungi.py, remove gather.py 2008-06-12 08:56:43 -04:00
Jesse Keating b45c700be8 Collapse all of Gather and Pungi into one class/file. 2008-06-12 08:55:42 -04:00
Jesse Keating 1b58d024a3 Repo cost is now actually referenced as 'cost'. 2008-06-04 16:28:35 -04:00
Jesse Keating 24641ddfbe Fix another problem with src repo generation, handle flavor. 2008-04-16 23:04:25 -04:00
Jesse Keating b71ae43cc5 Add back changes I missed somehow:
Fix srpm repodata making
2008-04-16 22:22:14 -04:00
Jesse Keating b1bd3c7a46 Support repo costs. (pykickstart calls this priority for now) 2008-04-15 07:08:35 -05:00
Jesse Keating 5d33519dbf Disable the comps cleanup until it works again. 2008-04-14 21:33:45 -05:00
Jesse Keating 13d6ed35ee Correct the api call to comps. 2008-03-25 17:14:11 -04:00
Jesse Keating 65c7bdf6de Use yum's method to write out a unified comps. 2008-03-25 17:06:21 -04:00
Jesse Keating 51f5969e49 handle shared source dirs when gathering. 2008-03-21 15:56:22 -04:00
Jesse Keating aa358c1517 Fix srpm stuff 2008-03-14 16:55:28 -04:00
Jesse Keating bd4eea43d0 - Don't pass --prodpath to buildinstall. It won't like it. 2008-03-14 13:12:12 -04:00
Jesse Keating f29a4ca8b1 Make CDs fit again 2008-03-12 16:46:23 -04:00
Jesse Keating 5c106b05d8 Use the right link call. 2008-03-12 16:44:03 -04:00
Jesse Keating 66a6d6eafd More chnages for netinst.iso/boot.iso 2008-03-11 14:42:41 -04:00
Jesse Keating a08871a741 Exclude repoview from isos. 2008-03-05 22:26:43 -05:00
Jesse Keating 7405122981 Fix ppc split iso generation 2008-03-05 13:45:17 -05:00
Jesse Keating e2f79e49f6 Handle netinst.iso files. 2008-03-03 16:09:53 -05:00
Jesse Keating 7b27cd5c8b Don't traceback when moving repodata out for split media. 2008-02-28 16:29:46 -05:00
Jesse Keating 706184a97f Don't force clean the repodata, some of it can be reused.
Always make sure we get a clean repomd.xml to compare against the rest of the files.
2008-02-28 12:23:33 -05:00
Jesse Keating eb1a47579f Handle gzipped comps files. 2008-02-21 18:04:39 -05:00
Jesse Keating 923ea6fa1a Fix comps issue for older repos. 2008-02-08 15:04:56 -05:00
Jesse Keating b2cf9776ea Rework how repodata gets generated for media.
Necessary as anaconda doesn't handle split metadata being on the
DVD anymore.
2008-01-22 14:44:14 -05:00
Jesse Keating 3ce7826b06 Don't try to close() a file that gets autoclosed due to readlines(). 2008-01-21 17:32:37 -05:00
Jesse Keating 34bb3d57fc Don't fiddle with editing the .discinfo file. It's just confusing for no good reason. 2008-01-21 17:32:08 -05:00
Jesse Keating bbbcc1dff8 Always use the discinfo file from the exploaded tree. It doesn't change. Also, close the file when we're done. 2008-01-21 17:13:54 -05:00
Jesse Keating 7de5f15356 use createrepo api 2008-01-21 17:09:02 -05:00
Jesse Keating 1402ef4414 - Always add the core comps group. 2007-12-17 15:12:25 -05:00
Jesse Keating 2cb4e338f7 Adjust layout, will help with using eclipse 2007-12-14 22:41:08 -05:00