Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9ADE2782B28 for <~alpine/aports@lists.alpinelinux.org>; Thu, 30 Jan 2020 01:28:16 +0000 (UTC) Received: by mail-qv1-f47.google.com with SMTP id dp13so705863qvb.7 for <~alpine/aports@lists.alpinelinux.org>; Wed, 29 Jan 2020 17:28:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=santana-tech.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=CHPVhm8/iYWhsXZF/u6poaFRuDvUZXLXi8RgUjFrOqY=; b=tGsyb6raZMvL8zOxpMRbcsBYvMsX0kWvTiRBe7vIHXBoSKRfDrdeKeHzow0SSuxiOZ zbM80nQi5eNHF1xSN+Xa9cu7ZTZCXgZyb/7cxzfSi5XR2sXvkCHiMh8FohyZQGRJzC9A +Y4XUdEQ4XzZRfH0TGMFkSweJHyES7widTA2yN7NJDyVD51DLT9hWMMZIwxZQqpL/lP3 qinI37gACUxD8yIB30SoGzjcMQ+H7ADEZxDNvBZhrzrHIOtVKGhnhMPRBovtPN5bwm4L oQTi/e0wTo/bWwQShdHF/ZEsLNbJOdok5LXsK8ZVU4h1WbFHT8mTqK1z1YX/t3MMv11k KBgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CHPVhm8/iYWhsXZF/u6poaFRuDvUZXLXi8RgUjFrOqY=; b=T1QjzO96V0MBWSEaoWxQfpzLE4nqQs87cnXKiQxnXTd5j4AHbx13xxgFRo41/oLAG2 WLXtBfauN6iuJENBQJWji8EefDtXtssYsF1jcV9AI9nRGKXOa3ZKp0sX3jSo1SoS+voi QRXlIqBHIraQRHuikDvJURx3rBO1FrsBL1Nv1yumfrIBmmoyfOIxLhw/rygFCXc1zMtB Dsk6dkxvCgL+utnmFmfHLmiTnjIL8dP/eInlcqq+YasiCE1vmJDR8oLh+/nmaTaui7i/ tFEnzVPRcUFXuV46Y/acoCCfaeClCZNuVqyykGRmIsvAtxftD5M4i6I2C35nmcTDXEwA G+ZQ== X-Gm-Message-State: APjAAAVht1Axv5LgCMVND60Dg46isBbrKJ70DeQUgcQI0DA74+MNAeGo fXNRqSWCeZmGIojfT2WO/oFyj2uFp54= X-Google-Smtp-Source: APXvYqwfKJnsuq882u5HpuYQFBW3JK2T6aKyyDSQHAbS+s0AMOYWtMmD9M7LWML7XXsqWrPcAIQUqQ== X-Received: by 2002:a0c:e1ce:: with SMTP id v14mr2105175qvl.39.1580347695131; Wed, 29 Jan 2020 17:28:15 -0800 (PST) Received: from localhost ([179.55.208.178]) by smtp.gmail.com with ESMTPSA id o7sm1928046qkd.119.2020.01.29.17.28.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jan 2020 17:28:14 -0800 (PST) From: Daniel Santana To: ~alpine/aports@lists.alpinelinux.org Cc: Daniel Santana Subject: [PATCH v2 2/2] testing/e2tools: move to community Date: Wed, 29 Jan 2020 22:27:55 -0300 Message-Id: <20200130012755.26850-2-daniel@santana.tech> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200130012755.26850-1-daniel@santana.tech> References: <20200130002810.73fe2de3@enterprise> <20200130012755.26850-1-daniel@santana.tech> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- {testing => community}/e2tools/APKBUILD | 0 {testing => community}/e2tools/e2cp.1 | 0 {testing => community}/e2tools/e2ln.1 | 0 {testing => community}/e2tools/e2ls.1 | 0 {testing => community}/e2tools/e2mkdir.1 | 0 {testing => community}/e2tools/e2mv.1 | 0 {testing => community}/e2tools/e2rm.1 | 0 {testing => community}/e2tools/e2tail.1 | 0 {testing => community}/e2tools/e2tools.7 | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {testing => community}/e2tools/APKBUILD (100%) rename {testing => community}/e2tools/e2cp.1 (100%) rename {testing => community}/e2tools/e2ln.1 (100%) rename {testing => community}/e2tools/e2ls.1 (100%) rename {testing => community}/e2tools/e2mkdir.1 (100%) rename {testing => community}/e2tools/e2mv.1 (100%) rename {testing => community}/e2tools/e2rm.1 (100%) rename {testing => community}/e2tools/e2tail.1 (100%) rename {testing => community}/e2tools/e2tools.7 (100%) diff --git a/testing/e2tools/APKBUILD b/community/e2tools/APKBUILD similarity index 100% rename from testing/e2tools/APKBUILD rename to community/e2tools/APKBUILD diff --git a/testing/e2tools/e2cp.1 b/community/e2tools/e2cp.1 similarity index 100% rename from testing/e2tools/e2cp.1 rename to community/e2tools/e2cp.1 diff --git a/testing/e2tools/e2ln.1 b/community/e2tools/e2ln.1 similarity index 100% rename from testing/e2tools/e2ln.1 rename to community/e2tools/e2ln.1 diff --git a/testing/e2tools/e2ls.1 b/community/e2tools/e2ls.1 similarity index 100% rename from testing/e2tools/e2ls.1 rename to community/e2tools/e2ls.1 diff --git a/testing/e2tools/e2mkdir.1 b/community/e2tools/e2mkdir.1 similarity index 100% rename from testing/e2tools/e2mkdir.1 rename to community/e2tools/e2mkdir.1 diff --git a/testing/e2tools/e2mv.1 b/community/e2tools/e2mv.1 similarity index 100% rename from testing/e2tools/e2mv.1 rename to community/e2tools/e2mv.1 diff --git a/testing/e2tools/e2rm.1 b/community/e2tools/e2rm.1 similarity index 100% rename from testing/e2tools/e2rm.1 rename to community/e2tools/e2rm.1 diff --git a/testing/e2tools/e2tail.1 b/community/e2tools/e2tail.1 similarity index 100% rename from testing/e2tools/e2tail.1 rename to community/e2tools/e2tail.1 diff --git a/testing/e2tools/e2tools.7 b/community/e2tools/e2tools.7 similarity index 100% rename from testing/e2tools/e2tools.7 rename to community/e2tools/e2tools.7 -- 2.25.0