From f143ea3a69ea7f8f7bd94553d57afd6d62a5ec4e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 1 Dec 2023 01:17:30 -0500 Subject: [PATCH] community/celery: move from testing --- {testing => community}/celery/APKBUILD | 3 +-- {testing => community}/celery/celery.confd | 0 {testing => community}/celery/celery.initd | 0 {testing => community}/celery/celery.pre-install | 0 4 files changed, 1 insertion(+), 2 deletions(-) rename {testing => community}/celery/APKBUILD (99%) rename {testing => community}/celery/celery.confd (100%) rename {testing => community}/celery/celery.initd (100%) rename {testing => community}/celery/celery.pre-install (100%) diff --git a/testing/celery/APKBUILD b/community/celery/APKBUILD similarity index 99% rename from testing/celery/APKBUILD rename to community/celery/APKBUILD index fd7b036db99..c789d117175 100644 --- a/testing/celery/APKBUILD +++ b/community/celery/APKBUILD @@ -1,6 +1,5 @@ -# Maintainer: Antoine Martin (ayakael) # Contributor: Antoine Martin (ayakael) - +# Maintainer: Antoine Martin (ayakael) pkgname=celery pkgver=5.2.7 pkgrel=4 diff --git a/testing/celery/celery.confd b/community/celery/celery.confd similarity index 100% rename from testing/celery/celery.confd rename to community/celery/celery.confd diff --git a/testing/celery/celery.initd b/community/celery/celery.initd similarity index 100% rename from testing/celery/celery.initd rename to community/celery/celery.initd diff --git a/testing/celery/celery.pre-install b/community/celery/celery.pre-install similarity index 100% rename from testing/celery/celery.pre-install rename to community/celery/celery.pre-install