diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-11-28 17:36:31 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-11-28 17:36:31 +0000 |
commit | 96c62a78b61d993eaeae2ca136085bffc2c5fc7c (patch) | |
tree | 9b394981850ccc129adf25495a985c20a2694c25 /trunk/conf | |
parent | d2cd448dc7cc047bdd1bb19a9d78a1c67114cbe2 (diff) | |
download | simplepkg-96c62a78b61d993eaeae2ca136085bffc2c5fc7c.tar.gz simplepkg-96c62a78b61d993eaeae2ca136085bffc2c5fc7c.tar.bz2 |
várias mudanças: lspkg, createpkg, mkbuild, common.sh, simplepkg.conf.new, generic.mkSlackBuild, model.mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@458 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r-- | trunk/conf/simplepkg.conf.new | 12 |
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" |