From 5cf0aaea398f030efac03de3614a6731521659d8 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Fri, 12 Feb 2010 20:37:21 +0100 Subject: [PATCH] nrelease - Add a default repositories.conf file for pkgin. Starting from pkgin 0.3.3.x there's a variable substitution capability that can be used in repositories.conf, so it automatically detects architecture and OS release. --- nrelease/root/usr/pkg/etc/pkgin/repositories.conf | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 nrelease/root/usr/pkg/etc/pkgin/repositories.conf diff --git a/nrelease/root/usr/pkg/etc/pkgin/repositories.conf b/nrelease/root/usr/pkg/etc/pkgin/repositories.conf new file mode 100644 index 0000000..d034aac --- /dev/null +++ b/nrelease/root/usr/pkg/etc/pkgin/repositories.conf @@ -0,0 +1,13 @@ +# Pkgin repositories list +# +# Simply add repositories one below the other +# +# WARNING: order matters, duplicates will not be added, if two +# repositories hold the same package, it will be fetched from +# the first one listed in this file. +# +# Take in account that: +# $arch will be replaced with your architecture: i386/x86_64 +# $osreleaes will be replaced with the OS release numbers: i.e 2.5.1 + +http://avalon.dragonflybsd.org/packages/$arch/DragonFly-$osrelease/stable/All -- 1.6.6