diff options
author | Wynn Wolf Arbor | 2020-06-05 15:58:06 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-06-05 15:58:06 +0200 |
commit | bda34cde1db9aa2ceb64ecbf6c28efcaf86e25db (patch) | |
tree | 4ade9e5d80bbc8343e90e03c9c9ef05955028831 | |
parent | 89dcc28db6cd64758ad620ce76d0b2c8e0424fee (diff) | |
download | portage-roles-bda34cde1db9aa2ceb64ecbf6c28efcaf86e25db.tar.gz |
host-nabokov: Remove host-specific repos.conf
With the previous commit, 89dcc28 ("repo-gentoo-git: Add role for
syncing the portage tree with git"), a host-specific gentoo.conf file is
no longer needed for nabokov.
-rw-r--r-- | host-nabokov/repos.conf/gentoo.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/host-nabokov/repos.conf/gentoo.conf b/host-nabokov/repos.conf/gentoo.conf deleted file mode 100644 index 7f10002..0000000 --- a/host-nabokov/repos.conf/gentoo.conf +++ /dev/null @@ -1,7 +0,0 @@ -[DEFAULT] -main-repo = gentoo - -[gentoo] -location = /var/portage/repos/gentoo -sync-type = rsync -sync-uri = rsync://demeter.fritz.box/gentoo-portage |