X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.infogroup.kiev.ua (tera.infogroup.kiev.ua [195.144.25.26]) by lists.alpinelinux.org (Postfix) with ESMTP id C02FA5C48FB for ; Mon, 24 Apr 2017 20:45:42 +0000 (GMT) Received: from ost.org.ua ([195.144.25.230] helo=alpine.ost.org.ua) by mail.infogroup.kiev.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1d2kre-0006MF-4c for alpine-aports@lists.alpinelinux.org; Mon, 24 Apr 2017 23:45:42 +0300 From: Valery Kartel To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/exim: move from testing Date: Mon, 24 Apr 2017 23:45:41 +0300 Message-Id: <20170424204541.4869-1-valery.kartel@gmail.com> X-Mailer: git-send-email 2.12.2 Sender: droid@infogroup.kiev.ua X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: It works pretty fine. So, I think, it's time to move it from testing. --- {testing => community}/exim/APKBUILD | 0 {testing => community}/exim/exim.Makefile | 0 {testing => community}/exim/exim.confd | 0 {testing => community}/exim/exim.gencert | 0 {testing => community}/exim/exim.initd | 0 {testing => community}/exim/exim.logrotate | 0 {testing => community}/exim/exim.pre-install | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {testing => community}/exim/APKBUILD (100%) rename {testing => community}/exim/exim.Makefile (100%) rename {testing => community}/exim/exim.confd (100%) rename {testing => community}/exim/exim.gencert (100%) rename {testing => community}/exim/exim.initd (100%) rename {testing => community}/exim/exim.logrotate (100%) rename {testing => community}/exim/exim.pre-install (100%) diff --git a/testing/exim/APKBUILD b/community/exim/APKBUILD similarity index 100% rename from testing/exim/APKBUILD rename to community/exim/APKBUILD diff --git a/testing/exim/exim.Makefile b/community/exim/exim.Makefile similarity index 100% rename from testing/exim/exim.Makefile rename to community/exim/exim.Makefile diff --git a/testing/exim/exim.confd b/community/exim/exim.confd similarity index 100% rename from testing/exim/exim.confd rename to community/exim/exim.confd diff --git a/testing/exim/exim.gencert b/community/exim/exim.gencert similarity index 100% rename from testing/exim/exim.gencert rename to community/exim/exim.gencert diff --git a/testing/exim/exim.initd b/community/exim/exim.initd similarity index 100% rename from testing/exim/exim.initd rename to community/exim/exim.initd diff --git a/testing/exim/exim.logrotate b/community/exim/exim.logrotate similarity index 100% rename from testing/exim/exim.logrotate rename to community/exim/exim.logrotate diff --git a/testing/exim/exim.pre-install b/community/exim/exim.pre-install similarity index 100% rename from testing/exim/exim.pre-install rename to community/exim/exim.pre-install -- 2.12.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---