]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fixed typos
authorFlorian Seffler <florian.seffler@profitbricks.com>
Wed, 14 Sep 2011 16:30:09 +0000 (18:30 +0200)
committerFlorian Seffler <florian.seffler@profitbricks.com>
Wed, 14 Sep 2011 16:30:09 +0000 (18:30 +0200)
debian_build.py
kernel_build.py

index ec6986ea85e6f1a91de3492ea8667ba18c2a5b62..83b39486314b1f4e1cfe88d7c3243e1c112f9a7a 100755 (executable)
@@ -73,8 +73,8 @@ SMTP_TEXT = (
         'Build for job %s, branch %s, buildnumber %s was %s. ' +
         'Take a close look at: ' + BUILD_URL
 )
-SMTP_BUILD_SUCCESS = 'SUCCESSFULL'
-SMTP_BUILD_ERROR = 'NOT SUCCESSFULL'
+SMTP_BUILD_SUCCESS = 'SUCCESSFUL'
+SMTP_BUILD_ERROR = 'NOT SUCCESSFUL'
 SMTP_FROM = '%s@profitbricks.com' %(pwd.getpwuid(os.geteuid()).pw_name)
 
 CRE_URI = re.compile(r'(?P<proto>\w+)\:\/\/(?P<url>[a-zA-Z0-9\-\_\.\+]+)\/(?P<dir>.*)$')
index 1f795277fc7b77a7f44696c589b75c1374ef8cfe..056920c3636f5754051c6c64e425bafcd655f4e7 100644 (file)
@@ -37,8 +37,8 @@ SMTP_TEXT = (
         'Kernel build for branch %s, buildnumber %s was %s. ' +
         'Take a close look at: ' + BUILD_URL
 )
-SMTP_BUILD_SUCCESS = 'SUCCESSFULL'
-SMTP_BUILD_ERROR = 'NOT SUCCESSFULL'
+SMTP_BUILD_SUCCESS = 'SUCCESSFUL'
+SMTP_BUILD_ERROR = 'NOT SUCCESSFUL'
 SMTP_FROM = 'hudson@profitbricks.com'
 PBUILDER = '/usr/sbin/pbuilder'
 SUDO = '/usr/bin/sudo'