aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-09-19 16:56:25 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-09-19 16:56:25 +0000
commit397f31fcb0b47000c6e5c5c4aaf441970ce06e3a (patch)
tree0df0e0bbc0ef9d4f2a388d4bd634e8683e9a36af /conf
parenta5ad04283516a7ff72cfd33f3221cfd3c10c3b5b (diff)
downloadsimplepkg-397f31fcb0b47000c6e5c5c4aaf441970ce06e3a.tar.gz
simplepkg-397f31fcb0b47000c6e5c5c4aaf441970ce06e3a.tar.bz2
simplepkg 0.4.9pre2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@5 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf')
-rw-r--r--conf/repos.conf.new9
-rw-r--r--conf/simplepkg.conf.new14
2 files changed, 23 insertions, 0 deletions
diff --git a/conf/repos.conf.new b/conf/repos.conf.new
new file mode 100644
index 0000000..274e1c7
--- /dev/null
+++ b/conf/repos.conf.new
@@ -0,0 +1,9 @@
+# repositories definitions
+#ROOT-i386="http://slackware.cs.utah.edu/"
+ROOT-i386="http://slack.sarava.org/slackware/"
+ROOT-x86_64="http://ftp.heanet.ie/pub/slamd64/"
+REPOS-i386-10.2="slack.sarava.org%http://slack.sarava.org/packages/slackware/slackware-10.2/"
+REPOS-i386-10.2="slack.sarava.org-noarch%http://slack.sarava.org/packages/noarch/"
+REPOS-x86_64-10.2="slack.sarava.org%http://slack.sarava.org/packages/slamd64/slamd64-10.2/"
+REPOS-x86_64-10.2="slack.sarava.org-noarch%http://slack.sarava.org/packages/noarch/"
+
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new
new file mode 100644
index 0000000..2b9e165
--- /dev/null
+++ b/conf/simplepkg.conf.new
@@ -0,0 +1,14 @@
+# /etc/simplepkg/simplepkg.conf
+JAIL_ROOT="/vservers" # where jails are placed
+SIMPLARET="simplaret" # package grabber program (can be swaret if you have it installed)
+SIMPLARET_CLEAN="1" # clean package cache before installation
+SIMPLARET_DELETE_DOWN="1" # clean package cache after the installation
+SIMPLARET_UPDATE="0" # issue an simplaret --update before install the jail
+SIMPLARET_PURGE_WEEKS="3" # delete packages older than N weeks from the cache
+SIMPLARET_DELETE_DURING="0" # delete each package rigth after its installation
+PATCHES_DIR="/var/simplaret/patches" # where patches are placed
+DEFAULT_ARCH="i386"
+DEFAULT_VERSION="10.2"
+STORAGE="/var/simplaret/packages"
+PASSIVE_FTP="1"
+