From 94513e322c0258df452d0a5e9dd4f358e9d9275b Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 21 Aug 2019 13:52:05 -0400 Subject: [PATCH] wctf-client: set sync depth back to default to prevent the sync issues --- pentoo/wctf-client/files/pentoo.conf | 2 +- ...tf-client-2019.2-r9.ebuild => wctf-client-2019.2-r10.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pentoo/wctf-client/{wctf-client-2019.2-r9.ebuild => wctf-client-2019.2-r10.ebuild} (100%) diff --git a/pentoo/wctf-client/files/pentoo.conf b/pentoo/wctf-client/files/pentoo.conf index e076db367..1804d85a2 100644 --- a/pentoo/wctf-client/files/pentoo.conf +++ b/pentoo/wctf-client/files/pentoo.conf @@ -3,7 +3,7 @@ priority = 49 location = /var/db/repos/pentoo sync-uri = https://github.com/pentoo/pentoo-overlay.git sync-type = git -sync-depth = 1 +sync-depth = 0 sync-git-verify-commit-signature = true sync-openpgp-key-path = /usr/share/pentoo/pentoo-keyring.asc auto-sync = yes diff --git a/pentoo/wctf-client/wctf-client-2019.2-r9.ebuild b/pentoo/wctf-client/wctf-client-2019.2-r10.ebuild similarity index 100% rename from pentoo/wctf-client/wctf-client-2019.2-r9.ebuild rename to pentoo/wctf-client/wctf-client-2019.2-r10.ebuild