Commit Graph

2810 Commits

Author SHA1 Message Date
jkeating@harpoon.lab.boston.redhat.com 8499fb4e84 turn on split repo creation 2006-11-07 12:26:32 -05:00
jkeating@harpoon.lab.boston.redhat.com 87712433df add changes for yesterday in 2006-11-07 00:29:14 -05:00
jkeating@harpoon.lab.boston.redhat.com 69b2550104 use same layout as current fedora trees 2006-11-07 00:23:14 -05:00
jkeating@harpoon.lab.boston.redhat.com e281c3fd27 Add changes sofar today 2006-11-06 16:34:20 -05:00
jkeating@harpoon.lab.boston.redhat.com 8c4df007dd Create a ToDo file, theoretically people wanting to contribute could pick stuff off this list 2006-11-06 16:34:04 -05:00
jkeating@harpoon.lab.boston.redhat.com ca72e5dcc1 Change some tabs to spaces 2006-11-06 16:19:47 -05:00
jkeating@harpoon.lab.boston.redhat.com 399c9bfb10 Use splittree as a module, not a script.
fix a line continuation
2006-11-06 16:15:25 -05:00
jkeating@harpoon.lab.boston.redhat.com d943ff4652 Change discs option to be an int 2006-11-06 16:14:32 -05:00
jkeating@harpoon.lab.boston.redhat.com c7a08948bf hey, a changelog 2006-11-01 17:56:17 -05:00
jkeating@harpoon.lab.boston.redhat.com 0639fcf7c7 Get the right mediaid from the discinfo file 2006-11-01 17:48:59 -05:00
jkeating@harpoon.lab.boston.redhat.com 813394c5d0 Code up createSplitRepodata, move it into logical order 2006-11-01 17:33:53 -05:00
jkeating@harpoon.lab.boston.redhat.com e4d95b0da5 Add our out splittree until patches are accepted upstream 2006-11-01 16:29:38 -05:00
jkeating@harpoon.lab.boston.redhat.com e82062e18a call our own splittree for now; column length cleanup 2006-11-01 16:29:17 -05:00
jkeating@harpoon.lab.boston.redhat.com 1fc6544fbf Turn on splittree; actually write the function; change disks to discs. 2006-10-31 10:27:36 -05:00
jkeating@localhost.localdomain 779dee205e Fix up error messages (Jaroslaw Gorny) 2006-10-25 14:11:23 -04:00
jkeating@localhost.localdomain a48c3ade14 License project code under the GPLv2 2006-10-24 09:44:11 -04:00
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