From f4f0638890adb80db5de3fbc772490f149ab4fbc Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 22 Nov 2016 16:50:01 +0100 Subject: [PATCH] community/hub: move to testing due to violation of QA rules `go get` must not be used in APKBUILD. It downloads random dependencies from Internet without any verification, leads to unreproducible build. --- {community => testing}/hub/APKBUILD | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {community => testing}/hub/APKBUILD (100%) diff --git a/community/hub/APKBUILD b/testing/hub/APKBUILD similarity index 100% rename from community/hub/APKBUILD rename to testing/hub/APKBUILD