Commit Graph

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