aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/simplepkg.conf.new12
1 files changed, 9 insertions, 3 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new
index b5eb5e7..465a78c 100644
--- a/trunk/conf/simplepkg.conf.new
+++ b/trunk/conf/simplepkg.conf.new
@@ -129,12 +129,18 @@ TEMPLATE_STORAGE_STYLE="own-folder"
# Set SlackBuilds default directory from scripts
SLACKBUILDS_DIR="/var/simplepkg/slackbuilds"
+# Set mkbuild default directory from parameters files
+MKBUILDS_DIR="/var/simplepkg/mkbuild"
+
+# Set SlackBuilds svn default repository
+SLACKBUILDS_SVN="svn://slack.sarava.org/slackbuilds"
+
+# Set mkbuilds svn default repository
+MKBUILDS_SVN="svn://slack.sarava.org/slackbuilds"
+
# Set binaries default repository directory
MAKEPKG_REPOS="/var/simplepkg/repos"
-# Set mkbuild default repository directory
-MKBUILD_REPOS="/var/simplepkg/mkbuild"
-
# Set sources default directory
SOURCE_DIR="/var/simplepkg/sources"