2007-06-11 18:37:35 +00:00
|
|
|
* Mon Jun 11 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Add a install target to make (Trac #37)
|
2007-06-11 18:56:43 +00:00
|
|
|
- Enable the source repo in yum configs (Trac #47)
|
2007-06-11 18:59:18 +00:00
|
|
|
- Use universal newlines in getting process output (Trac #44)
|
2007-06-12 00:45:32 +00:00
|
|
|
- Fix logging of broken deps (Trac #39)
|
2007-06-11 18:37:35 +00:00
|
|
|
|
2007-05-25 18:30:13 +00:00
|
|
|
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Handle the cdsize variable correctly
|
2007-05-25 22:50:37 +00:00
|
|
|
- More fixes for cached download stuff
|
2007-05-25 22:56:09 +00:00
|
|
|
- Fix default CD size storing
|
2007-05-25 18:30:13 +00:00
|
|
|
|
2007-05-24 06:06:33 +00:00
|
|
|
* Thu May 24 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Use a package checksum to verify cached download
|
2007-05-24 12:52:02 +00:00
|
|
|
- Use the right flavor in the Everything configs
|
2007-05-24 06:06:33 +00:00
|
|
|
|
2007-05-23 15:20:17 +00:00
|
|
|
* Wed May 23 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Commit config files used for producing Fedora 7
|
|
|
|
- Default pungi.conf file to using Fedora 7 stuff
|
|
|
|
|
2007-05-15 15:37:37 +00:00
|
|
|
* Tue May 15 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Don't quote ISO label, not running mkisofs in shell
|
2007-05-15 17:06:34 +00:00
|
|
|
- Apply sparc patches (spot)
|
2007-05-15 17:29:30 +00:00
|
|
|
- Fix cached downloads comparing correctly
|
2007-05-15 18:10:20 +00:00
|
|
|
- Shorten 'development' to 'devel' in default config, more space for mkisofs
|
2007-05-21 16:05:36 +00:00
|
|
|
- Handle config file missing better (jgranado)
|
2007-05-15 15:37:37 +00:00
|
|
|
|
2007-04-06 12:02:00 +00:00
|
|
|
* Fri Apr 06 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Fix comments in config file
|
|
|
|
|
2007-04-02 21:19:19 +00:00
|
|
|
* Mon Apr 02 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Remove incompatible fc6 config files
|
|
|
|
- Update default config file with comments / new options
|
|
|
|
- Update comps file
|
|
|
|
|
2007-03-26 14:39:46 +00:00
|
|
|
* Mon Mar 26 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Enable source iso building again.
|
|
|
|
|
|
|
|
* Fri Mar 23 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Don't try a rescue if the script doesn't exist (prarit)
|
|
|
|
|
2007-03-22 18:01:26 +00:00
|
|
|
* Thu Mar 22 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Pass flavor off to buildinstall if it is set (wwoods)
|
|
|
|
|
2007-03-16 17:31:31 +00:00
|
|
|
* Fri Mar 16 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Fix a logic flaw in the depsolving loop
|
|
|
|
|
2007-03-15 17:29:57 +00:00
|
|
|
* Thu Mar 15 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Use yum's built in exclude handling
|
2007-03-15 17:35:05 +00:00
|
|
|
- Use yum's built in conditional handling for things from comps
|
|
|
|
- Do excludes before group handling.
|
2007-03-15 18:17:53 +00:00
|
|
|
- Get all potential matches for deps, let install time figure
|
|
|
|
the best one to use.
|
2007-03-15 18:25:24 +00:00
|
|
|
- Work around false positive 'unmatched' packages (globs are fun)
|
2007-03-15 20:25:57 +00:00
|
|
|
- Change how depsolving is done
|
|
|
|
- Get all potential matches for a dep, instead of our 'best'
|
|
|
|
our 'best' may not be the same as install time best.
|
|
|
|
- Remove anaconda code, use direct yum functions to get deps
|
|
|
|
- Use a True/False flag to depsolve instead of iterating over
|
|
|
|
a dict.
|
|
|
|
- Log what packages are being added for which reasons.
|
2007-03-15 17:29:57 +00:00
|
|
|
|
2007-03-14 21:57:09 +00:00
|
|
|
* Tue Mar 14 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Do things faster/smarter if we've only asked for one disc
|
|
|
|
|
2007-03-14 00:36:48 +00:00
|
|
|
* Tue Mar 13 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- log the rpm2cpio stuff for release notes
|
2007-03-14 02:16:39 +00:00
|
|
|
- correctly capture errors from subprocess
|
2007-03-14 00:36:48 +00:00
|
|
|
|
2007-03-07 22:53:53 +00:00
|
|
|
* Wed Mar 07 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Call createrepo ourselves for the tree, not buildinstall's job
|
|
|
|
|
2007-03-07 19:42:33 +00:00
|
|
|
* Tue Mar 06 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Convert from commands to subprocess for things we call out
|
|
|
|
|
2007-03-02 15:24:03 +00:00
|
|
|
* Fri Mar 02 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Add kickstart %packages syntax support to package manifest
|
2007-03-02 16:33:01 +00:00
|
|
|
- Make the list we hand off to yum to search for as unique as we can
|
2007-03-02 15:24:03 +00:00
|
|
|
|
2007-02-28 19:08:07 +00:00
|
|
|
* Wed Feb 28 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Update Fedora 7 comps file.
|
|
|
|
- Tag for F7 Test2
|
|
|
|
|
2007-02-26 18:06:31 +00:00
|
|
|
* Mon Feb 26 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Fix gathering of srpms (thanks skvidal)
|
|
|
|
|
2007-02-21 21:12:31 +00:00
|
|
|
* Wed Feb 21 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Don't use TMPDIR with buildinstall for now
|
|
|
|
|
2007-02-16 14:37:52 +00:00
|
|
|
* Fri Feb 16 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Make use of anaconda's TMPDIR support
|
|
|
|
- Put yum tempdirs in the workdir
|
2007-02-16 18:38:47 +00:00
|
|
|
- Add a version option to cli arguments
|
2007-02-16 18:59:01 +00:00
|
|
|
- Make cdsize a config option
|
2007-02-16 14:37:52 +00:00
|
|
|
|
2007-02-15 19:17:39 +00:00
|
|
|
* Thu Feb 15 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Various logging tweaks
|
|
|
|
- Use -d flag in createrepo for sqlite blobs
|
|
|
|
- Add pydoc stuff to various functions
|
2007-02-15 23:17:23 +00:00
|
|
|
- Support comments in the package manifest
|
2007-02-15 19:17:39 +00:00
|
|
|
|
2007-02-14 22:33:07 +00:00
|
|
|
* Wed Feb 14 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Add logging patch from jbowes
|
|
|
|
|
2007-02-13 22:12:39 +00:00
|
|
|
* Tue Feb 13 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Fix part of the patch from Essien
|
|
|
|
- Add Contributors to the Authors file
|
|
|
|
- Adjust the Makefile so that srpm doesn't cause a tag
|
2007-02-13 22:22:22 +00:00
|
|
|
- Merged changes from Will Woods
|
|
|
|
- Write out some tree description files
|
|
|
|
- Don't traceback on existing files in download area (not sure this will stay)
|
|
|
|
- Style fixed some stuff from Will
|
2007-02-13 22:12:39 +00:00
|
|
|
|
2007-02-12 21:50:02 +00:00
|
|
|
* Mon Feb 12 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Add new Make targets (Essien Ita Essien)
|
2007-02-12 22:07:37 +00:00
|
|
|
- Add runtime flags for doing specific stages of the compose (Essien Ita Essien)
|
2007-02-12 22:51:36 +00:00
|
|
|
- Add ability to define destdir on the cli to override conf file
|
|
|
|
- Clean up optionparse stuff, print usage if arg list is too small
|
2007-02-12 21:50:02 +00:00
|
|
|
|
2007-02-09 01:25:41 +00:00
|
|
|
* Thu Feb 08 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Add support for globbing in manifest
|
|
|
|
|
2007-02-06 18:51:53 +00:00
|
|
|
* Tue Feb 06 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- yum bestPackagesFromList takes an arch argument. Fixes ppc64 bug
|
2007-02-06 18:54:06 +00:00
|
|
|
- Don't use 'returnSimple' anymore, deprecated in yum api
|
2007-02-09 01:25:41 +00:00
|
|
|
- Speed up depsolving a bit by tracking solved deps
|
2007-02-06 18:51:53 +00:00
|
|
|
|
2007-02-03 20:53:47 +00:00
|
|
|
* Sat Feb 03 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Be able to opt-out of a bugurl since buildinstall supports this
|
2007-02-03 21:19:41 +00:00
|
|
|
- Make isodir an object of pungi (wwoods)
|
2007-02-03 20:53:47 +00:00
|
|
|
|
2007-01-30 15:26:48 +00:00
|
|
|
* Tue Jan 30 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- implantmd5 _then_ sha1sum.
|
|
|
|
|
2007-01-29 20:20:49 +00:00
|
|
|
* Mon Jan 29 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Update the comps file again from F7
|
|
|
|
- Fix the ppc boot flags
|
|
|
|
- Clean up SRPM-disc junk
|
2007-01-29 21:11:16 +00:00
|
|
|
- add bugurl config option for anaconda betanag
|
2007-01-29 20:20:49 +00:00
|
|
|
|
2007-01-25 18:08:43 +00:00
|
|
|
* Thu Jan 25 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Update the comps file from F7
|
|
|
|
|
|
|
|
* Wed Jan 24 2007 Jesse Keating <jkeating@redhat.com>
|
2007-01-25 04:42:40 +00:00
|
|
|
- Add a "flavor" option (such as Desktop)
|
|
|
|
- Move packageorder file into workdir
|
2007-01-25 18:08:43 +00:00
|
|
|
- Use some anaconda code to depsolve, gets better (and more common) results
|
|
|
|
|
|
|
|
* Tue Jan 23 2007 Jesse Keating <jkeating@redhat.com>
|
2007-01-23 23:03:52 +00:00
|
|
|
- Now use a manifest to determine what to pull in, not comps itself
|
|
|
|
- Add a minimal-manifest for test composes
|
|
|
|
- Add current F7 comps file for test composes
|
2007-01-23 23:35:07 +00:00
|
|
|
- Bump the iso size to what was used in FC6
|
2007-01-23 23:03:52 +00:00
|
|
|
|
2007-01-23 22:43:46 +00:00
|
|
|
* Wed Jan 17 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Move splittree workdirs into work/ at the end of the run
|
|
|
|
|
|
|
|
* Tue Jan 16 2007 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Remove our splittree for rawhide
|
|
|
|
- Remove old main() sections from pungi.py and gather.py
|
|
|
|
- Require yum 3.0.3 or newer
|
|
|
|
- Add rescueCD support
|
|
|
|
|
2006-12-14 03:04:56 +00:00
|
|
|
* Wed Dec 13 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Fix a bug in DVD repodata
|
|
|
|
- Add correct ppc boot args
|
|
|
|
- Set ppc arch correctly
|
|
|
|
|
2006-12-12 04:24:52 +00:00
|
|
|
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Now able to get release note files from release note packages.
|
2006-12-12 04:47:41 +00:00
|
|
|
- Add a config file for the source run
|
2006-12-12 04:24:52 +00:00
|
|
|
|
2006-12-10 03:06:55 +00:00
|
|
|
* Sat Dec 9 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Now able to do srpms, lots of changes
|
|
|
|
|
2006-11-22 20:56:04 +00:00
|
|
|
* Fri Nov 17 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- First pass at a config file, lots of changes
|
|
|
|
|
2006-11-08 21:36:21 +00:00
|
|
|
* Wed Nov 8 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- Shuffle things around for dist-utils
|
|
|
|
- Add setup.py and such to do installs
|
|
|
|
|
2006-11-08 04:13:53 +00:00
|
|
|
* Tue Nov 7 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- pungi.py
|
|
|
|
Turn on split repo creation
|
|
|
|
Add iso creation code
|
|
|
|
Add DVD creation code
|
|
|
|
- __init.py__
|
|
|
|
Turn on split repo creation
|
|
|
|
Turn on iso creation
|
|
|
|
|
2006-11-06 21:34:20 +00:00
|
|
|
* Mon Nov 6 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- pungi.py
|
|
|
|
use splittree.py as a module rather than a script
|
2006-11-07 05:29:14 +00:00
|
|
|
use same layout as current fedora trees
|
|
|
|
- gather.py
|
|
|
|
use same layout as current fedora trees
|
2006-11-06 21:34:20 +00:00
|
|
|
|
2006-11-01 22:56:17 +00:00
|
|
|
* Wed Nov 1 2006 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- First changelog entry
|
|
|
|
- pungi.py
|
|
|
|
Code up splittree, use our own for now with patches
|
|
|
|
Code up createSplitRepodata
|
|
|
|
- Now able to create installable tree and create split CD dirs suitable for
|
|
|
|
mkisofs
|