From: Holger Levsen Date: Wed, 31 Aug 2011 18:17:06 +0000 (+0200) Subject: gah X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f1ca24fc3a654587fe7b084e54b75f0b6906943d;p=profitbricks%2Fjenkins-build-scripts.git gah --- diff --git a/build.py b/build.py index 4ef1344..64075c5 100755 --- a/build.py +++ b/build.py @@ -362,7 +362,8 @@ if __name__ == '__main__': logger.info(stdout_msg) - cmd = ['grep-dctrl', '-n', '-s', 'Version', '-!', 'thereisnoversionwithsuchastring'] + # i hate this: a version needs to include a . now... + cmd = ['grep-dctrl', '-n', '-s', 'Version', '.'] grep_dctrl = subprocess.Popen( cmd, shell=False,