summaryrefslogtreecommitdiffstats
path: root/devshell
Commit message (Expand)AuthorAgeFilesLines
* Fixes channel to create dists with information it knows about itselfYaakov M. Nemoy2010-07-141-3/+8
* Fixes code with relative path to run in right dirYaakov M. Nemoy2010-07-141-4/+5
* Fills in the add_dist method to work nowYaakov M. Nemoy2010-07-141-13/+12
* A Splash of documentationYaakov M. Nemoy2010-07-141-0/+1
* A git repo should have access to its git reponessYaakov M. Nemoy2010-07-141-16/+14
* Directory stores its config in the objectYaakov M. Nemoy2010-07-141-1/+1
* Add small function so we always truncate same length git sumsYaakov M. Nemoy2010-07-141-0/+3
* Put the output on stdout to make things more useful for shell scriptingYaakov M. Nemoy2010-07-141-1/+1
* Removes some stubexceptions for code that's doneYaakov M. Nemoy2010-07-141-5/+1
* Remove extra linesYaakov M. Nemoy2010-07-141-2/+0
* Removes some trailing whitespaceYaakov M. Nemoy2010-07-121-3/+3
* Moves the package name code to channelsYaakov M. Nemoy2010-07-122-22/+38
* Was missing some close parensYaakov M. Nemoy2010-07-121-5/+5
* Adds more properties to uprs that we will need to make package namesYaakov M. Nemoy2010-07-121-0/+28
* So we can predict the possible file names out of thisYaakov M. Nemoy2010-07-121-1/+11
* Chroots are going to be static, no need for updatesYaakov M. Nemoy2010-07-121-3/+0
* Switch the logic to a generic chroot classYaakov M. Nemoy2010-07-121-7/+5
* Quote up arguments that contain spaces, bash needs thisYaakov M. Nemoy2010-07-121-2/+6
* Since gbp must be run in that directory, we need absolute paths to the chrootYaakov M. Nemoy2010-07-121-28/+20
* Gotta do this in the right directoryYaakov M. Nemoy2010-07-111-1/+2
* Working directly with pbuilder doesn't need params no more :)Yaakov M. Nemoy2010-07-111-1/+1
* Fix order of operations so we don't get no params at allYaakov M. Nemoy2010-07-111-1/+1
* None in a configobj comes up a stringYaakov M. Nemoy2010-07-111-2/+0
* Components are a list, not a stringYaakov M. Nemoy2010-07-111-1/+1
* Makes sure the directories are put in the correct placeYaakov M. Nemoy2010-07-111-5/+5
* Import fix for pbuilderYaakov M. Nemoy2010-07-111-1/+1
* Makes sure close always gets called on objectsYaakov M. Nemoy2010-07-111-3/+2
* Sets up pdebuilder to use settings from the class rather than from the config...Yaakov M. Nemoy2010-07-111-0/+2
* Enables creation of chrootsYaakov M. Nemoy2010-07-111-2/+5
* Enables addition of repos to chrootsYaakov M. Nemoy2010-07-111-4/+21
* Sets up paths and params for pbuilderYaakov M. Nemoy2010-07-111-1/+16
* Fix paths because they are already treated relatively.Yaakov M. Nemoy2010-07-111-3/+3
* Was missing some imports in pbuilderYaakov M. Nemoy2010-07-111-1/+3
* Since class methods don't have object referencesYaakov M. Nemoy2010-07-111-1/+1
* No need to initialise the git repo hereYaakov M. Nemoy2010-07-111-6/+8
* UPRs are always git repositoriesYaakov M. Nemoy2010-07-111-0/+6
* Removes the need for a git build-pkg config, by using entirely the command lineYaakov M. Nemoy2010-07-111-10/+4
* Saves us the trouble of importing join into every moduleYaakov M. Nemoy2010-07-111-1/+3
* Replace pbuilder's stubs with proper stub exceptionsYaakov M. Nemoy2010-07-111-7/+18
* Need a couple of imports to actually run the codeYaakov M. Nemoy2010-07-111-1/+2
* Whitespace fixesYaakov M. Nemoy2010-07-101-7/+8
* Repos are based around multi archesYaakov M. Nemoy2010-07-101-3/+6
* Adds stubs for building and populating repositoriesYaakov M. Nemoy2010-07-101-0/+9
* We needed an extra space there for legibilityYaakov M. Nemoy2010-07-101-1/+1
* Beginnings of being able to run shit in the context of something that is not ...Yaakov M. Nemoy2010-07-101-0/+3
* Preliminary support for getting package lists out of a manifestYaakov M. Nemoy2010-07-101-2/+30
* This is how we do string manglingYaakov M. Nemoy2010-07-101-3/+3
* Make sure we're catching stub exceptions and providing clean messages to the ...Yaakov M. Nemoy2010-07-101-2/+3
* We needed an exception for where i make mad stubsYaakov M. Nemoy2010-07-101-0/+6
* Adds logic for storing actual bcondsYaakov M. Nemoy2010-07-101-3/+7