# HG changeset patch # User Aleksej Bobylev # Date 1543064286 -7200 # Node ID e1bb2a3a467a09b16b7d475be84a17df77c47f51 # Parent 1bc8e59284aa94eefe1d0bea61038d66d9361cab index.cgi: Badges section: make links absolute diff -r 1bc8e59284aa -r e1bb2a3a467a lighttpd/index.cgi --- a/lighttpd/index.cgi Sat Nov 24 14:48:27 2018 +0200 +++ b/lighttpd/index.cgi Sat Nov 24 14:58:06 2018 +0200 @@ -960,51 +960,51 @@ broken) t="Broken package" p="Package is broken" - s="Fix package build: analyze logs, upgrade the version, search for patches" + s="Fix package build: analyze logs, upgrade the version, search for patches" ;; any) t="“Any” arch" - p="This package contains only architecture-less files, it does not make sense to make it several times in each build environment" - s="Add the line HOST_ARCH=\"any\" to receipt" + p="This package contains only architecture-less files, it does not make sense to make it several times in each build environment" + s="Add the line HOST_ARCH=\"any\" to receipt" ;; noany) t="No “any” arch" - p="This package contains architecture dependent files" - s="Remove the line HOST_ARCH=\"any\" from receipt" + p="This package contains architecture dependent files" + s="Remove the line HOST_ARCH=\"any\" from receipt" ;; libtool) t="Libtool isn't fixed" p="This package use libtool that likes to add unnecessary dependencies to programs and libraries" - s="Add the fix libtool command to the receipt between the configure and make commands invocation" + s="Add the fix libtool command to the receipt between the configure and make commands invocation" ;; nolibtool) t="Libtool is absent" p="This package does not use libtool, nothing to fix" - s="Remove the command fix libtool from receipt" + s="Remove the command fix libtool from receipt" ;; own) t="Ownership problems" - p="Some files of this package have ownership problems" - s="Correct the ownership or add problem files to the “overrides” list if you believe it is OK" + p="Some files of this package have ownership problems" + s="Correct the ownership or add problem files to the “overrides” list if you believe it is OK" ;; ownover) t="Ownership overridden" - p="This package contains files with ownership problems that have been overridden" - s="FYI only, you may want to revise the list" + p="This package contains files with ownership problems that have been overridden" + s="FYI only, you may want to revise the list" ;; perm) t="Permissions problems" - p="Some files of this package have unusual permissions" - s="Correct the permissions or add problem files to the “overrides” list if you believe it is OK" + p="Some files of this package have unusual permissions" + s="Correct the permissions or add problem files to the “overrides” list if you believe it is OK" ;; permover) t="Permissions overridden" - p="This package contains files with unusual permissions that have been recorded" - s="FYI only, you may want to revise the list" + p="This package contains files with unusual permissions that have been recorded" + s="FYI only, you may want to revise the list" ;; symlink) t="Broken symlink" - p="This package contains one or more broken symlinks" + p="This package contains one or more broken symlinks" s="Fix the symlinks destination; you may use fix symlinks when symlinks have absolute path" ;; ss) @@ -1014,17 +1014,17 @@ ;; fadd) t="Files have been added" - p="Some files absent in \$install was directly added to \$fs" + p="Some files absent in \$install was directly added to \$fs" s="Rework your compile_rules() to add all the required files to \$install there" ;; frem) t="Files have been removed" - p="Some files existing in \$install not belong to any package" - s="Revise genpkg_rules() or add files to “overrides” list" + p="Some files existing in \$install not belong to any package" + s="Revise genpkg_rules() or add files to “overrides” list" ;; fdup) t="Files are duplicated" - p="Some files existing in \$install was added to more than one package" + p="Some files existing in \$install was added to more than one package" s="Check your copy rules in genpkg_rules()" ;; old)