From c33edea9071d4b62727cf512472ea5f96648a246 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Sat, 2 May 2020 20:24:52 +0200 Subject: [PATCH] pmb.aportgen: Stop generating Contributor: lines for device ports (MR 1932) The Git history is a much better representation of contributors to a particular device port. --- pmb/aportgen/device.py | 1 - pmb/aportgen/linux.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pmb/aportgen/device.py b/pmb/aportgen/device.py index 9d8232b7..61122452 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -196,7 +196,6 @@ def generate_apkbuild(args, pkgname, name, arch, flash_method): # Whole APKBUILD content = f"""\ - # Contributor: Firstname Lastname (CHANGEME!) # Maintainer: Firstname Lastname (CHANGEME!) # Reference: pkgname={pkgname} diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index ea63d79c..5943e7b2 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -25,7 +25,6 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches): patches = ("\n" + " " * 12).join(patches) content = f"""\ - # Contributor: Firstname Lastname (CHANGEME!) # Maintainer: Firstname Lastname (CHANGEME!) # Reference: # Kernel config based on: arch/{carch}/configs/(CHANGEME!)