diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-18 21:40:52 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-18 21:40:52 -0500 |
| commit | 8c25991da46729bbf88ba3d1c1623ffcd16695f4 (patch) | |
| tree | 38b9afb073cdbaefcda09bed1174cb65204296fc /modules/darcs.py | |
| parent | 94e4032c8119b17b9de0af39eae983127d640461 (diff) | |
| download | fedora-devshell-8c25991da46729bbf88ba3d1c1623ffcd16695f4.tar.gz fedora-devshell-8c25991da46729bbf88ba3d1c1623ffcd16695f4.tar.xz fedora-devshell-8c25991da46729bbf88ba3d1c1623ffcd16695f4.zip | |
Add build system annotation
Diffstat (limited to 'modules/darcs.py')
| -rw-r--r-- | modules/darcs.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/darcs.py b/modules/darcs.py index 189da60..010cecc 100644 --- a/modules/darcs.py +++ b/modules/darcs.py @@ -85,6 +85,12 @@ class Darcs(RevisionControl): ''' return self.cfg['hackage_name'] + @property + def buildsystem(self): + return self.cfg['buildsystem'] + + def set_buildsystem(self, buildsystem): + self.cfg['buildsystem'] = buildsystem def set_current_src(self): '''sets the current internal state to reflect the current head |
