aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/repos.conf7
-rw-r--r--trunk/conf/simplepkg.conf5
2 files changed, 10 insertions, 2 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"