From 995f3f61aa7fa7857868f7d14006ae11f16315f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 3 May 2020 20:31:25 +0100 Subject: [PATCH] rename the repo to gentoo-bootstrap. --- bootstrap.conf | 7 +++++++ openjdk.conf | 4 ---- profiles/repo_name | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 bootstrap.conf delete mode 100644 openjdk.conf diff --git a/bootstrap.conf b/bootstrap.conf new file mode 100644 index 0000000..0c67369 --- /dev/null +++ b/bootstrap.conf @@ -0,0 +1,7 @@ +[gentoo-bootstrap] +location = /var/db/repos/gentoo-bootstrap/ +masters = gentoo +sync-type = git +sync-uri = https://git.stikonas.eu/andrius/gentoo-bootstrap.git +priority = -2000 + diff --git a/openjdk.conf b/openjdk.conf deleted file mode 100644 index c3647a0..0000000 --- a/openjdk.conf +++ /dev/null @@ -1,4 +0,0 @@ -[openjdk-bootstrap] -location = /var/db/repos/openjdk-bootstrap/ -sync-type = git -sync-uri = https://git.stikonas.eu/andrius/openjdk-overlay.git diff --git a/profiles/repo_name b/profiles/repo_name index 3e01690..691bc77 100644 --- a/profiles/repo_name +++ b/profiles/repo_name @@ -1 +1 @@ -openjdk bootstrap +gentoo bootstrap