From 444a54b6186177ff86b2f6bf4f2ee81a550fe320 Mon Sep 17 00:00:00 2001 From: lxnay Date: Thu, 8 Feb 2007 19:44:50 +0000 Subject: [PATCH] starting to build enzym roots and wrote a small dedication git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@84 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- conf/enzym.conf | 31 +++++++++++++++++++++++++++++++ conf/repositories.conf | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 conf/enzym.conf diff --git a/conf/enzym.conf b/conf/enzym.conf new file mode 100644 index 000000000..59271584a --- /dev/null +++ b/conf/enzym.conf @@ -0,0 +1,31 @@ +# Project Entropy 1.0 enzym configuration file +# TO BE EDITED --- +# +# synthax for repositories: +# +# database repository: to store .etp files: +# database| +# +# binary repository: to store .tbz2 files: +# packages| +# +# example: +# database|http://www.sabayonlinux.org/database/%ARCH%/ +# packages|http://www.sabayonlinux.org/binhost/%ARCH%/ +# +# NOTE that %ARCH% variable _is_ mandatory +# +# DATABASE RULES: +# - you can only have one database listed here, the ones after +# the first, will be completely ignored +# PACKAGES RULES: +# - you can have as much packages mirrors as you want +# listing order matters +# + +# database uri +database|rsync://sabayonlinux.org/entropy-database-%ARCH%/ + +# packages uri +packages|http://www.sabayonlinux.org/binhost/%ARCH%/ +packages|http://www.sabayonlinuxdev.com/binhost/%ARCH%/ diff --git a/conf/repositories.conf b/conf/repositories.conf index 06a7ab8a7..75d52292a 100644 --- a/conf/repositories.conf +++ b/conf/repositories.conf @@ -1,4 +1,4 @@ -# Project Entropy 1.0 default configuration file +# Project Entropy 1.0 repositories configuration file # # synthax for repositories: #