]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
typo love
authorHolger Levsen <holger@layer-acht.org>
Thu, 20 Sep 2012 11:31:07 +0000 (13:31 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 20 Sep 2012 11:31:07 +0000 (13:31 +0200)
debian_build.py

index 13238f4db2bd104d2d6f3cf1f33cc0946664cd79..2186313ce9a7d3da16edd54871d3df2328cf61cb 100755 (executable)
@@ -132,16 +132,16 @@ def db_add_job(con, name):
     try:
         cur.execute("INSERT INTO jenkins_job(name) VALUES(%s)"
                 " RETURNING id", (name))
-        logger_debug("saved %s to databased" %(job_name))
+        logger.debug("saved %s to databased" %(job_name))
     except psycopg2.DatabaseError as e:
     # record already exist
         cur.execute("ROLLBACK TO a")  # have to rollback after failed command
-        logger_debug("could not save %s to databased" %(job_name))
+        logger.debug("could not save %s to databased" %(job_name))
 
 #def add_package_instance("profitbricks", $BUILD_JOBNAME, $BUILD_NUMBER, changes_file)
 def add_package_instance(origin, job_name, job_id, changes_file, version):
     con = db_connect()
-    logger_debug("save %s to database" %(job_name))
+    logger.debug("save %s to database" %(job_name))
     db_add_job(con, job_name) 
     # add jenkins_build
     # for all packages in changes file