From 29fcdf293be6a8a65624e9bebccecce4d48ec9f0 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Sat, 17 Jan 2009 01:12:13 -0500 Subject: Adds patch management to SourceBall --- base/vars.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base') 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'] -- cgit