[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. eda668423fa87898c59d1075118693714aa5a053

Holger Levsen holger at layer-acht.org
Fri Dec 23 10:28:25 UTC 2011


The following commit has been merged in the master branch:
commit 82d8f19704f07fba31001637aad8d181889ff112
Merge: ec2508e40a99a3b976a076b19a13d2ae92a4a109 6c9aa1a4264b4e6fe7df16d107fda1a3493d8d40
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 9 11:35:07 2011 +0100

    Merge branch 'feature/report-dependency_error' into develop

diff --combined piuparts-report.py
index a5186f3,afcb138..1064c89
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@@ -389,6 -389,7 +389,7 @@@ linktarget_by_template = 
      "modified_files_after_purge_error.tpl": "due to files having been modified after purge",
      "disappeared_files_after_purge_error.tpl": "due to files having disappeared after purge",
      "db_setup_error.tpl": "due to failing to setup a database",
+     "dependency_error.tpl": "due to unsatisfied dependencies",
  }
  
  
@@@ -662,7 -663,7 +663,7 @@@ class Section
          return link
  
      def link_to_state_page(self, section, package_name, link_target):
 -        if self.has_package(package_name):
 +        if self._binary_db.has_package(package_name):
              state = self._binary_db.get_package_state(package_name)
              link = "<a href=\"/%s/%s\">%s</a>" % (
                  section,

-- 
piuparts git repository



More information about the Piuparts-commits mailing list