Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BA43E781A5B for <~alpine/aports@lists.alpinelinux.org>; Mon, 3 Feb 2020 03:41:18 +0000 (UTC) Received: by mail-qk1-f174.google.com with SMTP id q15so12875002qke.9 for <~alpine/aports@lists.alpinelinux.org>; Sun, 02 Feb 2020 19:41:18 -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=z/o+LTbnVuThTNzrY1vugvT+KWIMyiAm7+R25ic7wUfYBr8l6oDclY7/RPAwpwhmZ6 KF0luSw8ToM4Zv7osHwUY8/rYP07BD/54SXuC1QbM5QYxYA8iBJ3GBEFG7N3bLVXdCqm SfL0PU34JMDdcWkzA7KqLQijJOVQGnB8MKnnbfAt3+GDoK8SL4R2nE/GZAVToQoQMUmC wjvjYgIPbtzEU3/NPWGwirqJtjrDtjWQw4G8NNJyquGl1gkInh6sp5OUzHdqaOkQ+s1p h1B/YV7henjTYpgA2Zb8Pn6eP/JXIEPns1wm1NnJzdTJw0Y58Fch/7yXZgqOlGPPtY2+ ehRg== 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=ZYVThAlAEE4TB68Ic1/Ll27+B3Qwn9mxeq1rI/we1IvmCgMwSMsSDW2O95LsfTilXh 7OUveuFcOVsJBVvJX8BJzwpmBOC848uw1zkMPj5JqUQP/eeAxiFTxnRdk/3+ZL01L+2o 34SiE/Zc3kZV99M4PJwL1f68UG8Ju6OE1uZZU7SmTqlMOQWAoV0iSBe5eZ5cLaosCVSw PvMXEyYIJ5Ubfp8LPGMo67NaIxZaDyGnsqpsWmkIfAXGOtPFDx8z6s+ZYtJYfxHzRnxn liXwl5eEFnSqCCF/hSrf8msKVe1Et6bZYrowc6APG6wu8vAhaxbPhd/emMapU64uQoxy mpig== X-Gm-Message-State: APjAAAUCNAhG27hO3QdP86UiLFdlX7Ic0YgtTnnaQ21s7Fe1t9i8NmzL gqs/1RSHuWKXRGsTlhZxm18tEJvPhLg= X-Google-Smtp-Source: APXvYqy8UK35Ay0ywu5QiG62tCwTmYkfF5QW3uEUKAzKdLE0pUuADPT591QARuht/yasJp5kkw/tvA== X-Received: by 2002:a05:620a:1477:: with SMTP id j23mr22386966qkl.63.1580701277332; Sun, 02 Feb 2020 19:41:17 -0800 (PST) Received: from localhost ([179.35.134.218]) by smtp.gmail.com with ESMTPSA id e3sm9278994qtb.65.2020.02.02.19.41.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Feb 2020 19:41:17 -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: Mon, 3 Feb 2020 00:41:06 -0300 Message-Id: <20200203034106.7945-2-daniel@santana.tech> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200203034106.7945-1-daniel@santana.tech> References: <20200203034106.7945-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