From 394279527b22e2747353ee23c8ce7f3f2aa1fff2 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 27 Nov 2008 03:38:58 +0000 Subject: default configuration making createpkg repository integrated with simplaret git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@542 04377dda-e619-0410-9926-eae83683ac58 --- trunk/conf/repos.conf | 7 +++++++ trunk/conf/simplepkg.conf | 5 +++-- trunk/doc/CHANGELOG | 4 +++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/trunk/conf/repos.conf b/trunk/conf/repos.conf index fa06a8e..4f38663 100644 --- a/trunk/conf/repos.conf +++ b/trunk/conf/repos.conf @@ -3,6 +3,13 @@ # please dont use any spaces inside a repository definition # +# local integration: the following lines makes packages created with +# createpkg automatic available to simplaret +ROOT-i386="local%file:///var/simplepkg/repos/slackware" +ROOT-x86_64="local%file:///var/simplepkg/repos/slamd64" +ROOT-powerpc="local%file:///var/simplepkg/repos/slackintosh" +ROOT-s390="local%file:///var/simplepkg/repos/slack390" + # slackware root repositories #ROOT-i386="sarava%http://slack.sarava.org/slackware/" ROOT-i386="tds%http://slackware.mirrors.tds.net/pub/slackware/" diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf index 9e7427d..077fc94 100644 --- a/trunk/conf/simplepkg.conf +++ b/trunk/conf/simplepkg.conf @@ -152,8 +152,9 @@ MAKEPKG_REPOS="/var/simplepkg/repos" # arch and version. You can also mix more than one parameter, like # "distro-version". # -# Default value is "none", which means no nested folders. -MAKEPKG_REPOS_STYLE="none" +# Default value is "distro/distro-version" and you should change this just +# if you know what are you doing. +MAKEPKG_REPOS_STYLE="distro/distro-version" # Set sources default directory SOURCE_DIR="/var/simplepkg/sources" diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index 79d586d..8a457d5 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -17,7 +17,9 @@ simplepkg changelog - templates: - removed slackware and added slackware-12.1 - added slamd64-11.0, slamd64-12.0 and slamd64-12.1 templates - - simplepkg.conf.new: new repositories + - repos.conf and simplepkg.conf: + - default configuration making createpkg repository integrated with simplaret + - new repositories - mkbuild: some svn check routines extended for git - generic.mkSlackBuild: - config() on postinstall_script now accepting .dist and .sample config file extensions -- cgit v1.2.3