mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
pentoo-system: set sync-depth back to default to prevent the sync issues people are having
This commit is contained in:
parent
67288f15fe
commit
13529d0701
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -169,7 +169,7 @@ src_install() {
|
|||
|
||||
#/etc/portage/repos.conf
|
||||
insinto /etc/portage/repos.conf
|
||||
doins "${FILESDIR}/pentoo.conf"
|
||||
newins "${FILESDIR}/pentoo-r1.conf" pentoo.conf
|
||||
|
||||
dobin "${FILESDIR}"/pentoo-updater
|
||||
|
||||
Loading…
Reference in a new issue