Commit Graph

1844 Commits

Author SHA1 Message Date
jkeating@localhost.localdomain faca390f6e Fonts in comps don't need to be default. 2006-10-23 23:56:24 -04:00
jkeating@localhost.localdomain 4491076333 Adjust options to match the main app 2006-10-23 22:43:41 -04:00
jkeating@localhost.localdomain 56b5286ff4 Add a 'topdir' value to the Pungi object. 2006-10-23 22:30:05 -04:00
jkeating@localhost.localdomain 44e6b1011d Heee, shutil.copy not os.copy 2006-10-23 22:18:02 -04:00
jkeating@localhost.localdomain da5de28ccd Copy comps instead of link, as comps source may come from a different file system 2006-10-23 22:16:07 -04:00
jkeating@localhost.localdomain fb8e6e7aa1 topdir isn't used anymore in pungi.py
Adjust plan to provide some information for contributors
2006-10-23 22:02:43 -04:00
jkeating@localhost.localdomain 44f270b746 First stab at binding things together 2006-10-23 21:46:30 -04:00
jkeating@localhost.localdomain 2e4db74149 Use arch as part of the topdir 2006-10-23 21:46:08 -04:00
jkeating@localhost.localdomain abd0a5524d Rearrange things so that they'll actually work together 2006-10-23 21:37:13 -04:00
jkeating@harpoon.lab.boston.redhat.com d3e8cff9ba Update the plan with new info and project layout.
Add a tests dir with some testing files.
2006-10-23 17:47:02 -04:00
jkeating@localhost.localdomain 7c6256d737 Change name to pungi 2006-10-23 15:50:44 -04:00
jkeating@harpoon.lab.boston.redhat.com 123b31573e buildinstall does its own createrepo call, no need to do it twice 2006-10-24 00:46:05 -04:00
jkeating@harpoon.lab.boston.redhat.com 340e01eaf1 os.mkdirs doesn't exist 2006-10-23 22:57:30 -04:00
jkeating@localhost.localdomain 4d568ae728 Create pungi, the tool to run anaconda tools 2006-10-17 02:08:10 -04:00
jkeating@localhost.localdomain c2b14f3bad Do the arch switch from i386 to i686 in a better (I hope) way 2006-10-17 02:07:51 -04:00
jkeating@localhost.localdomain 9661193aa4 Clean sqlite too, was causing a lockup
Translate 'i386' option to 'i686' arch
2006-10-17 01:38:16 -04:00
jkeating@localhost.localdomain 8e4c22a064 Use Fedora rather than Tree 2006-10-17 00:21:40 -04:00
jkeating@localhost.localdomain ac953cfae4 Clean the metadata out when creating the object 2006-10-16 23:11:58 -04:00
jkeating@localhost.localdomain 88c82fcb4d Use a dict to return unique requires, not a list with possible dupes 2006-10-16 18:29:12 -04:00
jkeating@localhost.localdomain dba79b9c0f Use a dict for dep checking to speed things up 2006-10-16 01:11:08 -04:00
jkeating@localhost.localdomain a05f22a073 Change findDeps to getPackageDeps, don't use a yum function name
Don't return a list of lists, just return a list
2006-10-16 00:42:43 -04:00
jkeating@localhost.localdomain 7b9ed647a4 Put the downloaded packages in an arch specific dir 2006-10-16 00:08:17 -04:00
jkeating@localhost.localdomain 01ab4f42dd Do arch stuff better
Fix an endless loop
clean up some debug output
2006-10-15 23:59:41 -04:00
jkeating@localhost.localdomain bf4931150e Don't iterate through arch list to get package, search returns list
more logging cleanups to add arch
2006-10-15 23:03:45 -04:00
jkeating@localhost.localdomain 1c88ab914a First stab at doing arch specific setups 2006-10-15 17:30:01 -04:00
jkeating@localhost.localdomain d3415e63fc - Use cache dir to cache downloads, hardlink to destdir 2006-10-14 19:11:46 -04:00
jkeating@localhost.localdomain a41dfc13bd - Add cache dir option
- Precreate (with error checking) cache and dest dirs
- Use cache dir to cache downloads, hardlink to destdir
- Move sys import into main section
2006-10-14 18:16:50 -04:00
jkeating@localhost.localdomain 2aad144643 Call object variable directly 2006-10-14 17:43:13 -04:00
jkeating@localhost.localdomain 9fc4b73550 Use internal variables instead of passing stuff around 2006-10-12 10:37:34 -04:00
jkeating@localhost.localdomain 25ddb954f4 Stop hiding behind personal address now (: 2006-10-12 00:39:10 -04:00
jkeating@localhost.localdomain dfd31089c1 Much more work on the Gather class. Actually able to download packages now. 2006-10-12 00:38:36 -04:00
jkeating@localhost.localdomain 990d16d2ca start the Gather class, add some class functions 2006-10-11 18:53:52 -04:00
jkeating@localhost.localdomain bd2635dff4 Adjust the plan a bit 2006-10-11 10:46:32 -04:00
jkeating@localhost.localdomain 3c7cdc5133 Add some more comments 2006-10-10 23:59:50 -04:00
jkeating@localhost.localdomain 151917685c A first stab at downloading packages 2006-10-10 23:52:50 -04:00
jkeating@localhost.localdomain f04c99fcbe Move the import of optionparse to the testing section 2006-10-10 21:20:59 -04:00
jkeating@localhost.localdomain 90de6d97a5 Keep functions, but move them into the if main section 2006-10-10 21:19:16 -04:00
jkeating@localhost.localdomain c057593be6 Move things into main that are for testing. 2006-10-10 21:05:28 -04:00
jkeating@localhost.localdomain 35a57f82e2 Add an hacked up option parser
Start on a yum object
2006-10-10 18:08:38 -04:00
jkeating@localhost.localdomain 7307757c2e Initial work, look we can get a list of packages from a comps file 2006-10-10 14:09:34 -04:00
jkeating@localhost.localdomain 994ed3cfdb Who wrote this? 2006-10-10 00:22:37 -04:00
jkeating@localhost.localdomain 8517f23cd4 Add the gather module and a PLAN file for it 2006-10-10 00:20:50 -04:00
jkeating@localhost.localdomain 7f9d981feb Lots more thoughts from Seth and Jesse's brainstorm 2006-10-10 00:00:02 -04:00
jkeating@localhost.localdomain fe65339c4d Add a plan 2006-10-09 15:06:00 -04:00