diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-17 01:12:13 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-17 01:12:13 -0500 |
| commit | 29fcdf293be6a8a65624e9bebccecce4d48ec9f0 (patch) | |
| tree | 702f235a72d9edb7f4863d6692b7f649e3b83aca /base | |
| parent | c5b381c3af851468406f8ee71cbf24b5f11becdf (diff) | |
| download | fedora-devshell-29fcdf293be6a8a65624e9bebccecce4d48ec9f0.tar.gz fedora-devshell-29fcdf293be6a8a65624e9bebccecce4d48ec9f0.tar.xz fedora-devshell-29fcdf293be6a8a65624e9bebccecce4d48ec9f0.zip | |
Adds patch management to SourceBall
Diffstat (limited to 'base')
| -rw-r--r-- | base/vars.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/vars.py b/base/vars.py index 901fd49..070b86a 100644 --- a/base/vars.py +++ b/base/vars.py @@ -25,6 +25,8 @@ FEDORA_DIR = join(expanduser('~'), 'code') DEVSHELL_DIR = join(expanduser('~'), '.devshell') MOCK_CFG_DIR = '/etc/mock' +DIFF_EXCLUDES_FILE = '/home/yankee/Projekten/fedora-devshell/diff.excludes' + header = lambda x: "%s %s %s" % ('=' * 2, x, '=' * (76 - len(x))) prompt = ['\033[34;1mfedora\033[0m'] |
