From a3d5cd1cb3b36de34ffec6b5980ed8fc07d2aa12 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Wed, 22 Oct 2025 15:53:18 +0200 Subject: [PATCH] community/docker-auth: move from testing --- {testing => community}/docker-auth/APKBUILD | 0 {testing => community}/docker-auth/docker-auth.confd | 0 {testing => community}/docker-auth/docker-auth.initd | 0 {testing => community}/docker-auth/docker-auth.pre-install | 0 {testing => community}/docker-auth/simple-example.patch | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {testing => community}/docker-auth/APKBUILD (100%) rename {testing => community}/docker-auth/docker-auth.confd (100%) rename {testing => community}/docker-auth/docker-auth.initd (100%) rename {testing => community}/docker-auth/docker-auth.pre-install (100%) rename {testing => community}/docker-auth/simple-example.patch (100%) diff --git a/testing/docker-auth/APKBUILD b/community/docker-auth/APKBUILD similarity index 100% rename from testing/docker-auth/APKBUILD rename to community/docker-auth/APKBUILD diff --git a/testing/docker-auth/docker-auth.confd b/community/docker-auth/docker-auth.confd similarity index 100% rename from testing/docker-auth/docker-auth.confd rename to community/docker-auth/docker-auth.confd diff --git a/testing/docker-auth/docker-auth.initd b/community/docker-auth/docker-auth.initd similarity index 100% rename from testing/docker-auth/docker-auth.initd rename to community/docker-auth/docker-auth.initd diff --git a/testing/docker-auth/docker-auth.pre-install b/community/docker-auth/docker-auth.pre-install similarity index 100% rename from testing/docker-auth/docker-auth.pre-install rename to community/docker-auth/docker-auth.pre-install diff --git a/testing/docker-auth/simple-example.patch b/community/docker-auth/simple-example.patch similarity index 100% rename from testing/docker-auth/simple-example.patch rename to community/docker-auth/simple-example.patch