summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Collapse)AuthorAgeFilesLines
* Makes close_later a generic function rather than a method of some classYaakov M. Nemoy2009-02-051-3/+22
|
* One Liner bug fixesYaakov M. Nemoy2009-01-181-2/+2
|
* Modifies factories, adds a BuildSystemFactoryYaakov M. Nemoy2009-01-181-1/+15
| | | | BSFactory, oh yeah!
* Adds patch management to SourceBallYaakov M. Nemoy2009-01-171-0/+2
|
* Small bugfixesYaakov M. Nemoy2009-01-161-1/+5
|
* Adds sourceball fetching from packagesources to packageYaakov M. Nemoy2009-01-161-1/+5
|
* Random bugfixesYaakov M. Nemoy2009-01-152-2/+9
| | | | | | | | | makes it work gets rid of _type madness fixes imports fixes random function signatures inserts a bloody stupid easter egg hack floats on a wooden raft
* Convert Directory to a metaclassed object to handle registration with ↵Yaakov M. Nemoy2009-01-151-0/+67
| | | | dirfactory and other administrative details
* Some minor tweaks and fixesYaakov M. Nemoy2009-01-081-1/+1
|
* Adds working customizable profiles with mock configurationsYaakov M. Nemoy2009-01-073-23/+34
|
* Fixed some bugs in the builderYaakov M. Nemoy2009-01-072-2/+18
|
* refactoring for bugfixesYaakov M. Nemoy2009-01-051-1/+0
| | | | | | turns out that we can't have a property also be an important method in our current method of parsing. also, sourceball is really a package idiom, and belongs there finally, i misnamed something earlier
* fixed package to differentiate between canonical name and rpm nameYaakov M. Nemoy2009-01-052-2/+9
|
* Add __all__ statements to modules.Yaakov M. Nemoy2009-01-051-1/+2
|
* Adds headers and footers to log filesYaakov M. Nemoy2009-01-051-0/+9
|
* Add directory factory autodetect powersYaakov M. Nemoy2009-01-031-1/+1
|
* major refactoring to do better generic directoriesYaakov M. Nemoy2009-01-031-1/+0
|
* Makes the copy function more universalYaakov M. Nemoy2009-01-021-7/+13
|
* Updated license.Yaakov M. Nemoy2008-12-307-3/+128
|
* Mass commit, i should be cleaner in the future.Yaakov M. Nemoy2008-12-292-0/+143
|
* Some profile stuffYaakov M. Nemoy2008-12-291-1/+4
|
* Updated util functionsYaakov M. Nemoy2008-12-291-5/+16
|
* Cleane up some debug statementsYaakov M. Nemoy2008-12-291-14/+1
|
* Adds some more builder functionsYaakov M. Nemoy2008-10-052-2/+15
|
* Unifying how modules get at information like state, and which dir they work onYaakov M. Nemoy2008-10-051-0/+26
|
* Apparently methods with no paramaters were not being executedYaakov M. Nemoy2008-10-051-7/+6
|
* Adds a close method to modules that needs to be implemented somehowYaakov M. Nemoy2008-10-052-0/+5
| | | | This lets you put code on the end of the lifecycle of a Module object.
* Alters the parsing stage a bit to fix a bug.Yaakov M. Nemoy2008-10-021-2/+2
| | | | | | We were deleting the paramaters at every step. This changes when that happens. Parsing language in a procedural language is hell.
* Added exception for bad function call.Yaakov M. Nemoy2008-10-022-1/+11
| | | | We can use this to deliver *good* inforamtion to the user what went wrong, and how to rectify it if possible.
* Better module detectionYaakov M. Nemoy2008-10-021-2/+3
|
* Breaks everything up into seperate files.Yaakov Nemoy2008-10-015-0/+234
I had a problem where having Module in the local namespace was not the same as having Module in the non local namespace (via an import). Somehow breaking it down this way seemed simpler.