cosmetic: remove timestamp based rebuilds comment

This is outdated for quite a while now.
This commit is contained in:
Oliver Smith 2018-11-06 07:56:11 +01:00
parent c8205013e1
commit 2f7df661d3
1 changed files with 1 additions and 3 deletions

View File

@ -128,9 +128,7 @@ def copy_to_buildpath(args, package, suffix="native"):
def is_necessary(args, arch, apkbuild, indexes=None):
"""
Check if the package has already been built. Compared to abuild's check,
this check also works for different architectures, and it recognizes
changed files in an aport folder, even if the pkgver and pkgrel did not
change.
this check also works for different architectures.
:param arch: package target architecture
:param apkbuild: from pmb.parse.apkbuild()